Lines Matching full:deviceid
576 const PHY_DEVICE_ID: DeviceId = DeviceId::new_with_custom_mask(0, 0);
685 pub struct DeviceId(bindings::mdio_device_id);
687 impl DeviceId {
742 // SAFETY: `DeviceId` is a `#[repr(transparent)]` wrapper of `struct mdio_device_id`
744 unsafe impl RawDeviceId for DeviceId {
781 /// use kernel::net::phy::{self, DeviceId};
787 /// DeviceId::new_with_driver::<PhySample>()
800 /// const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x00000001);
809 /// use kernel::net::phy::{self, DeviceId};
829 /// const PHY_DEVICE_ID: phy::DeviceId = phy::DeviceId::new_with_exact_mask(0x00000001);
850 /// const TABLE: ::kernel::device_id::IdArray<::kernel::net::phy::DeviceId, (), N> =
852 /// ::kernel::net::phy::DeviceId(
872 const TABLE: $crate::device_id::IdArray<$crate::net::phy::DeviceId, (), N> =