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(
31 extern struct regmap *syscon_regmap_lookup_by_phandle_optional(
35 static inline struct regmap *device_node_to_regmap(struct device_node *np) in device_node_to_regmap()
40 static inline struct regmap *syscon_node_to_regmap(struct device_node *np) in syscon_node_to_regmap()
45 static inline struct regmap *syscon_regmap_lookup_by_compatible(const char *s) in syscon_regmap_lookup_by_compatible()
50 static inline struct regmap *syscon_regmap_lookup_by_phandle( in syscon_regmap_lookup_by_phandle()
57 static inline struct regmap *syscon_regmap_lookup_by_phandle_args( in syscon_regmap_lookup_by_phandle_args()
66 static inline struct regmap *syscon_regmap_lookup_by_phandle_optional( in syscon_regmap_lookup_by_phandle_optional()