Lines Matching refs:regmap
20 struct regmap *device_node_to_regmap(struct device_node *np);
21 struct regmap *syscon_node_to_regmap(struct device_node *np);
22 struct regmap *syscon_regmap_lookup_by_compatible(const char *s);
23 struct regmap *syscon_regmap_lookup_by_phandle(struct device_node *np,
25 struct regmap *syscon_regmap_lookup_by_phandle_args(struct device_node *np,
29 struct regmap *syscon_regmap_lookup_by_phandle_optional(struct device_node *np,
32 struct regmap *regmap);
34 static inline struct regmap *device_node_to_regmap(struct device_node *np) in device_node_to_regmap()
39 static inline struct regmap *syscon_node_to_regmap(struct device_node *np) in syscon_node_to_regmap()
44 static inline struct regmap *syscon_regmap_lookup_by_compatible(const char *s) in syscon_regmap_lookup_by_compatible()
49 static inline struct regmap *syscon_regmap_lookup_by_phandle( in syscon_regmap_lookup_by_phandle()
56 static inline struct regmap *syscon_regmap_lookup_by_phandle_args( in syscon_regmap_lookup_by_phandle_args()
65 static inline struct regmap *syscon_regmap_lookup_by_phandle_optional( in syscon_regmap_lookup_by_phandle_optional()
73 struct regmap *regmap) in of_syscon_register_regmap() argument