Searched refs:of_map_mode (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/drivers/regulator/ |
D | qcom-rpmh-regulator.c | 79 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,
|
D | of_regulator.c | 127 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()
|
D | max77802-regulator.c | 384 .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, \
|
D | twl-regulator.c | 469 .of_map_mode = twl4030reg_map_mode, \ 485 .of_map_mode = twl4030reg_map_mode, \ 504 .of_map_mode = twl4030reg_map_mode, \
|
D | cpcap-regulator.c | 126 .of_map_mode = cpcap_map_mode, \
|
D | twl6030-regulator.c | 577 .of_map_mode = NULL, \
|
D | qcom_spmi-regulator.c | 1817 vreg->desc.of_map_mode = spmi_regulator_of_map_mode; in qcom_spmi_regulator_probe()
|
/linux-4.19.296/include/linux/regulator/ |
D | driver.h | 375 unsigned int (*of_map_mode)(unsigned int mode); member
|