Home
last modified time | relevance | path

Searched refs:PHY_DEVICE_ID (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/phy/
H A Dax88796b_rust.rs45 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_exact_mask(0x003b1861); constant
109 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_exact_mask(0x003b1881); constant
129 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_model_mask(0x003b1841); constant
H A Dqt2025.rs40 const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x0043a400); constant
/linux/rust/kernel/net/
H A Dphy.rs509 phy_id: T::PHY_DEVICE_ID.id, in create_phy_driver()
510 phy_id_mask: T::PHY_DEVICE_ID.mask_as_int(), in create_phy_driver()
586 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_custom_mask(0, 0); constant
733 T::PHY_DEVICE_ID in new_with_driver()