Searched defs:phy_device (Results 1 – 2 of 2) sorted by relevance
/linux/rust/kernel/net/ |
H A D | phy.rs | 316 phydev: *mut bindings::phy_device, in soft_reset_callback() argument 347 get_features_callback( phydev: *mut bindings::phy_device, ) -> crate::ffi::c_int get_features_callback() argument 391 config_aneg_callback( phydev: *mut bindings::phy_device, ) -> crate::ffi::c_int config_aneg_callback() argument 407 read_status_callback( phydev: *mut bindings::phy_device, ) -> crate::ffi::c_int read_status_callback() argument 423 match_phy_device_callback( phydev: *mut bindings::phy_device, ) -> crate::ffi::c_int match_phy_device_callback() argument 436 read_mmd_callback( phydev: *mut bindings::phy_device, devnum: i32, regnum: u16, ) -> i32 read_mmd_callback() argument 455 write_mmd_callback( phydev: *mut bindings::phy_device, devnum: i32, regnum: u16, val: u16, ) -> i32 write_mmd_callback() argument 473 link_change_notify_callback(phydev: *mut bindings::phy_device) link_change_notify_callback() argument [all...] |
/linux/drivers/net/phy/ |
H A D | phy_device.c | 426 int (*run)(struct phy_device *)) in phy_register_fixup() 447 int (*run)(struct phy_device *)) in phy_register_fixup_for_uid() 455 int (*run)(struct phy_device *)) in phy_register_fixup_for_id()
|