Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c243 if (!ret && (uc_pdata->flags & REGULATOR_FLAG_AUTOSET_UA)) in regulator_autoset()
261 if (uc_pdata->flags & REGULATOR_FLAG_AUTOSET_UA) in regulator_show()
392 uc_pdata->flags |= REGULATOR_FLAG_AUTOSET_UA; in regulator_pre_probe()
/openbmc/u-boot/include/power/
H A Dregulator.h134 REGULATOR_FLAG_AUTOSET_UA = 1 << 1, enumerator