Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dphy.h892 struct phy_driver { struct
893 struct mdio_driver_common mdiodrv;
894 u32 phy_id;
895 char *name;
896 u32 phy_id_mask;
897 const unsigned long * const features;
898 u32 flags;
899 const void *driver_data;
904 int (*soft_reset)(struct phy_device *phydev);
910 int (*config_init)(struct phy_device *phydev);
[all …]