Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dapds9300.c90 static int apds9300_get_adc_val(struct apds9300_data *data, int adc_number) in apds9300_get_adc_val() function
245 ch0 = apds9300_get_adc_val(data, 0); in apds9300_read_raw()
250 ch1 = apds9300_get_adc_val(data, 1); in apds9300_read_raw()
259 ret = apds9300_get_adc_val(data, chan->channel); in apds9300_read_raw()