Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dphy.h929 struct phy_driver { struct
930 struct mdio_driver_common mdiodrv;
931 u32 phy_id;
932 char *name;
933 u32 phy_id_mask;
934 const unsigned long * const features;
935 u32 flags;
936 const void *driver_data;
941 int (*soft_reset)(struct phy_device *phydev);
947 int (*config_init)(struct phy_device *phydev);
[all …]
/linux/rust/kernel/net/
H A Dphy.rs416 match_phy_device_callback( phydev: *mut bindings::phy_device, _phydrv: *const bindings::phy_driver, ) -> c_int match_phy_device_callback() argument
[all...]