Lines Matching defs:regmap
14 #include <linux/regmap.h>25 struct regmap *cpu_ctrl;26 struct regmap *gcb_ctrl;66 struct regmap **target)69 struct regmap *regmap;75 regmap = syscon_node_to_regmap(syscon_np);77 if (IS_ERR(regmap)) {78 err = PTR_ERR(regmap);82 *target = regmap;87 struct regmap **target)90 struct regmap *map;