Home
last modified time | relevance | path

Searched refs:REGULATOR_TYPE_BUCK (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/drivers/power/regulator/
H A Dpfuze100.c61 .type = REGULATOR_TYPE_BUCK, \
72 .type = REGULATOR_TYPE_BUCK, \
113 .type = REGULATOR_TYPE_BUCK, \
124 .type = REGULATOR_TYPE_BUCK, \
135 .type = REGULATOR_TYPE_BUCK, \
295 if (uc_pdata->type == REGULATOR_TYPE_BUCK) { in pfuze100_regulator_probe()
321 if (desc->type == REGULATOR_TYPE_BUCK) { in pfuze100_regulator_mode()
361 if (desc->type == REGULATOR_TYPE_BUCK) { in pfuze100_regulator_mode()
431 } else if (uc_pdata->type == REGULATOR_TYPE_BUCK) { 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.c120 uc_pdata->type = REGULATOR_TYPE_BUCK; in as3722_stepdown_probe()
H A Dpwm_regulator.c127 uc_pdata->type = REGULATOR_TYPE_BUCK; in pwm_regulator_probe()
H A Dlp87565_regulator.c129 uc_pdata->type = REGULATOR_TYPE_BUCK; in lp87565_buck_probe()
H A Dfan53555.c92 uc_pdata->type = REGULATOR_TYPE_BUCK; in fan53555_regulator_ofdata_to_platdata()
H A Ds5m8767.c206 uc_pdata->type = REGULATOR_TYPE_BUCK; in s5m8767_buck_probe()
H A Dlp873x_regulator.c279 uc_pdata->type = REGULATOR_TYPE_BUCK; in lp873x_buck_probe()
H A Dsandbox.c253 uc_pdata->type = REGULATOR_TYPE_BUCK; in sandbox_buck_probe()
H A Dpalmas_regulator.c368 uc_pdata->type = REGULATOR_TYPE_BUCK; in palmas_smps_probe()
H A Drk8xx.c285 uc_pdata->type = REGULATOR_TYPE_BUCK; in rk8xx_buck_probe()
H A Ds2mps11_regulator.c311 uc_pdata->type = REGULATOR_TYPE_BUCK; in s2mps11_buck_probe()
H A Dmax77686.c728 uc_pdata->type = REGULATOR_TYPE_BUCK; in max77686_buck_probe()
H A Dstpmu1.c239 uc_pdata->type = REGULATOR_TYPE_BUCK; in stpmu1_buck_probe()
/openbmc/u-boot/include/power/
H A Dregulator.h107 REGULATOR_TYPE_BUCK, enumerator