Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Dphy.h694 struct phy_driver { struct
695 struct mdio_driver_common mdiodrv;
696 u32 phy_id;
697 char *name;
698 u32 phy_id_mask;
699 const unsigned long * const features;
700 u32 flags;
701 const void *driver_data;
706 int (*soft_reset)(struct phy_device *phydev);
712 int (*config_init)(struct phy_device *phydev);
[all …]