Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dphy.h80 struct phy_driver { struct
81 char *name;
82 unsigned int uid;
83 unsigned int mask;
84 unsigned int mmds;
86 u32 features;
90 int (*probe)(struct phy_device *phydev);
94 int (*config)(struct phy_device *phydev);
120 struct phy_driver *drv; argument