Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dphy.h627 struct phy_device { struct
628 struct mdio_device mdio;
632 const struct phy_driver *drv;
634 struct device_link *devlink;
636 u32 phyindex;
637 u32 phy_id;
639 struct phy_c45_device_ids c45_ids;
640 unsigned is_c45:1;
641 unsigned is_internal:1;
642 unsigned is_pseudo_fixed_link:1;
[all …]
/linux/rust/kernel/net/
H A Dphy.rs415 phydev: *mut bindings::phy_device, in match_phy_device_callback()
429 phydev: *mut bindings::phy_device, in read_mmd_callback()
448 phydev: *mut bindings::phy_device, in write_mmd_callback()
466 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.c433 int (*run)(struct phy_device *)) in phy_register_fixup()
454 int (*run)(struct phy_device *)) in phy_register_fixup_for_uid()
462 int (*run)(struct phy_device *)) in phy_register_fixup_for_id()