thresh_low        181 drivers/iio/adc/max1363.c 	s16				thresh_low[8];
thresh_low        729 drivers/iio/adc/max1363.c 		*val = st->thresh_low[chan->channel];
thresh_low        755 drivers/iio/adc/max1363.c 		st->thresh_low[chan->channel] = val;
thresh_low        874 drivers/iio/adc/max1363.c 				tx_buf[i] = (st->thresh_low[j] >> 4) & 0xFF;
thresh_low        875 drivers/iio/adc/max1363.c 				tx_buf[i + 1] = (st->thresh_low[j] << 4) & 0xF0;
thresh_low         50 drivers/iio/light/apds9300.c 	int thresh_low;
thresh_low        125 drivers/iio/light/apds9300.c 	data->thresh_low = value;
thresh_low        285 drivers/iio/light/apds9300.c 		*val = data->thresh_low;