Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Ddsa.h1352 int dsa_switch_suspend(struct dsa_switch *ds);
1355 static inline int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend() function
/openbmc/linux/net/dsa/
H A Ddsa.c1611 int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend() function
1631 EXPORT_SYMBOL_GPL(dsa_switch_suspend);
/openbmc/linux/drivers/net/dsa/
H A Dbcm_sf2.c1595 return dsa_switch_suspend(priv->dev->ds); in bcm_sf2_suspend()
/openbmc/linux/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c2149 return dsa_switch_suspend(priv->ds); in qca8k_suspend()