Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Ddsa.h1363 int dsa_switch_suspend(struct dsa_switch *ds);
1366 static inline int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend() function
/linux-6.15/net/dsa/
H A Ddsa.c1652 int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend() function
1672 EXPORT_SYMBOL_GPL(dsa_switch_suspend);
/linux-6.15/drivers/net/dsa/
H A Dbcm_sf2.c1610 return dsa_switch_suspend(priv->dev->ds); in bcm_sf2_suspend()
/linux-6.15/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c2164 return dsa_switch_suspend(priv->ds); in qca8k_suspend()
/linux-6.15/drivers/net/dsa/microchip/
H A Dksz_common.c5235 return dsa_switch_suspend(priv->ds); in ksz_switch_suspend()