Lines Matching defs:map
116 * @map: map to the parent syscon where the main register reside
118 struct regmap *map;
120 * @ib2_map: map to the IB2 syscon, if applicable
293 struct regmap *map;
303 map = syscon_node_to_regmap(parent->of_node);
304 if (IS_ERR(map)) {
306 return PTR_ERR(map);
313 ret = regmap_read(map, SYS_CLCD, &val);
339 vpanel->map = map;