Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dvcnl4035.c65 unsigned int als_thresh_low; member
263 *val = data->als_thresh_low; in vcnl4035_read_thresh()
292 if (val < data->als_thresh_low) in vcnl4035_write_thresh()
306 data->als_thresh_low = val; in vcnl4035_write_thresh()
479 data->als_thresh_low = VCNL4035_ALS_THDL_DEFAULT; in vcnl4035_init()
H A Dtsl2772.c255 .als_thresh_low = 200,
718 (chip->settings.als_thresh_low) & 0xFF; in tsl2772_chip_on()
720 (chip->settings.als_thresh_low >> 8) & 0xFF; in tsl2772_chip_on()
1116 chip->settings.als_thresh_low = val; in tsl2772_write_event_value()
1188 *val = chip->settings.als_thresh_low; in tsl2772_read_event_value()
/openbmc/linux/include/linux/platform_data/
H A Dtsl2772.h79 int als_thresh_low; member