Lines Matching defs:map
972 * rza1_dt_node_to_map() - map a pin mux node to a function/group
978 * @map: pointer to pin map (output)
983 struct pinctrl_map **map,
1062 /* Create map where to retrieve function and mux settings from */
1064 *map = kzalloc(sizeof(**map), GFP_KERNEL);
1065 if (!*map) {
1070 (*map)->type = PIN_MAP_TYPE_MUX_GROUP;
1071 (*map)->data.mux.group = np->name;
1072 (*map)->data.mux.function = np->name;
1092 struct pinctrl_map *map, unsigned int num_maps)
1094 kfree(map);