Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dphy.h449 struct phy_driver { struct
450 u32 phy_id;
451 char *name;
452 unsigned int phy_id_mask;
453 u32 features;
454 u32 flags;
455 const void *driver_data;
460 int (*soft_reset)(struct phy_device *phydev);
466 int (*config_init)(struct phy_device *phydev);
472 int (*probe)(struct phy_device *phydev);
[all …]