Home
last modified time | relevance | path

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

/external/u-boot/drivers/adc/
Dadc-uclass.c50 const char *supply_type; in adc_supply_enable() local
54 supply_type = "vdd"; in adc_supply_enable()
59 supply_type = "vss"; in adc_supply_enable()
64 pr_err("%s: can't enable %s-supply!", dev->name, supply_type); in adc_supply_enable()