Home
last modified time | relevance | path

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

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