Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dphy.h724 struct phy_driver { struct
725 struct mdio_driver_common mdiodrv;
726 u32 phy_id;
727 char *name;
728 u32 phy_id_mask;
729 const unsigned long * const features;
730 u32 flags;
731 const void *driver_data;
736 int (*soft_reset)(struct phy_device *phydev);
742 int (*config_init)(struct phy_device *phydev);
[all …]