Lines Matching defs:map
971 * rza1_dt_node_to_map() - map a pin mux node to a function/group
977 * @map: pointer to pin map (output)
982 struct pinctrl_map **map,
1061 /* Create map where to retrieve function and mux settings from */
1063 *map = kzalloc(sizeof(**map), GFP_KERNEL);
1064 if (!*map) {
1069 (*map)->type = PIN_MAP_TYPE_MUX_GROUP;
1070 (*map)->data.mux.group = np->name;
1071 (*map)->data.mux.function = np->name;
1091 struct pinctrl_map *map, unsigned int num_maps)
1093 kfree(map);