Searched defs:phy_driver (Results 1 – 1 of 1) sorted by relevance
68159 struct phy_driver { struct68160 struct mdio_driver_common mdiodrv;68161 u32 phy_id;68162 char *name;68163 u32 phy_id_mask;68164 const long unsigned int * const features;68165 u32 flags;68166 const void *driver_data;68167 int (*soft_reset)(struct phy_device *);68168 int (*config_init)(struct phy_device *);[all …]