Home
last modified time | relevance | path

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

/linux/include/soc/mscc/
H A Docelot.h1000 int ocelot_init(struct ocelot *ocelot);
/linux/drivers/net/ethernet/mscc/
H A Docelot.c3164 int ocelot_init(struct ocelot *ocelot) in ocelot_init() function
3315 EXPORT_SYMBOL(ocelot_init);
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1710 err = ocelot_init(ocelot); in felix_setup()