Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/light/
H A Dvcnl4035.c66 unsigned int als_thresh_high; member
262 *val = data->als_thresh_high; in vcnl4035_read_thresh()
300 data->als_thresh_high = val; in vcnl4035_write_thresh()
302 if (val > data->als_thresh_high) in vcnl4035_write_thresh()
471 data->als_thresh_high = VCNL4035_ALS_THDH_DEFAULT; in vcnl4035_init()
H A Dtsl2772.c254 .als_thresh_high = 256,
727 (chip->settings.als_thresh_high) & 0xFF; in tsl2772_chip_on()
729 (chip->settings.als_thresh_high >> 8) & 0xFF; in tsl2772_chip_on()
1117 chip->settings.als_thresh_high = val; in tsl2772_write_event_value()
1190 *val = chip->settings.als_thresh_high; in tsl2772_read_event_value()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dtsl2772.h55 * @als_thresh_high: CH0 'high' count to trigger interrupt.
80 int als_thresh_high; member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dtsl2772.h55 * @als_thresh_high: CH0 'high' count to trigger interrupt.
80 int als_thresh_high; member

Completed in 8 milliseconds