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