Lines Matching defs:DeviceId
587 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_custom_mask(0, 0);
694 pub struct DeviceId {
699 impl DeviceId {
702 DeviceId {
710 DeviceId {
718 DeviceId {
726 DeviceId {
785 /// use kernel::net::phy::{self, DeviceId};
791 /// DeviceId::new_with_driver::<PhySample>()
804 /// const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x00000001);
813 /// use kernel::net::phy::{self, DeviceId};
833 /// const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x00000001);