Lines Matching refs:num_maps
818 unsigned *num_maps, const char *group, in abx500_dt_add_map_mux() argument
821 if (*num_maps == *reserved_maps) in abx500_dt_add_map_mux()
824 (*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP; in abx500_dt_add_map_mux()
825 (*map)[*num_maps].data.mux.group = group; in abx500_dt_add_map_mux()
826 (*map)[*num_maps].data.mux.function = function; in abx500_dt_add_map_mux()
827 (*num_maps)++; in abx500_dt_add_map_mux()
834 unsigned *num_maps, const char *group, in abx500_dt_add_map_configs() argument
839 if (*num_maps == *reserved_maps) in abx500_dt_add_map_configs()
847 (*map)[*num_maps].type = PIN_MAP_TYPE_CONFIGS_PIN; in abx500_dt_add_map_configs()
849 (*map)[*num_maps].data.configs.group_or_pin = group; in abx500_dt_add_map_configs()
850 (*map)[*num_maps].data.configs.configs = dup_configs; in abx500_dt_add_map_configs()
851 (*map)[*num_maps].data.configs.num_configs = num_configs; in abx500_dt_add_map_configs()
852 (*num_maps)++; in abx500_dt_add_map_configs()
874 unsigned *num_maps) in abx500_dt_subnode_to_map() argument
891 num_maps, ret); in abx500_dt_subnode_to_map()
897 num_maps, group, function); in abx500_dt_subnode_to_map()
914 num_maps, ret); in abx500_dt_subnode_to_map()
922 num_maps, gpio_name, configs, 1); in abx500_dt_subnode_to_map()
934 struct pinctrl_map **map, unsigned *num_maps) in abx500_dt_node_to_map() argument
942 *num_maps = 0; in abx500_dt_node_to_map()
946 &reserved_maps, num_maps); in abx500_dt_node_to_map()
948 pinctrl_utils_dt_free_map(pctldev, *map, *num_maps); in abx500_dt_node_to_map()