Lines Matching refs:reserved_maps
1033 unsigned int *reserved_maps, unsigned int *num_maps, in reserve_map() argument
1036 unsigned int old_num = *reserved_maps; in reserve_map()
1052 *reserved_maps = new_num; in reserve_map()
1057 static int add_map_mux(struct pinctrl_map **map, unsigned int *reserved_maps, in add_map_mux() argument
1061 if (WARN_ON(*num_maps == *reserved_maps)) in add_map_mux()
1074 unsigned int *reserved_maps, unsigned int *num_maps, in add_map_configs() argument
1080 if (WARN_ON(*num_maps == *reserved_maps)) in add_map_configs()
1115 unsigned int *reserved_maps, in tz1090_pinctrl_dt_subnode_to_map() argument
1150 ret = reserve_map(dev, map, reserved_maps, num_maps, reserve); in tz1090_pinctrl_dt_subnode_to_map()
1156 ret = add_map_mux(map, reserved_maps, num_maps, in tz1090_pinctrl_dt_subnode_to_map()
1163 ret = add_map_configs(dev, map, reserved_maps, in tz1090_pinctrl_dt_subnode_to_map()
1183 unsigned int reserved_maps; in tz1090_pinctrl_dt_node_to_map() local
1187 reserved_maps = 0; in tz1090_pinctrl_dt_node_to_map()
1193 &reserved_maps, in tz1090_pinctrl_dt_node_to_map()