Lines Matching refs:reserved_maps
831 unsigned *reserved_maps, in abx500_dt_add_map_mux() argument
835 if (*num_maps == *reserved_maps) in abx500_dt_add_map_mux()
847 unsigned *reserved_maps, in abx500_dt_add_map_configs() argument
853 if (*num_maps == *reserved_maps) in abx500_dt_add_map_configs()
887 unsigned *reserved_maps, in abx500_dt_subnode_to_map() argument
904 ret = pinctrl_utils_reserve_map(pctldev, map, reserved_maps, in abx500_dt_subnode_to_map()
910 ret = abx500_dt_add_map_mux(map, reserved_maps, in abx500_dt_subnode_to_map()
927 reserved_maps, in abx500_dt_subnode_to_map()
935 ret = abx500_dt_add_map_configs(map, reserved_maps, in abx500_dt_subnode_to_map()
950 unsigned reserved_maps; in abx500_dt_node_to_map() local
954 reserved_maps = 0; in abx500_dt_node_to_map()
960 &reserved_maps, num_maps); in abx500_dt_node_to_map()