Home
last modified time | relevance | path

Searched refs:als_mutex (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dtsl2583.c99 struct mutex als_mutex; member
477 mutex_lock(&chip->als_mutex); in in_illuminance_input_target_show()
479 mutex_unlock(&chip->als_mutex); in in_illuminance_input_target_show()
495 mutex_lock(&chip->als_mutex); in in_illuminance_input_target_store()
497 mutex_unlock(&chip->als_mutex); in in_illuminance_input_target_store()
513 mutex_lock(&chip->als_mutex); in in_illuminance_calibrate_store()
521 mutex_unlock(&chip->als_mutex); in in_illuminance_calibrate_store()
566 mutex_lock(&chip->als_mutex); in in_illuminance_lux_table_store()
595 mutex_unlock(&chip->als_mutex); in in_illuminance_lux_table_store()
669 mutex_lock(&chip->als_mutex); in tsl2583_read_raw()
[all …]
H A Dtsl2772.c168 struct mutex als_mutex; member
416 mutex_lock(&chip->als_mutex); in tsl2772_get_lux()
493 mutex_unlock(&chip->als_mutex); in tsl2772_get_lux()
851 mutex_lock(&chip->als_mutex); in tsl2772_invoke_change()
864 mutex_unlock(&chip->als_mutex); in tsl2772_invoke_change()
1820 mutex_init(&chip->als_mutex); in tsl2772_probe()