Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/light/
Dtsl2583.c99 struct mutex als_mutex; member
469 mutex_lock(&chip->als_mutex); in in_illuminance_input_target_show()
471 mutex_unlock(&chip->als_mutex); in in_illuminance_input_target_show()
487 mutex_lock(&chip->als_mutex); in in_illuminance_input_target_store()
489 mutex_unlock(&chip->als_mutex); in in_illuminance_input_target_store()
505 mutex_lock(&chip->als_mutex); in in_illuminance_calibrate_store()
513 mutex_unlock(&chip->als_mutex); in in_illuminance_calibrate_store()
558 mutex_lock(&chip->als_mutex); in in_illuminance_lux_table_store()
587 mutex_unlock(&chip->als_mutex); in in_illuminance_lux_table_store()
661 mutex_lock(&chip->als_mutex); in tsl2583_read_raw()
[all …]
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()