Home
last modified time | relevance | path

Searched refs:always_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()
320 uc_pdata->always_on = dev_read_bool(dev, "regulator-always-on"); in regulator_pre_probe()
/external/u-boot/include/power/
Dregulator.h172 bool always_on; member
/external/u-boot/cmd/
Dregulator.c168 constraint(" - always on:", uc_pdata->always_on, in do_info()
169 uc_pdata->always_on ? "true" : "false"); in do_info()