Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/iio/light/
Dvcnl4035.c64 unsigned int als_thresh_high; member
258 *val = data->als_thresh_high; in vcnl4035_read_thresh()
296 data->als_thresh_high = val; in vcnl4035_write_thresh()
298 if (val > data->als_thresh_high) in vcnl4035_write_thresh()
466 data->als_thresh_high = VCNL4035_ALS_THDH_DEFAULT; in vcnl4035_init()
Dtsl2772.c256 .als_thresh_high = 256,
721 (chip->settings.als_thresh_high) & 0xFF; in tsl2772_chip_on()
723 (chip->settings.als_thresh_high >> 8) & 0xFF; in tsl2772_chip_on()
1111 chip->settings.als_thresh_high = val; in tsl2772_write_event_value()
1184 *val = chip->settings.als_thresh_high; in tsl2772_read_event_value()
/linux-6.1.9/include/linux/platform_data/
Dtsl2772.h80 int als_thresh_high; member