Home
last modified time | relevance | path

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

/linux-6.15/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;
922 int (*probe)(struct phy_device *phydev);
1151 int (*get_sqi)(struct phy_device *dev);
[all …]