Home
last modified time | relevance | path

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

/openbmc/u-boot/include/power/
H A Dregulator.h175 bool boot_on; member
/openbmc/u-boot/cmd/
H A Dregulator.c170 constraint(" - boot on:", uc_pdata->boot_on, in do_info()
171 uc_pdata->boot_on ? "true" : "false"); in do_info()
/openbmc/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c238 if (!uc_pdata->always_on && !uc_pdata->boot_on) in regulator_autoset()
378 uc_pdata->boot_on = dev_read_bool(dev, "regulator-boot-on"); in regulator_pre_probe()