Searched refs:phymap (Results 1 – 4 of 4) sorted by relevance
146 struct phy_device *phydev = bus->phymap[i]; in mdio_list_devices()195 if (!bus->phymap[i] || !bus->phymap[i]->dev) in mdio_phydev_for_ethname()198 if (strcmp(bus->phymap[i]->dev->name, ethname) == 0) in mdio_phydev_for_ethname()199 return bus->phymap[i]; in mdio_phydev_for_ethname()
664 bus->phymap[addr] = dev; in phy_device_create()733 if (bus->phymap[addr]) { in search_for_existing_phy()734 bus->phymap[addr]->interface = interface; in search_for_existing_phy()735 return bus->phymap[addr]; in search_for_existing_phy()
66 struct phy_device *phymap[PHY_MAX_ADDR]; member
785 phy_dev = mii_dev->phymap[i]; in fdt_fixup_board_phy()