Searched defs:phy_driver (Results 1 – 7 of 7) sorted by relevance
99566 struct phy_driver { struct99567 struct mdio_driver_common mdiodrv;99568 u32 phy_id;99569 char *name;99570 u32 phy_id_mask;99571 const long unsigned int * const features;99572 u32 flags;99573 const void *driver_data;99574 int (*soft_reset)(struct phy_device *);99575 int (*config_init)(struct phy_device *);[all …]
68159 struct phy_driver { struct68160 struct mdio_driver_common mdiodrv;68161 u32 phy_id;68162 char *name;68163 u32 phy_id_mask;68164 const long unsigned int * const features;68165 u32 flags;68166 const void *driver_data;68167 int (*soft_reset)(struct phy_device *);68168 int (*config_init)(struct phy_device *);[all …]
83029 struct phy_driver { struct83030 struct mdio_driver_common mdiodrv;83031 u32 phy_id;83032 char *name;83033 u32 phy_id_mask;83034 const long unsigned int * const features;83035 u32 flags;83036 const void *driver_data;83037 int (*soft_reset)(struct phy_device *);83038 int (*config_init)(struct phy_device *);[all …]
81610 struct phy_driver { struct81611 struct mdio_driver_common mdiodrv;81612 u32 phy_id;81613 char *name;81614 u32 phy_id_mask;81615 const long unsigned int * const features;81616 u32 flags;81617 const void *driver_data;81618 int (*soft_reset)(struct phy_device *);81619 int (*config_init)(struct phy_device *);[all …]