Lines Matching refs:num_maps
1239 unsigned *num_maps, const char *group, in nmk_dt_add_map_mux() argument
1242 if (*num_maps == *reserved_maps) in nmk_dt_add_map_mux()
1245 (*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP; in nmk_dt_add_map_mux()
1246 (*map)[*num_maps].data.mux.group = group; in nmk_dt_add_map_mux()
1247 (*map)[*num_maps].data.mux.function = function; in nmk_dt_add_map_mux()
1248 (*num_maps)++; in nmk_dt_add_map_mux()
1255 unsigned *num_maps, const char *group, in nmk_dt_add_map_configs() argument
1260 if (*num_maps == *reserved_maps) in nmk_dt_add_map_configs()
1268 (*map)[*num_maps].type = PIN_MAP_TYPE_CONFIGS_PIN; in nmk_dt_add_map_configs()
1270 (*map)[*num_maps].data.configs.group_or_pin = group; in nmk_dt_add_map_configs()
1271 (*map)[*num_maps].data.configs.configs = dup_configs; in nmk_dt_add_map_configs()
1272 (*map)[*num_maps].data.configs.num_configs = num_configs; in nmk_dt_add_map_configs()
1273 (*num_maps)++; in nmk_dt_add_map_configs()
1396 unsigned *num_maps) in nmk_pinctrl_dt_subnode_to_map() argument
1415 num_maps, ret); in nmk_pinctrl_dt_subnode_to_map()
1420 ret = nmk_dt_add_map_mux(map, reserved_maps, num_maps, in nmk_pinctrl_dt_subnode_to_map()
1442 num_maps, ret); in nmk_pinctrl_dt_subnode_to_map()
1450 num_maps, in nmk_pinctrl_dt_subnode_to_map()
1463 struct pinctrl_map **map, unsigned *num_maps) in nmk_pinctrl_dt_node_to_map() argument
1471 *num_maps = 0; in nmk_pinctrl_dt_node_to_map()
1475 &reserved_maps, num_maps); in nmk_pinctrl_dt_node_to_map()
1477 pinctrl_utils_free_map(pctldev, *map, *num_maps); in nmk_pinctrl_dt_node_to_map()