Lines Matching refs:reserved_maps
689 unsigned *reserved_maps, in abx500_dt_add_map_mux() argument
693 if (*num_maps == *reserved_maps) in abx500_dt_add_map_mux()
705 unsigned *reserved_maps, in abx500_dt_add_map_configs() argument
711 if (*num_maps == *reserved_maps) in abx500_dt_add_map_configs()
745 unsigned *reserved_maps, in abx500_dt_subnode_to_map() argument
762 ret = pinctrl_utils_reserve_map(pctldev, map, reserved_maps, in abx500_dt_subnode_to_map()
768 ret = abx500_dt_add_map_mux(map, reserved_maps, in abx500_dt_subnode_to_map()
785 reserved_maps, in abx500_dt_subnode_to_map()
793 ret = abx500_dt_add_map_configs(map, reserved_maps, in abx500_dt_subnode_to_map()
808 unsigned reserved_maps; in abx500_dt_node_to_map() local
812 reserved_maps = 0; in abx500_dt_node_to_map()
818 &reserved_maps, num_maps); in abx500_dt_node_to_map()