Lines Matching refs:regmap
20 extern struct regmap *device_node_to_regmap(struct device_node *np);
21 extern struct regmap *syscon_node_to_regmap(struct device_node *np);
22 extern struct regmap *syscon_regmap_lookup_by_compatible(const char *s);
23 extern struct regmap *syscon_regmap_lookup_by_phandle(
26 extern struct regmap *syscon_regmap_lookup_by_phandle_args(
32 static inline struct regmap *device_node_to_regmap(struct device_node *np)
37 static inline struct regmap *syscon_node_to_regmap(struct device_node *np)
42 static inline struct regmap *syscon_regmap_lookup_by_compatible(const char *s)
47 static inline struct regmap *syscon_regmap_lookup_by_phandle(
54 static inline struct regmap *syscon_regmap_lookup_by_phandle_args(