Home
last modified time | relevance | path

Searched refs:of_map_mode (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/drivers/regulator/
Dqcom-rpmh-regulator.c79 unsigned int (*of_map_mode)(unsigned int mode); member
451 vreg->rdesc.of_map_mode = vreg->hw_data->of_map_mode; in rpmh_regulator_init_vreg()
581 .of_map_mode = rpmh_regulator_pmic4_ldo_of_map_mode,
591 .of_map_mode = rpmh_regulator_pmic4_ldo_of_map_mode,
601 .of_map_mode = rpmh_regulator_pmic4_ldo_of_map_mode,
610 .of_map_mode = rpmh_regulator_pmic4_smps_of_map_mode,
619 .of_map_mode = rpmh_regulator_pmic4_smps_of_map_mode,
628 .of_map_mode = rpmh_regulator_pmic4_bob_of_map_mode,
Dof_regulator.c127 if (desc && desc->of_map_mode) { in of_get_regulation_constraints()
128 mode = desc->of_map_mode(pval); in of_get_regulation_constraints()
142 if (desc && desc->of_map_mode) { in of_get_regulation_constraints()
151 mode = desc->of_map_mode(pval); in of_get_regulation_constraints()
201 if (desc && desc->of_map_mode) { in of_get_regulation_constraints()
202 mode = desc->of_map_mode(pval); in of_get_regulation_constraints()
Dmax77802-regulator.c384 .of_map_mode = max77802_map_mode, \
405 .of_map_mode = max77802_map_mode, \
426 .of_map_mode = max77802_map_mode, \
448 .of_map_mode = max77802_map_mode, \
469 .of_map_mode = max77802_map_mode, \
490 .of_map_mode = max77802_map_mode, \
Dtwl-regulator.c469 .of_map_mode = twl4030reg_map_mode, \
485 .of_map_mode = twl4030reg_map_mode, \
504 .of_map_mode = twl4030reg_map_mode, \
Dcpcap-regulator.c126 .of_map_mode = cpcap_map_mode, \
Dtwl6030-regulator.c577 .of_map_mode = NULL, \
Dqcom_spmi-regulator.c1817 vreg->desc.of_map_mode = spmi_regulator_of_map_mode; in qcom_spmi_regulator_probe()
/linux-4.19.296/include/linux/regulator/
Ddriver.h375 unsigned int (*of_map_mode)(unsigned int mode); member