Lines Matching full:deviceid
586 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_custom_mask(0, 0);
693 pub struct DeviceId { struct
698 impl DeviceId { implementation
701 DeviceId { in new_with_exact_mask()
709 DeviceId { in new_with_model_mask()
717 DeviceId { in new_with_vendor_mask()
725 DeviceId { in new_with_custom_mask()
784 /// use kernel::net::phy::{self, DeviceId};
790 /// DeviceId::new_with_driver::<PhySample>()
803 /// const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x00000001);
812 /// use kernel::net::phy::{self, DeviceId};
832 /// const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x00000001);