Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dphy.h919 struct phy_driver { struct
920 struct mdio_driver_common mdiodrv;
921 u32 phy_id;
922 char *name;
923 u32 phy_id_mask;
924 const unsigned long * const features;
925 u32 flags;
926 const void *driver_data;
931 int (*soft_reset)(struct phy_device *phydev);
937 int (*config_init)(struct phy_device *phydev);
[all …]
/linux/rust/kernel/net/
H A Dphy.rs416 _phydrv: *const bindings::phy_driver, in match_phy_device_callback()