Home
last modified time | relevance | path

Searched refs:tsl2563_calib_from_sysfs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/light/
H A Dtsl2563.c357 static inline u32 tsl2563_calib_from_sysfs(int value) in tsl2563_calib_from_sysfs() function
453 chip->calib0 = tsl2563_calib_from_sysfs(val); in tsl2563_write_raw()
455 chip->calib1 = tsl2563_calib_from_sysfs(val); in tsl2563_write_raw()
738 chip->calib0 = tsl2563_calib_from_sysfs(CALIB_BASE_SYSFS); in tsl2563_probe()
739 chip->calib1 = tsl2563_calib_from_sysfs(CALIB_BASE_SYSFS); in tsl2563_probe()
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dtsl2563.c362 static inline u32 tsl2563_calib_from_sysfs(int value) in tsl2563_calib_from_sysfs() function
459 chip->calib0 = tsl2563_calib_from_sysfs(val); in tsl2563_write_raw()
461 chip->calib1 = tsl2563_calib_from_sysfs(val); in tsl2563_write_raw()
728 chip->calib0 = tsl2563_calib_from_sysfs(CALIB_BASE_SYSFS); in tsl2563_probe()
729 chip->calib1 = tsl2563_calib_from_sysfs(CALIB_BASE_SYSFS); in tsl2563_probe()

Completed in 3 milliseconds