Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
H A Dapds9300.c89 static int apds9300_get_adc_val(struct apds9300_data *data, int adc_number) in apds9300_get_adc_val() function
244 ch0 = apds9300_get_adc_val(data, 0); in apds9300_read_raw()
249 ch1 = apds9300_get_adc_val(data, 1); in apds9300_read_raw()
258 ret = apds9300_get_adc_val(data, chan->channel); in apds9300_read_raw()