Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iio/light/
Dapds9300.c53 int thresh_low; member
128 data->thresh_low = value; in apds9300_set_thresh_low()
288 *val = data->thresh_low; in apds9300_read_thresh()
/linux-4.4.14/drivers/iio/adc/
Dmax1363.c182 s16 thresh_low[8]; member
730 *val = st->thresh_low[chan->channel]; in max1363_read_thresh()
756 st->thresh_low[chan->channel] = val; in max1363_write_thresh()
875 tx_buf[i] = (st->thresh_low[j] >> 4) & 0xFF; in max1363_monitor_mode_update()
876 tx_buf[i + 1] = (st->thresh_low[j] << 4) & 0xF0; in max1363_monitor_mode_update()