Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dphy.h898 struct phy_driver { struct
899 struct mdio_driver_common mdiodrv;
900 u32 phy_id;
901 char *name;
902 u32 phy_id_mask;
903 const unsigned long * const features;
904 u32 flags;
905 const void *driver_data;
910 int (*soft_reset)(struct phy_device *phydev);
916 int (*config_init)(struct phy_device *phydev);
[all …]