Searched refs:max9611_read_single (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | max9611.c | 195 * max9611_read_single() - read a single value from ADC interface 208 static int max9611_read_single(struct max9611_dev *max9611, in max9611_read_single() function 274 ret = max9611_read_single(max9611, gain_selectors[i], adc_raw); in max9611_read_csa_voltage() 302 ret = max9611_read_single(dev, CONF_TEMP, in max9611_read_raw() 311 ret = max9611_read_single(dev, CONF_IN_VOLT, in max9611_read_raw() 390 ret = max9611_read_single(dev, CONF_IN_VOLT, in max9611_read_raw() 469 ret = max9611_read_single(max9611, CONF_TEMP, ®val); in max9611_init()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | max9611.c | 196 * max9611_read_single() - read a single value from ADC interface 209 static int max9611_read_single(struct max9611_dev *max9611, in max9611_read_single() function 275 ret = max9611_read_single(max9611, gain_selectors[i], adc_raw); in max9611_read_csa_voltage() 303 ret = max9611_read_single(dev, CONF_TEMP, in max9611_read_raw() 312 ret = max9611_read_single(dev, CONF_IN_VOLT, in max9611_read_raw() 391 ret = max9611_read_single(dev, CONF_IN_VOLT, in max9611_read_raw() 470 ret = max9611_read_single(max9611, CONF_TEMP, ®val); in max9611_init()
|
Completed in 2 milliseconds