Lines Matching refs:num_maps

832 		unsigned *num_maps, const char *group,  in abx500_dt_add_map_mux()  argument
835 if (*num_maps == *reserved_maps) in abx500_dt_add_map_mux()
838 (*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP; in abx500_dt_add_map_mux()
839 (*map)[*num_maps].data.mux.group = group; in abx500_dt_add_map_mux()
840 (*map)[*num_maps].data.mux.function = function; in abx500_dt_add_map_mux()
841 (*num_maps)++; in abx500_dt_add_map_mux()
848 unsigned *num_maps, const char *group, in abx500_dt_add_map_configs() argument
853 if (*num_maps == *reserved_maps) in abx500_dt_add_map_configs()
861 (*map)[*num_maps].type = PIN_MAP_TYPE_CONFIGS_PIN; in abx500_dt_add_map_configs()
863 (*map)[*num_maps].data.configs.group_or_pin = group; in abx500_dt_add_map_configs()
864 (*map)[*num_maps].data.configs.configs = dup_configs; in abx500_dt_add_map_configs()
865 (*map)[*num_maps].data.configs.num_configs = num_configs; in abx500_dt_add_map_configs()
866 (*num_maps)++; in abx500_dt_add_map_configs()
888 unsigned *num_maps) in abx500_dt_subnode_to_map() argument
905 num_maps, ret); in abx500_dt_subnode_to_map()
911 num_maps, group, function); in abx500_dt_subnode_to_map()
928 num_maps, ret); in abx500_dt_subnode_to_map()
936 num_maps, gpio_name, configs, 1); in abx500_dt_subnode_to_map()
948 struct pinctrl_map **map, unsigned *num_maps) in abx500_dt_node_to_map() argument
956 *num_maps = 0; in abx500_dt_node_to_map()
960 &reserved_maps, num_maps); in abx500_dt_node_to_map()
962 pinctrl_utils_dt_free_map(pctldev, *map, *num_maps); in abx500_dt_node_to_map()