Home
last modified time | relevance | path

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

/openbmc/u-boot/include/power/
H A Dpmic.h321 int pmic_set_output(struct pmic *p, u32 reg, int ldo, int on);
/openbmc/u-boot/drivers/power/
H A Dpower_core.c31 int pmic_set_output(struct pmic *p, u32 reg, int out, int on) in pmic_set_output() function