Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/dsa/
H A Ddsa.c280 int dsa_switch_resume(struct dsa_switch *ds) in dsa_switch_resume() function
302 EXPORT_SYMBOL_GPL(dsa_switch_resume);
/OK3568_Linux_fs/kernel/include/net/
H A Ddsa.h811 int dsa_switch_resume(struct dsa_switch *ds);
817 static inline int dsa_switch_resume(struct dsa_switch *ds) in dsa_switch_resume() function
/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Dqca8k.c1500 return dsa_switch_resume(priv->ds); in qca8k_resume()
H A Dbcm_sf2.c1443 return dsa_switch_resume(priv->dev->ds); in bcm_sf2_resume()