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

/linux-master/drivers/iio/light/
H A Dtsl2591.c196 u16 als_lower_threshold);
518 u16 als_lower_threshold)
527 chip->als_settings.als_lower_thresh = als_lower_threshold;
534 if (als_lower_threshold >= als_settings.als_upper_thresh) {
535 als_upper_threshold = als_lower_threshold + 1;
539 als_lower_l = als_lower_threshold;
540 als_lower_h = als_lower_threshold >> 8;
566 u16 als_lower_threshold; local
582 als_lower_threshold = als_upper_threshold - 1;
583 tsl2591_set_als_lower_threshold(chip, als_lower_threshold);
517 tsl2591_set_als_lower_threshold(struct tsl2591_chip *chip, u16 als_lower_threshold) argument
[all...]

Completed in 181 milliseconds