Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/iio/light/
Dvcnl4035.c63 unsigned int als_thresh_low; member
261 *val = data->als_thresh_low; in vcnl4035_read_thresh()
290 if (val < data->als_thresh_low) in vcnl4035_write_thresh()
304 data->als_thresh_low = val; in vcnl4035_write_thresh()
476 data->als_thresh_low = VCNL4035_ALS_THDL_DEFAULT; in vcnl4035_init()
Dtsl2772.c255 .als_thresh_low = 200,
717 (chip->settings.als_thresh_low) & 0xFF; in tsl2772_chip_on()
719 (chip->settings.als_thresh_low >> 8) & 0xFF; in tsl2772_chip_on()
1115 chip->settings.als_thresh_low = val; in tsl2772_write_event_value()
1187 *val = chip->settings.als_thresh_low; in tsl2772_read_event_value()
/linux-6.1.9/include/linux/platform_data/
Dtsl2772.h79 int als_thresh_low; member