Home
last modified time | relevance | path

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

/include/linux/
Dphy.h468 struct phy_driver { struct
469 struct mdio_driver_common mdiodrv;
470 u32 phy_id;
471 char *name;
472 u32 phy_id_mask;
473 const unsigned long * const features;
474 u32 flags;
475 const void *driver_data;
480 int (*soft_reset)(struct phy_device *phydev);
486 int (*config_init)(struct phy_device *phydev);
[all …]