mux_handle         77 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c 	void *mux_handle;
mux_handle        866 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c 			    &gmac->mux_handle, priv, priv->mii);
mux_handle        992 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c 		if (gmac->mux_handle)
mux_handle        993 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c 			mdio_mux_uninit(gmac->mux_handle);
mux_handle         49 drivers/net/phy/mdio-mux-bcm-iproc.c 	void *mux_handle;
mux_handle        249 drivers/net/phy/mdio-mux-bcm-iproc.c 			   &md->mux_handle, md, md->mii_bus);
mux_handle        271 drivers/net/phy/mdio-mux-bcm-iproc.c 	mdio_mux_uninit(md->mux_handle);
mux_handle         19 drivers/net/phy/mdio-mux-gpio.c 	void *mux_handle;
mux_handle         58 drivers/net/phy/mdio-mux-gpio.c 			  mdio_mux_gpio_switch_fn, &s->mux_handle, s, NULL);
mux_handle         72 drivers/net/phy/mdio-mux-gpio.c 	mdio_mux_uninit(s->mux_handle);
mux_handle         57 drivers/net/phy/mdio-mux-meson-g12a.c 	void *mux_handle;
mux_handle        338 drivers/net/phy/mdio-mux-meson-g12a.c 			    &priv->mux_handle, dev, NULL);
mux_handle        356 drivers/net/phy/mdio-mux-meson-g12a.c 	mdio_mux_uninit(priv->mux_handle);
mux_handle         19 drivers/net/phy/mdio-mux-mmioreg.c 	void *mux_handle;
mux_handle        161 drivers/net/phy/mdio-mux-mmioreg.c 			    &s->mux_handle, s, NULL);
mux_handle        178 drivers/net/phy/mdio-mux-mmioreg.c 	mdio_mux_uninit(s->mux_handle);
mux_handle         15 drivers/net/phy/mdio-mux-multiplexer.c 	void *mux_handle;
mux_handle         85 drivers/net/phy/mdio-mux-multiplexer.c 			    mdio_mux_multiplexer_switch_fn, &s->mux_handle,
mux_handle         95 drivers/net/phy/mdio-mux-multiplexer.c 	mdio_mux_uninit(s->mux_handle);
mux_handle         88 drivers/net/phy/mdio-mux.c 		  void **mux_handle,
mux_handle        179 drivers/net/phy/mdio-mux.c 		*mux_handle = pb;
mux_handle        193 drivers/net/phy/mdio-mux.c void mdio_mux_uninit(void *mux_handle)
mux_handle        195 drivers/net/phy/mdio-mux.c 	struct mdio_mux_parent_bus *pb = mux_handle;
mux_handle         26 include/linux/mdio-mux.h 		  void **mux_handle,
mux_handle         30 include/linux/mdio-mux.h void mdio_mux_uninit(void *mux_handle);