Searched refs:to_mii_bus (Results 1 – 3 of 3) sorted by relevance
236 struct mii_bus *bus = to_mii_bus(d); in mdiobus_release()277 return d ? to_mii_bus(d) : NULL; in of_mdio_find_bus()
314 bus = to_mii_bus(d); in dsa_host_dev_to_mii_bus()
237 #define to_mii_bus(d) container_of(d, struct mii_bus, dev) macro