Home
last modified time | relevance | path

Searched defs:IdTable (Results 1 – 5 of 5) sorted by relevance

/linux/rust/kernel/
H A Ddevice_id.rs165 pub trait IdTable<T: RawDeviceId, U> { trait
H A Dauxiliary.rs173 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
H A Dpci.rs243 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
H A Dusb.rs254 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
H A Di2c.rs76 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef