Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h702 struct phy_driver { struct
703 struct mdio_driver_common mdiodrv;
704 u32 phy_id;
705 char *name;
706 u32 phy_id_mask;
707 const unsigned long * const features;
708 u32 flags;
709 const void *driver_data;
714 int (*soft_reset)(struct phy_device *phydev);
720 int (*config_init)(struct phy_device *phydev);
[all …]
/OK3568_Linux_fs/u-boot/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