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

/linux-master/include/linux/platform_data/
H A Dtsl2772.h54 * @als_thresh_low: CH0 'low' count to trigger interrupt.
79 int als_thresh_low; member in struct:tsl2772_settings
/linux-master/drivers/iio/light/
H A Dvcnl4035.c65 unsigned int als_thresh_low; member in struct:vcnl4035_data
263 *val = data->als_thresh_low;
292 if (val < data->als_thresh_low)
306 data->als_thresh_low = val;
479 data->als_thresh_low = VCNL4035_ALS_THDL_DEFAULT;
H A Dtsl2772.c255 .als_thresh_low = 200,
718 (chip->settings.als_thresh_low) & 0xFF;
720 (chip->settings.als_thresh_low >> 8) & 0xFF;
1116 chip->settings.als_thresh_low = val;
1188 *val = chip->settings.als_thresh_low;

Completed in 237 milliseconds