Symbol: dsa_switch_shutdown
drivers/net/dsa/b53/b53_priv.h
294
dsa_switch_shutdown(dev->ds);
drivers/net/dsa/bcm_sf2.c
1605
dsa_switch_shutdown(priv->dev->ds);
drivers/net/dsa/dsa_loop.c
418
dsa_switch_shutdown(ds);
drivers/net/dsa/hirschmann/hellcreek.c
2076
dsa_switch_shutdown(hellcreek->ds);
drivers/net/dsa/lan9303-core.c
1509
dsa_switch_shutdown(chip->ds);
drivers/net/dsa/lantiq/lantiq_gswip.c
454
dsa_switch_shutdown(priv->ds);
drivers/net/dsa/lantiq/mxl-gsw1xx.c
811
dsa_switch_shutdown(priv->ds);
drivers/net/dsa/microchip/ksz8863_smi.c
193
dsa_switch_shutdown(dev->ds);
drivers/net/dsa/microchip/ksz_common.c
4081
dsa_switch_shutdown(dev->ds);
drivers/net/dsa/mt7530-mdio.c
253
dsa_switch_shutdown(priv->ds);
drivers/net/dsa/mt7530-mmio.c
81
dsa_switch_shutdown(priv->ds);
drivers/net/dsa/mv88e6060.c
356
dsa_switch_shutdown(ds);
drivers/net/dsa/mv88e6xxx/chip.c
7498
dsa_switch_shutdown(ds);
drivers/net/dsa/mxl862xx/mxl862xx.c
2180
dsa_switch_shutdown(ds);
drivers/net/dsa/netc/netc_main.c
2504
dsa_switch_shutdown(priv->ds);
drivers/net/dsa/ocelot/felix_vsc9959.c
2733
dsa_switch_shutdown(felix->ds);
drivers/net/dsa/ocelot/ocelot_ext.c
88
dsa_switch_shutdown(felix->ds);
drivers/net/dsa/ocelot/seville_vsc9953.c
1003
dsa_switch_shutdown(felix->ds);
drivers/net/dsa/qca/ar9331.c
1118
dsa_switch_shutdown(&priv->ds);
drivers/net/dsa/qca/qca8k-8xxx.c
2146
dsa_switch_shutdown(priv->ds);
drivers/net/dsa/realtek/rtl83xx.c
294
dsa_switch_shutdown(ds);
drivers/net/dsa/rzn1_a5psw.c
1295
dsa_switch_shutdown(&a5psw->ds);
drivers/net/dsa/sja1105/sja1105_main.c
3361
dsa_switch_shutdown(priv->ds);
drivers/net/dsa/vitesse-vsc73xx-core.c
2410
dsa_switch_shutdown(vsc->ds);
drivers/net/dsa/xrs700x/xrs700x.c
854
dsa_switch_shutdown(priv->ds);
drivers/net/dsa/yt921x.c
4879
dsa_switch_shutdown(&priv->ds);
include/net/dsa.h
1387
void dsa_switch_shutdown(struct dsa_switch *ds);
net/dsa/dsa.c
1648
EXPORT_SYMBOL_GPL(dsa_switch_shutdown);