Home
last modified time | relevance | path

Searched defs:phy_driver (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dphy.h1130 struct phy_driver { struct
1131 struct mdio_driver_common mdiodrv;
1132 u32 phy_id;
1133 char *name;
1134 u32 phy_id_mask;
1135 const unsigned long * const features;
1136 u32 flags;
1137 const void *driver_data;
1142 int (*soft_reset)(struct phy_device *phydev);
1148 int (*config_init)(struct phy_device *phydev);
[all …]