Lines Matching refs:num_maps
1243 unsigned *num_maps, const char *group, in nmk_dt_add_map_mux() argument
1246 if (*num_maps == *reserved_maps) in nmk_dt_add_map_mux()
1249 (*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP; in nmk_dt_add_map_mux()
1250 (*map)[*num_maps].data.mux.group = group; in nmk_dt_add_map_mux()
1251 (*map)[*num_maps].data.mux.function = function; in nmk_dt_add_map_mux()
1252 (*num_maps)++; in nmk_dt_add_map_mux()
1259 unsigned *num_maps, const char *group, in nmk_dt_add_map_configs() argument
1264 if (*num_maps == *reserved_maps) in nmk_dt_add_map_configs()
1272 (*map)[*num_maps].type = PIN_MAP_TYPE_CONFIGS_PIN; in nmk_dt_add_map_configs()
1274 (*map)[*num_maps].data.configs.group_or_pin = group; in nmk_dt_add_map_configs()
1275 (*map)[*num_maps].data.configs.configs = dup_configs; in nmk_dt_add_map_configs()
1276 (*map)[*num_maps].data.configs.num_configs = num_configs; in nmk_dt_add_map_configs()
1277 (*num_maps)++; in nmk_dt_add_map_configs()
1400 unsigned *num_maps) in nmk_pinctrl_dt_subnode_to_map() argument
1419 num_maps, ret); in nmk_pinctrl_dt_subnode_to_map()
1424 ret = nmk_dt_add_map_mux(map, reserved_maps, num_maps, in nmk_pinctrl_dt_subnode_to_map()
1446 num_maps, ret); in nmk_pinctrl_dt_subnode_to_map()
1454 num_maps, in nmk_pinctrl_dt_subnode_to_map()
1467 struct pinctrl_map **map, unsigned *num_maps) in nmk_pinctrl_dt_node_to_map() argument
1475 *num_maps = 0; in nmk_pinctrl_dt_node_to_map()
1479 &reserved_maps, num_maps); in nmk_pinctrl_dt_node_to_map()
1481 pinctrl_utils_free_map(pctldev, *map, *num_maps); in nmk_pinctrl_dt_node_to_map()