Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mfd/
Docelot-spi.c184 struct regmap *ocelot_spi_init_regmap(struct device *dev, const struct resource *res) in ocelot_spi_init_regmap() function
196 EXPORT_SYMBOL_NS(ocelot_spi_init_regmap, MFD_OCELOT_SPI);
233 r = ocelot_spi_init_regmap(dev, &vsc7512_dev_cpuorg_resource); in ocelot_spi_probe()
239 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.c206 ocelot_spi_init_regmap(dev, res); in ocelot_core_try_add_regmap()