Home
last modified time | relevance | path

Searched refs:syscon_regmap_lookup_by_pdevname (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/mfd/
Dsyscon.h26 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
/Linux-v4.19/drivers/mfd/
Dsyscon.c183 struct regmap *syscon_regmap_lookup_by_pdevname(const char *s) in syscon_regmap_lookup_by_pdevname() function
197 EXPORT_SYMBOL_GPL(syscon_regmap_lookup_by_pdevname);
/Linux-v4.19/drivers/tty/serial/
Dclps711x.c480 s->syscon = syscon_regmap_lookup_by_pdevname(syscon_name); in uart_clps711x_probe()