Home
last modified time | relevance | path

Searched refs:REGULATOR_TYPE_LDO (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/drivers/power/regulator/
H A Dpfuze100.c91 .type = REGULATOR_TYPE_LDO, \
102 .type = REGULATOR_TYPE_LDO, \
303 } else if (uc_pdata->type == REGULATOR_TYPE_LDO) { in pfuze100_regulator_probe()
346 } else if (desc->type == REGULATOR_TYPE_LDO) { in pfuze100_regulator_mode()
372 } else if (desc->type == REGULATOR_TYPE_LDO) { in pfuze100_regulator_mode()
429 if (uc_pdata->type == REGULATOR_TYPE_LDO) { in pfuze100_regulator_enable()
H A Dact8846.c136 uc_pdata->type = reg <= 4 ? REGULATOR_TYPE_BUCK : REGULATOR_TYPE_LDO; in act8846_reg_probe()
H A Das3722_regulator.c131 uc_pdata->type = REGULATOR_TYPE_LDO; in as3722_ldo_probe()
H A Ds5m8767.c137 uc_pdata->type = REGULATOR_TYPE_LDO; in s5m8767_ldo_probe()
H A Dlp873x_regulator.c225 uc_pdata->type = REGULATOR_TYPE_LDO; in lp873x_ldo_probe()
H A Dsandbox.c329 uc_pdata->type = REGULATOR_TYPE_LDO; in sandbox_ldo_probe()
H A Dpalmas_regulator.c303 uc_pdata->type = REGULATOR_TYPE_LDO; in palmas_ldo_probe()
H A Drk8xx.c297 uc_pdata->type = REGULATOR_TYPE_LDO; in rk8xx_ldo_probe()
H A Ds2mps11_regulator.c586 uc_pdata->type = REGULATOR_TYPE_LDO; in s2mps11_ldo_probe()
H A Dmax77686.c664 uc_pdata->type = REGULATOR_TYPE_LDO; in max77686_ldo_probe()
H A Dstpmu1.c444 uc_pdata->type = REGULATOR_TYPE_LDO; in stpmu1_ldo_probe()
/openbmc/u-boot/include/power/
H A Dregulator.h106 REGULATOR_TYPE_LDO = 0, enumerator