Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dphy.h927 struct phy_driver { struct
928 struct mdio_driver_common mdiodrv;
929 u32 phy_id;
930 char *name;
931 u32 phy_id_mask;
932 const unsigned long * const features;
933 u32 flags;
934 const void *driver_data;
939 int (*soft_reset)(struct phy_device *phydev);
945 int (*config_init)(struct phy_device *phydev);
[all …]