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
384
dsa_switch_shutdown(ds);
drivers/net/dsa/hirschmann/hellcreek.c
2080
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
194
dsa_switch_shutdown(dev->ds);
drivers/net/dsa/microchip/ksz_common.c
5083
dsa_switch_shutdown(dev->ds);
drivers/net/dsa/mt7530-mdio.c
246
dsa_switch_shutdown(priv->ds);
drivers/net/dsa/mt7530-mmio.c
82
dsa_switch_shutdown(priv->ds);
drivers/net/dsa/mv88e6060.c
356
dsa_switch_shutdown(ds);
drivers/net/dsa/mv88e6xxx/chip.c
7446
dsa_switch_shutdown(ds);
drivers/net/dsa/mxl862xx/mxl862xx.c
450
dsa_switch_shutdown(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
1004
dsa_switch_shutdown(felix->ds);
drivers/net/dsa/qca/ar9331.c
1118
dsa_switch_shutdown(&priv->ds);
drivers/net/dsa/qca/qca8k-8xxx.c
2136
dsa_switch_shutdown(priv->ds);
drivers/net/dsa/realtek/rtl83xx.c
282
dsa_switch_shutdown(ds);
drivers/net/dsa/rzn1_a5psw.c
1295
dsa_switch_shutdown(&a5psw->ds);
drivers/net/dsa/sja1105/sja1105_main.c
3360
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
3372
dsa_switch_shutdown(&priv->ds);
include/net/dsa.h
1368
void dsa_switch_shutdown(struct dsa_switch *ds);
net/dsa/dsa.c
1648
EXPORT_SYMBOL_GPL(dsa_switch_shutdown);