Searched refs:to_mii_bus (Results 1 – 2 of 2) sorted by relevance
249 struct mii_bus *bus = to_mii_bus(d); in mdiobus_release()283 return d ? to_mii_bus(d) : NULL; in of_mdio_find_bus()
256 #define to_mii_bus(d) container_of(d, struct mii_bus, dev) macro