Home
last modified time | relevance | path

Searched refs:ocelot_get_strings (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot.c838 void ocelot_get_strings(struct ocelot *ocelot, int port, u32 sset, u8 *data) in ocelot_get_strings() function
849 EXPORT_SYMBOL(ocelot_get_strings);
H A Docelot_net.c697 ocelot_get_strings(ocelot, port, sset, data); in ocelot_port_get_strings()
/OK3568_Linux_fs/kernel/include/soc/mscc/
H A Docelot.h729 void ocelot_get_strings(struct ocelot *ocelot, int port, u32 sset, u8 *data);
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.c343 return ocelot_get_strings(ocelot, port, stringset, data); in felix_get_strings()