Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dtsl2772.h83 int prox_thres_low; member
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dtsl2772.c257 .prox_thres_low = 0,
736 (chip->settings.prox_thres_low) & 0xFF; in tsl2772_chip_on()
738 (chip->settings.prox_thres_low >> 8) & 0xFF; in tsl2772_chip_on()
1133 chip->settings.prox_thres_low = val; in tsl2772_write_event_value()
1203 *val = chip->settings.prox_thres_low; in tsl2772_read_event_value()