Home
last modified time | relevance | path

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

/linux/include/linux/platform_data/
H A Dtsl2772.h79 int als_thresh_low; member
/linux/drivers/iio/light/
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()