Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dphy.h507 struct phy_driver { struct
508 struct mdio_driver_common mdiodrv;
509 u32 phy_id;
510 char *name;
511 u32 phy_id_mask;
512 u32 features;
513 u32 flags;
514 const void *driver_data;
519 int (*soft_reset)(struct phy_device *phydev);
525 int (*config_init)(struct phy_device *phydev);
[all …]