Lines Matching refs:reserved_maps
686 unsigned *reserved_maps, in abx500_dt_add_map_mux() argument
690 if (*num_maps == *reserved_maps) in abx500_dt_add_map_mux()
702 unsigned *reserved_maps, in abx500_dt_add_map_configs() argument
708 if (*num_maps == *reserved_maps) in abx500_dt_add_map_configs()
742 unsigned *reserved_maps, in abx500_dt_subnode_to_map() argument
759 ret = pinctrl_utils_reserve_map(pctldev, map, reserved_maps, in abx500_dt_subnode_to_map()
765 ret = abx500_dt_add_map_mux(map, reserved_maps, in abx500_dt_subnode_to_map()
782 reserved_maps, in abx500_dt_subnode_to_map()
790 ret = abx500_dt_add_map_configs(map, reserved_maps, in abx500_dt_subnode_to_map()
805 unsigned reserved_maps; in abx500_dt_node_to_map() local
809 reserved_maps = 0; in abx500_dt_node_to_map()
815 &reserved_maps, num_maps); in abx500_dt_node_to_map()