Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dphy.h950 struct phy_driver { struct
951 struct mdio_driver_common mdiodrv;
952 u32 phy_id;
953 char *name;
954 u32 phy_id_mask;
955 const unsigned long * const features;
956 u32 flags;
957 const void *driver_data;
962 int (*soft_reset)(struct phy_device *phydev);
968 int (*config_init)(struct phy_device *phydev);
[all …]