Lines Matching full:deviceid
579 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_custom_mask(0, 0);
677 pub struct DeviceId { struct
682 impl DeviceId { implementation
685 DeviceId { in new_with_exact_mask()
693 DeviceId { in new_with_model_mask()
701 DeviceId { in new_with_vendor_mask()
709 DeviceId { in new_with_custom_mask()
768 /// use kernel::net::phy::{self, DeviceId};
774 /// DeviceId::new_with_driver::<PhySample>()
787 /// const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x00000001);
796 /// use kernel::net::phy::{self, DeviceId};
816 /// const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x00000001);