Lines Matching full:deviceid
586 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_custom_mask(0, 0);
693 pub struct DeviceId {
698 impl DeviceId {
701 DeviceId {
709 DeviceId {
717 DeviceId {
725 DeviceId {
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);