Home
last modified time | relevance | path

Searched refs:REGULATOR_TYPE_FIXED (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/power/regulator/
H A Dstpmu1.c515 uc_pdata->type = REGULATOR_TYPE_FIXED; in stpmu1_vref_ddr_probe()
579 uc_pdata->type = REGULATOR_TYPE_FIXED; in stpmu1_boost_probe()
655 uc_pdata->type = REGULATOR_TYPE_FIXED; in stpmu1_pwr_sw_probe()
H A Dpfuze100.c54 .type = REGULATOR_TYPE_FIXED, \
458 if (uc_pdata->type == REGULATOR_TYPE_FIXED) { in pfuze100_regulator_val()
481 if (uc_pdata->type == REGULATOR_TYPE_FIXED) { in pfuze100_regulator_val()
H A Dfixed.c36 uc_pdata->type = REGULATOR_TYPE_FIXED; in fixed_regulator_ofdata_to_platdata()
H A Drk8xx.c309 uc_pdata->type = REGULATOR_TYPE_FIXED; in rk8xx_switch_probe()
/openbmc/u-boot/include/power/
H A Dregulator.h109 REGULATOR_TYPE_FIXED, enumerator
/openbmc/u-boot/arch/arm/mach-stm32mp/
H A Dpwr_regulator.c165 uc_pdata->type = REGULATOR_TYPE_FIXED; in stm32mp_pwr_regulator_probe()
/openbmc/u-boot/cmd/
H A Dregulator.c77 if (!allow_type_fixed && (*uc_pdata)->type == REGULATOR_TYPE_FIXED) { in curr_dev_and_platdata()