Lines Matching refs:reserved_maps
817 unsigned *reserved_maps, in abx500_dt_add_map_mux() argument
821 if (*num_maps == *reserved_maps) in abx500_dt_add_map_mux()
833 unsigned *reserved_maps, in abx500_dt_add_map_configs() argument
839 if (*num_maps == *reserved_maps) in abx500_dt_add_map_configs()
873 unsigned *reserved_maps, in abx500_dt_subnode_to_map() argument
890 ret = pinctrl_utils_reserve_map(pctldev, map, reserved_maps, in abx500_dt_subnode_to_map()
896 ret = abx500_dt_add_map_mux(map, reserved_maps, in abx500_dt_subnode_to_map()
913 reserved_maps, in abx500_dt_subnode_to_map()
921 ret = abx500_dt_add_map_configs(map, reserved_maps, in abx500_dt_subnode_to_map()
936 unsigned reserved_maps; in abx500_dt_node_to_map() local
940 reserved_maps = 0; in abx500_dt_node_to_map()
946 &reserved_maps, num_maps); in abx500_dt_node_to_map()