Lines Matching refs:num_maps

690 		unsigned *num_maps, const char *group,  in abx500_dt_add_map_mux()  argument
693 if (*num_maps == *reserved_maps) in abx500_dt_add_map_mux()
696 (*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP; in abx500_dt_add_map_mux()
697 (*map)[*num_maps].data.mux.group = group; in abx500_dt_add_map_mux()
698 (*map)[*num_maps].data.mux.function = function; in abx500_dt_add_map_mux()
699 (*num_maps)++; in abx500_dt_add_map_mux()
706 unsigned *num_maps, const char *group, in abx500_dt_add_map_configs() argument
711 if (*num_maps == *reserved_maps) in abx500_dt_add_map_configs()
719 (*map)[*num_maps].type = PIN_MAP_TYPE_CONFIGS_PIN; in abx500_dt_add_map_configs()
721 (*map)[*num_maps].data.configs.group_or_pin = group; in abx500_dt_add_map_configs()
722 (*map)[*num_maps].data.configs.configs = dup_configs; in abx500_dt_add_map_configs()
723 (*map)[*num_maps].data.configs.num_configs = num_configs; in abx500_dt_add_map_configs()
724 (*num_maps)++; in abx500_dt_add_map_configs()
746 unsigned *num_maps) in abx500_dt_subnode_to_map() argument
763 num_maps, ret); in abx500_dt_subnode_to_map()
769 num_maps, group, function); in abx500_dt_subnode_to_map()
786 num_maps, ret); in abx500_dt_subnode_to_map()
794 num_maps, gpio_name, configs, 1); in abx500_dt_subnode_to_map()
806 struct pinctrl_map **map, unsigned *num_maps) in abx500_dt_node_to_map() argument
814 *num_maps = 0; in abx500_dt_node_to_map()
818 &reserved_maps, num_maps); in abx500_dt_node_to_map()
820 pinctrl_utils_free_map(pctldev, *map, *num_maps); in abx500_dt_node_to_map()