Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mfd/
Docelot-spi.c186 struct regmap *ocelot_spi_init_regmap(struct device *dev, const struct resource *res) in ocelot_spi_init_regmap() function
198 EXPORT_SYMBOL_NS(ocelot_spi_init_regmap, MFD_OCELOT_SPI);
235 r = ocelot_spi_init_regmap(dev, &vsc7512_dev_cpuorg_resource); in ocelot_spi_probe()
241 r = ocelot_spi_init_regmap(dev, &vsc7512_gcb_resource); in ocelot_spi_probe()
Docelot.h37 struct regmap *ocelot_spi_init_regmap(struct device *dev,
Docelot-core.c133 ocelot_spi_init_regmap(dev, res); in ocelot_core_try_add_regmap()