Searched defs:phy_driver (Results 1 – 1 of 1) sorted by relevance
860 struct phy_driver { struct861 struct mdio_driver_common mdiodrv;862 u32 phy_id;863 char *name;864 u32 phy_id_mask;865 const unsigned long * const features;866 u32 flags;867 const void *driver_data;884 int (*probe)(struct phy_device *phydev);908 int (*resume)(struct phy_device *phydev);[all …]
Completed in 9 milliseconds