Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
H A Dtsl2591.c163 struct tsl2591_als_settings als_settings; member
326 struct tsl2591_als_settings settings = chip->als_settings; in tsl2591_wait_adc_complete()
373 struct tsl2591_als_settings *settings = &chip->als_settings; in tsl2591_read_channel_data()
441 struct tsl2591_als_settings als_settings = chip->als_settings; in tsl2591_set_als_gain_int_time() local
447 als_settings.als_int_time | als_settings.als_gain); in tsl2591_set_als_gain_int_time()
457 struct tsl2591_als_settings als_settings = chip->als_settings; in tsl2591_set_als_lower_threshold() local
464 chip->als_settings.als_lower_thresh = als_lower_threshold; in tsl2591_set_als_lower_threshold()
471 if (als_lower_threshold >= als_settings.als_upper_thresh) { in tsl2591_set_als_lower_threshold()
501 struct tsl2591_als_settings als_settings = chip->als_settings; in tsl2591_set_als_upper_threshold() local
511 chip->als_settings.als_upper_thresh = als_upper_threshold; in tsl2591_set_als_upper_threshold()
[all …]