Home
last modified time | relevance | path

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

/external/u-boot/drivers/power/regulator/
Dregulator-uclass.c168 if (!enable && uc_pdata->always_on) in regulator_set_enable()
293 if (!uc_pdata->always_on && !uc_pdata->boot_on) in regulator_autoset()
440 uc_pdata->always_on = dev_read_bool(dev, "regulator-always-on"); in regulator_pre_probe()
Dbd71837.c437 uc_pdata->always_on)); in bd71837_regulator_probe()
/external/u-boot/include/power/
Dregulator.h175 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()