Searched refs:sc27xx_adc_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | sc27xx_adc.c | 188 static int sc27xx_adc_read(struct sc27xx_adc_data *data, int channel, in sc27xx_adc_read() function 318 ret = sc27xx_adc_read(data, channel, scale, &raw_adc); in sc27xx_adc_read_processed() 337 ret = sc27xx_adc_read(data, chan->channel, scale, &tmp); in sc27xx_adc_read_raw()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | sc27xx_adc.c | 484 static int sc27xx_adc_read(struct sc27xx_adc_data *data, int channel, in sc27xx_adc_read() function 651 ret = sc27xx_adc_read(data, channel, scale, &raw_adc); in sc27xx_adc_read_processed() 670 ret = sc27xx_adc_read(data, chan->channel, scale, &tmp); in sc27xx_adc_read_raw()
|
Completed in 3 milliseconds