Searched defs:phy_driver (Results 1 – 1 of 1) sorted by relevance
126622 struct phy_driver { struct126623 struct mdio_driver_common mdiodrv;126624 u32 phy_id;126625 char *name;126626 u32 phy_id_mask;126627 const long unsigned int * const features;126628 u32 flags;126629 const void *driver_data;126630 int (*soft_reset)(struct phy_device *);126631 int (*config_init)(struct phy_device *);[all …]