Home
last modified time | relevance | path

Searched defs:regul (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/
H A Dstpmic1.c595 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_levels_mv() local
613 const struct regul_struct *regul = get_regulator_data(name); in voltage_to_index() local
638 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_enable() local
647 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_disable() local
655 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_is_regulator_enabled() local
679 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_voltage_set() local
696 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_mask_reset_set() local
711 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_bo_enable_cfg() local
731 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_bo_voltage_cfg() local
766 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_bo_pull_down_cfg() local
[all …]
H A Dstm32_cpu_opp.c51 struct regulator *regul; member
95 static bool opp_voltage_is_supported(struct regulator *regul, uint32_t *volt_uv) in opp_voltage_is_supported()