Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c241 if (uc_pdata->flags & REGULATOR_FLAG_AUTOSET_UV) in regulator_autoset()
259 if (uc_pdata->flags & REGULATOR_FLAG_AUTOSET_UV) in regulator_show()
386 uc_pdata->flags |= REGULATOR_FLAG_AUTOSET_UV; in regulator_pre_probe()
/openbmc/u-boot/include/power/
H A Dregulator.h133 REGULATOR_FLAG_AUTOSET_UV = 1 << 0, enumerator