Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/light/
Dvcnl4035.c64 unsigned int als_thresh_high; member
259 *val = data->als_thresh_high; in vcnl4035_read_thresh()
297 data->als_thresh_high = val; in vcnl4035_write_thresh()
299 if (val > data->als_thresh_high) in vcnl4035_write_thresh()
467 data->als_thresh_high = VCNL4035_ALS_THDH_DEFAULT; in vcnl4035_init()
Dtsl2772.c254 .als_thresh_high = 256,
726 (chip->settings.als_thresh_high) & 0xFF; in tsl2772_chip_on()
728 (chip->settings.als_thresh_high >> 8) & 0xFF; in tsl2772_chip_on()
1116 chip->settings.als_thresh_high = val; in tsl2772_write_event_value()
1189 *val = chip->settings.als_thresh_high; in tsl2772_read_event_value()
/Linux-v5.10/include/linux/platform_data/
Dtsl2772.h80 int als_thresh_high; member