Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/iio/light/
Dtsl2x7x.h76 int als_thresh_high; member
Dtsl2x7x_core.c244 .als_thresh_high = 256,
655 (chip->tsl2x7x_settings.als_thresh_high) & 0xFF; in tsl2x7x_chip_on()
657 (chip->tsl2x7x_settings.als_thresh_high >> 8) & 0xFF; in tsl2x7x_chip_on()
1270 chip->tsl2x7x_settings.als_thresh_high = val; in tsl2x7x_write_thresh()
1308 *val = chip->tsl2x7x_settings.als_thresh_high; in tsl2x7x_read_thresh()