Home
last modified time | relevance | path

Searched refs:IdTable (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/rust/kernel/
H A Dof.rs8 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
H A Ddevice_id.rs124 pub trait IdTable<T: RawDeviceId, U> { trait
135 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> {
H A Dplatform.rs95 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>> { in of_id_table()
161 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>>;
H A Dpci.rs177 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
234 const ID_TABLE: IdTable<Self::IdInfo>;
H A Ddriver.rs145 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>>; in of_id_table()
/linux-6.15/drivers/gpu/nova-core/
H A Ddriver.rs28 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
/linux-6.15/samples/rust/
H A Drust_driver_platform.rs22 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
H A Drust_dma.rs49 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
H A Drust_driver_pci.rs63 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;