Home
last modified time | relevance | path

Searched refs:device_id (Results 1 – 7 of 7) sorted by relevance

/rust/kernel/
A Dof.rs7 device_id::{RawDeviceId, RawDeviceIdIndex},
12 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>;
57 const $table_name: $crate::device_id::IdArray<
61 > = $crate::device_id::IdArray::new($table_data);
A Dacpi.rs7 device_id::{RawDeviceId, RawDeviceIdIndex},
12 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>;
62 const $table_name: $crate::device_id::IdArray<
66 > = $crate::device_id::IdArray::new($table_data);
A Dauxiliary.rs9 device_id::{RawDeviceId, RawDeviceIdIndex},
154 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>;
160 const $table_name: $crate::device_id::IdArray<
164 > = $crate::device_id::IdArray::new($table_data);
A Dpci.rs9 device_id::{RawDeviceId, RawDeviceIdIndex},
178 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>;
184 const $table_name: $crate::device_id::IdArray<
188 > = $crate::device_id::IdArray::new($table_data);
397 pub fn device_id(&self) -> u16 { in device_id() method
A Ddriver.rs173 Some(table.info(<acpi::DeviceId as crate::device_id::RawDeviceIdIndex>::index(id))) in acpi_id_info()
208 table.info(<of::DeviceId as crate::device_id::RawDeviceIdIndex>::index( in of_id_info()
A Dlib.rs80 pub mod device_id; module
/rust/kernel/net/
A Dphy.rs9 use crate::{device_id::RawDeviceId, error::*, prelude::*, types::Opaque};
875 const TABLE: $crate::device_id::IdArray<$crate::net::phy::DeviceId, (), N> =
876 $crate::device_id::IdArray::new_without_index([ $(($dev,())),+, ]);

Completed in 18 milliseconds