Searched refs:RawDeviceId (Results 1 – 5 of 5) sorted by relevance
| /linux/rust/kernel/ |
| H A D | device_id.rs | 26 pub unsafe trait RawDeviceId { trait 46 pub unsafe trait RawDeviceIdIndex: RawDeviceId { 57 pub struct RawIdArray<T: RawDeviceId, const N: usize> { 62 impl<T: RawDeviceId, const N: usize> RawIdArray<T, N> { 71 pub struct IdArray<T: RawDeviceId, U, const N: usize> { 76 impl<T: RawDeviceId, U, const N: usize> IdArray<T, U, N> { 147 impl<T: RawDeviceId + RawDeviceIdIndex, U, const N: usize> IdArray<T, U, N> { 165 pub trait IdTable<T: RawDeviceId, U> { 176 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> {
|
| H A D | auxiliary.rs | 12 RawDeviceId, 158 unsafe impl RawDeviceId for DeviceId {
|
| H A D | pci.rs | 12 RawDeviceId, 229 unsafe impl RawDeviceId for DeviceId {
|
| H A D | usb.rs | 12 RawDeviceId, 238 unsafe impl RawDeviceId for DeviceId {
|
| H A D | i2c.rs | 11 RawDeviceId, 61 unsafe impl RawDeviceId for DeviceId {
|