Searched defs:phy_driver (Results 1 – 1 of 1) sorted by relevance
461 struct phy_driver { struct462 u32 phy_id;463 char *name;464 unsigned int phy_id_mask;465 u32 features;466 u32 flags;467 const void *driver_data;472 int (*soft_reset)(struct phy_device *phydev);478 int (*config_init)(struct phy_device *phydev);484 int (*probe)(struct phy_device *phydev);[all …]