Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dphy.h461 struct phy_driver { struct
462 u32 phy_id;
463 char *name;
464 unsigned int phy_id_mask;
465 u32 features;
466 u32 flags;
467 const void *driver_data;
472 int (*soft_reset)(struct phy_device *phydev);
478 int (*config_init)(struct phy_device *phydev);
484 int (*probe)(struct phy_device *phydev);
[all …]