Home
last modified time | relevance | path

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

/Linux-v5.15/net/dsa/
Ddsa.c290 int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend() function
309 EXPORT_SYMBOL_GPL(dsa_switch_suspend);
/Linux-v5.15/include/net/
Ddsa.h1060 int dsa_switch_suspend(struct dsa_switch *ds);
1063 static inline int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend() function
/Linux-v5.15/drivers/net/dsa/
Dbcm_sf2.c1560 return dsa_switch_suspend(priv->dev->ds); in bcm_sf2_suspend()
Dqca8k.c1926 return dsa_switch_suspend(priv->ds); in qca8k_suspend()