Searched refs:syscon_regmap_lookup_by_pdevname (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/mfd/
H A Dsyscon.h25 extern struct regmap *syscon_regmap_lookup_by_pdevname(const char *s);
40 static inline struct regmap *syscon_regmap_lookup_by_pdevname(const char *s) syscon_regmap_lookup_by_pdevname() function
/linux-4.4.14/drivers/mfd/
H A Dsyscon.c140 struct regmap *syscon_regmap_lookup_by_pdevname(const char *s) syscon_regmap_lookup_by_pdevname() function
154 EXPORT_SYMBOL_GPL(syscon_regmap_lookup_by_pdevname); variable
/linux-4.4.14/drivers/spi/
H A Dspi-clps711x.c163 hw->syscon = syscon_regmap_lookup_by_pdevname("syscon.3"); spi_clps711x_probe()
/linux-4.4.14/drivers/tty/serial/
H A Dclps711x.c482 s->syscon = syscon_regmap_lookup_by_pdevname(syscon_name); uart_clps711x_probe()

Completed in 176 milliseconds