Home
last modified time | relevance | path

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

/include/linux/
Dphy.h930 struct phy_driver { struct
931 struct mdio_driver_common mdiodrv;
932 u32 phy_id;
933 char *name;
934 u32 phy_id_mask;
935 const unsigned long * const features;
936 u32 flags;
937 const void *driver_data;
942 int (*soft_reset)(struct phy_device *phydev);
948 int (*config_init)(struct phy_device *phydev);
[all …]