Home
last modified time | relevance | path

Searched refs:dsa_switch_suspend (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/dsa/
Ddsa.c205 int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend() function
224 EXPORT_SYMBOL_GPL(dsa_switch_suspend);
Dlegacy.c698 ret = dsa_switch_suspend(ds); in dsa_suspend()
/Linux-v4.19/include/net/
Ddsa.h558 int dsa_switch_suspend(struct dsa_switch *ds);
561 static inline int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend() function
/Linux-v4.19/drivers/net/dsa/
Dqca8k.c963 return dsa_switch_suspend(priv->ds); in qca8k_suspend()
Dbcm_sf2.c1197 return dsa_switch_suspend(priv->dev->ds); in bcm_sf2_suspend()