Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dphy.h509 struct phy_driver { struct
510 struct mdio_driver_common mdiodrv;
511 u32 phy_id;
512 char *name;
513 u32 phy_id_mask;
514 u32 features;
515 u32 flags;
516 const void *driver_data;
521 int (*soft_reset)(struct phy_device *phydev);
527 int (*config_init)(struct phy_device *phydev);
[all …]
/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 …]