Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/adc/
H A Dadc-uclass.c54 const char *supply_type; in adc_supply_enable() local
58 supply_type = "vdd"; in adc_supply_enable()
63 supply_type = "vss"; in adc_supply_enable()
68 pr_err("%s: can't enable %s-supply!", dev->name, supply_type); in adc_supply_enable()