Home
last modified time | relevance | path

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

/linux-6.1.9/net/dsa/
Ddsa.c279 int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend() function
299 EXPORT_SYMBOL_GPL(dsa_switch_suspend);
/linux-6.1.9/include/net/
Ddsa.h1381 int dsa_switch_suspend(struct dsa_switch *ds);
1384 static inline int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend() function
/linux-6.1.9/drivers/net/dsa/
Dbcm_sf2.c1583 return dsa_switch_suspend(priv->dev->ds); in bcm_sf2_suspend()
/linux-6.1.9/drivers/net/dsa/qca/
Dqca8k-8xxx.c2012 return dsa_switch_suspend(priv->ds); in qca8k_suspend()