Searched defs:phy_driver (Results 1 – 1 of 1) sorted by relevance
759 struct phy_driver { struct760 struct mdio_driver_common mdiodrv;761 u32 phy_id;762 char *name;763 u32 phy_id_mask;764 const unsigned long * const features;765 u32 flags;766 const void *driver_data;783 int (*probe)(struct phy_device *phydev);795 int (*resume)(struct phy_device *phydev);[all …]
Completed in 7 milliseconds