Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dtsl2591.c196 u16 als_lower_threshold);
518 u16 als_lower_threshold) in tsl2591_set_als_lower_threshold() argument
527 chip->als_settings.als_lower_thresh = als_lower_threshold; in tsl2591_set_als_lower_threshold()
534 if (als_lower_threshold >= als_settings.als_upper_thresh) { in tsl2591_set_als_lower_threshold()
535 als_upper_threshold = als_lower_threshold + 1; in tsl2591_set_als_lower_threshold()
539 als_lower_l = als_lower_threshold; in tsl2591_set_als_lower_threshold()
540 als_lower_h = als_lower_threshold >> 8; in tsl2591_set_als_lower_threshold()
566 u16 als_lower_threshold; in tsl2591_set_als_upper_threshold() local
582 als_lower_threshold = als_upper_threshold - 1; in tsl2591_set_als_upper_threshold()
583 tsl2591_set_als_lower_threshold(chip, als_lower_threshold); in tsl2591_set_als_upper_threshold()