Searched defs:phy_device (Results 1 – 3 of 3) sorted by relevance
159 struct phy_device { struct162 struct mii_dev *bus;163 struct phy_driver *drv;164 void *priv;167 struct udevice *dev;169 struct eth_device *dev;175 int speed;176 int duplex;179 int link;203 static inline int phy_read(struct phy_device *phydev, int devad, int regnum) in phy_read() argument
488 VkPhysicalDevice phy_device = VK_NULL_HANDLE; in main() local