Searched refs:of_map_mode (Results 1 – 3 of 3) sorted by relevance
86 if (desc && desc->of_map_mode) { in of_get_regulation_constraints()87 ret = desc->of_map_mode(pval); in of_get_regulation_constraints()119 if (desc && desc->of_map_mode) { in of_get_regulation_constraints()120 ret = desc->of_map_mode(pval); in of_get_regulation_constraints()
381 .of_map_mode = max77802_map_mode, \402 .of_map_mode = max77802_map_mode, \423 .of_map_mode = max77802_map_mode, \445 .of_map_mode = max77802_map_mode, \466 .of_map_mode = max77802_map_mode, \487 .of_map_mode = max77802_map_mode, \
307 unsigned int (*of_map_mode)(unsigned int mode); member