Lines Matching refs:num_maps

687 		unsigned *num_maps, const char *group,  in abx500_dt_add_map_mux()  argument
690 if (*num_maps == *reserved_maps) in abx500_dt_add_map_mux()
693 (*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP; in abx500_dt_add_map_mux()
694 (*map)[*num_maps].data.mux.group = group; in abx500_dt_add_map_mux()
695 (*map)[*num_maps].data.mux.function = function; in abx500_dt_add_map_mux()
696 (*num_maps)++; in abx500_dt_add_map_mux()
703 unsigned *num_maps, const char *group, in abx500_dt_add_map_configs() argument
708 if (*num_maps == *reserved_maps) in abx500_dt_add_map_configs()
716 (*map)[*num_maps].type = PIN_MAP_TYPE_CONFIGS_PIN; in abx500_dt_add_map_configs()
718 (*map)[*num_maps].data.configs.group_or_pin = group; in abx500_dt_add_map_configs()
719 (*map)[*num_maps].data.configs.configs = dup_configs; in abx500_dt_add_map_configs()
720 (*map)[*num_maps].data.configs.num_configs = num_configs; in abx500_dt_add_map_configs()
721 (*num_maps)++; in abx500_dt_add_map_configs()
743 unsigned *num_maps) in abx500_dt_subnode_to_map() argument
760 num_maps, ret); in abx500_dt_subnode_to_map()
766 num_maps, group, function); in abx500_dt_subnode_to_map()
783 num_maps, ret); in abx500_dt_subnode_to_map()
791 num_maps, gpio_name, configs, 1); in abx500_dt_subnode_to_map()
803 struct pinctrl_map **map, unsigned *num_maps) in abx500_dt_node_to_map() argument
811 *num_maps = 0; in abx500_dt_node_to_map()
815 &reserved_maps, num_maps); in abx500_dt_node_to_map()
817 pinctrl_utils_free_map(pctldev, *map, *num_maps); in abx500_dt_node_to_map()