Searched refs:device_id (Results 1 – 7 of 7) sorted by relevance
| /rust/kernel/ |
| A D | of.rs | 7 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 D | acpi.rs | 7 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 D | auxiliary.rs | 9 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 D | pci.rs | 9 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 D | driver.rs | 173 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 D | lib.rs | 80 pub mod device_id; module
|
| /rust/kernel/net/ |
| A D | phy.rs | 9 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