Searched refs:of_map_mode (Results 1 – 4 of 4) sorted by relevance
382 .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, \
98 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()
1572 vreg->desc.of_map_mode = spmi_regulator_of_map_mode; in qcom_spmi_regulator_probe()
321 unsigned int (*of_map_mode)(unsigned int mode); member