Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Dphy.h895 struct phy_driver { struct
896 struct mdio_driver_common mdiodrv;
897 u32 phy_id;
898 char *name;
899 u32 phy_id_mask;
900 const unsigned long * const features;
901 u32 flags;
902 const void *driver_data;
907 int (*soft_reset)(struct phy_device *phydev);
913 int (*config_init)(struct phy_device *phydev);
[all …]