Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dphy.h696 struct phy_driver { struct
697 struct mdio_driver_common mdiodrv;
698 u32 phy_id;
699 char *name;
700 u32 phy_id_mask;
701 const unsigned long * const features;
702 u32 flags;
703 const void *driver_data;
708 int (*soft_reset)(struct phy_device *phydev);
714 int (*config_init)(struct phy_device *phydev);
[all …]