Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dadc.c90 if (!ret && !adc_raw_to_uV(dev, data, &uV)) in do_adc_single()
139 if (!adc_raw_to_uV(dev, ch[i].data, &uV)) in do_adc_scan()
/openbmc/u-boot/include/
H A Dadc.h306 int adc_raw_to_uV(struct udevice *dev, unsigned int raw, int *uV);
/openbmc/u-boot/test/dm/
H A Dadc.c191 ut_assertok(adc_raw_to_uV(dev, data, &uV)); in dm_test_adc_raw_to_uV()
/openbmc/u-boot/drivers/adc/
H A Dadc-uclass.c345 int adc_raw_to_uV(struct udevice *dev, unsigned int raw, int *uV) in adc_raw_to_uV() function