Home
last modified time | relevance | path

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

/external/trusty/arm-trusted-firmware/drivers/st/pmic/
Dstm32mp_pmic2.c178 struct regul_handle_s *regul = (struct regul_handle_s *)desc->driver_data; in pmic2_set_state() local
187 struct regul_handle_s *regul = (struct regul_handle_s *)desc->driver_data; in pmic2_get_state() local
201 struct regul_handle_s *regul = (struct regul_handle_s *)desc->driver_data; in pmic2_get_voltage() local
229 struct regul_handle_s *regul = (struct regul_handle_s *)desc->driver_data; in pmic2_set_voltage() local
253 struct regul_handle_s *regul = (struct regul_handle_s *)desc->driver_data; in pmic2_list_voltages() local
282 struct regul_handle_s *regul = (struct regul_handle_s *)desc->driver_data; in pmic2_set_flag() local
318 struct regul_handle_s *regul = (struct regul_handle_s *)desc->driver_data; in stpmic2_set_prop() local
438 struct regul_handle_s *regul = (struct regul_handle_s *)desc->driver_data; in register_pmic2() local
Dstpmic1.c627 const struct regul_struct *regul = get_regulator_data(name); in voltage_to_index() local
656 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_enable() local
664 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_disable() local
673 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_is_regulator_enabled() local
685 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_voltage_set() local
715 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_pull_down_set() local
729 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_mask_reset_set() local
743 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_icc_set() local
802 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_levels_mv() local
817 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_voltage_get() local
Dstpmic2.c220 const struct regul_struct *regul = &regul_table[id]; in stpmic2_regulator_set_state() local
232 const struct regul_struct *regul = &regul_table[id]; in stpmic2_regulator_get_state() local
248 const struct regul_struct *regul = &regul_table[id]; in stpmic2_regulator_levels_mv() local
267 const struct regul_struct *regul = &regul_table[id]; in stpmic2_regulator_get_voltage() local
293 static size_t voltage_to_index(const struct regul_struct *regul, in voltage_to_index()
311 const struct regul_struct *regul = &regul_table[id]; in stpmic2_regulator_set_voltage() local
335 const struct regul_struct *regul = &regul_table[id]; in stpmic2_update_en_crs() local
351 const struct regul_struct *regul = &regul_table[id]; in stpmic2_regulator_get_prop() local
383 const struct regul_struct *regul = &regul_table[id]; in stpmic2_regulator_set_prop() local
/external/arm-trusted-firmware/drivers/st/pmic/
Dstpmic1.c566 const struct regul_struct *regul = get_regulator_data(name); in voltage_to_index() local
595 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_enable() local
603 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_disable() local
612 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_is_regulator_enabled() local
624 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_voltage_set() local
644 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_pull_down_set() local
658 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_mask_reset_set() local
668 const struct regul_struct *regul = get_regulator_data(name); in stpmic1_regulator_voltage_get() local
/external/trusty/arm-trusted-firmware/plat/st/common/
Dstm32mp_dt.c263 struct rdev *regul = dt_get_vdd_regulator(); in dt_get_pwr_vdd_voltage() local