Searched defs:IdTable (Results 1 – 5 of 5) sorted by relevance
165 pub trait IdTable<T: RawDeviceId, U> { trait
173 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; global() typedef
243 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; typedef
254 /// Create a USB `IdTable` with its alias for modpost. typedef
76 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>; global() typedef [all...]