Searched defs:phy_driver (Results 1 – 1 of 1) sorted by relevance
93 struct phy_driver { struct94 char *name;95 unsigned int uid;96 unsigned int mask;97 unsigned int mmds;99 u32 features;103 int (*probe)(struct phy_device *phydev);107 int (*config)(struct phy_device *phydev);110 int (*startup)(struct phy_device *phydev);134 struct phy_driver *drv; argument
Completed in 5 milliseconds