Searched refs:als_settings (Results 1 – 1 of 1) sorted by relevance
163 struct tsl2591_als_settings als_settings; member326 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() local447 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() local464 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() local511 chip->als_settings.als_upper_thresh = als_upper_threshold; in tsl2591_set_als_upper_threshold()[all …]