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()187 return d ? to_mii_bus(d) : NULL; in of_mdio_find_bus()
190 #define to_mii_bus(d) container_of(d, struct mii_bus, dev) macro
485 bus = to_mii_bus(d); in dsa_host_dev_to_mii_bus()