Home
last modified time | relevance | path

Searched defs:phy_device (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dphy.h637 struct phy_device { struct
638 struct mdio_device mdio;
642 const struct phy_driver *drv;
644 struct device_link *devlink;
646 u32 phyindex;
647 u32 phy_id;
649 struct phy_c45_device_ids c45_ids;
650 unsigned is_c45:1;
651 unsigned is_internal:1;
652 unsigned is_pseudo_fixed_link:1;
[all …]
/linux/rust/kernel/net/
H A Dphy.rs412 phydev: *mut bindings::phy_device, in match_phy_device_callback()
426 phydev: *mut bindings::phy_device, in read_mmd_callback()
445 phydev: *mut bindings::phy_device, in write_mmd_callback()
463 unsafe extern "C" fn link_change_notify_callback(phydev: *mut bindings::phy_device) { in link_change_notify_callback()
/linux/drivers/net/phy/
H A Dphy_device.c432 int (*run)(struct phy_device *)) in phy_register_fixup()
453 int (*run)(struct phy_device *)) in phy_register_fixup_for_uid()
461 int (*run)(struct phy_device *)) in phy_register_fixup_for_id()