Home
last modified time | relevance | path

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

/u-boot/include/
A Dphy.h91 struct phy_driver { struct
92 char *name;
93 unsigned int uid;
94 unsigned int mask;
95 unsigned int mmds;
97 u32 features;
101 int (*probe)(struct phy_device *phydev);
105 int (*config)(struct phy_device *phydev);
108 int (*startup)(struct phy_device *phydev);
134 struct phy_driver *drv; argument

Completed in 4 milliseconds