Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dmax77802.c382 .of_map_mode = max77802_map_mode, \
403 .of_map_mode = max77802_map_mode, \
424 .of_map_mode = max77802_map_mode, \
446 .of_map_mode = max77802_map_mode, \
467 .of_map_mode = max77802_map_mode, \
488 .of_map_mode = max77802_map_mode, \
Dof_regulator.c98 if (desc && desc->of_map_mode) { in of_get_regulation_constraints()
99 ret = desc->of_map_mode(pval); in of_get_regulation_constraints()
137 if (desc && desc->of_map_mode) { in of_get_regulation_constraints()
138 ret = desc->of_map_mode(pval); in of_get_regulation_constraints()
Dqcom_spmi-regulator.c1572 vreg->desc.of_map_mode = spmi_regulator_of_map_mode; in qcom_spmi_regulator_probe()
/linux-4.4.14/include/linux/regulator/
Ddriver.h321 unsigned int (*of_map_mode)(unsigned int mode); member