Searched refs:syscon_regmap_lookup_by_pdevname (Results 1 – 3 of 3) sorted by relevance
26 extern struct regmap *syscon_regmap_lookup_by_pdevname(const char *s);41 static inline struct regmap *syscon_regmap_lookup_by_pdevname(const char *s) in syscon_regmap_lookup_by_pdevname() function
183 struct regmap *syscon_regmap_lookup_by_pdevname(const char *s) in syscon_regmap_lookup_by_pdevname() function197 EXPORT_SYMBOL_GPL(syscon_regmap_lookup_by_pdevname);
480 s->syscon = syscon_regmap_lookup_by_pdevname(syscon_name); in uart_clps711x_probe()