Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dvcnl4035.c66 unsigned int als_thresh_high; member
260 *val = data->als_thresh_high; in vcnl4035_read_thresh()
298 data->als_thresh_high = val; in vcnl4035_write_thresh()
300 if (val > data->als_thresh_high) in vcnl4035_write_thresh()
469 data->als_thresh_high = VCNL4035_ALS_THDH_DEFAULT; in vcnl4035_init()
H A Dtsl2772.c256 .als_thresh_high = 256,
722 (chip->settings.als_thresh_high) & 0xFF; in tsl2772_chip_on()
724 (chip->settings.als_thresh_high >> 8) & 0xFF; in tsl2772_chip_on()
1112 chip->settings.als_thresh_high = val; in tsl2772_write_event_value()
1185 *val = chip->settings.als_thresh_high; in tsl2772_read_event_value()
/openbmc/linux/include/linux/platform_data/
H A Dtsl2772.h80 int als_thresh_high; member