Searched refs:RawDeviceIdIndex (Results 1 – 6 of 6) sorted by relevance
| /linux/rust/kernel/ |
| H A D | device_id.rs | 46 pub unsafe trait RawDeviceIdIndex: RawDeviceId { trait 147 impl<T: RawDeviceId + RawDeviceIdIndex, U, const N: usize> IdArray<T, U, N> {
|
| H A D | driver.rs | 316 Some(table.info(<acpi::DeviceId as crate::device_id::RawDeviceIdIndex>::index(id))) in acpi_id_info() 351 table.info(<of::DeviceId as crate::device_id::RawDeviceIdIndex>::index( in of_id_info()
|
| H A D | i2c.rs | 12 RawDeviceIdIndex, // 67 unsafe impl RawDeviceIdIndex for DeviceId { 222 Some(table.info(<DeviceId as RawDeviceIdIndex>::index(id))) in i2c_id_info()
|
| H A D | auxiliary.rs | 9 device_id::{RawDeviceId, RawDeviceIdIndex}, 157 unsafe impl RawDeviceIdIndex for DeviceId {
|
| H A D | pci.rs | 13 RawDeviceIdIndex, // 227 unsafe impl RawDeviceIdIndex for DeviceId {
|
| H A D | usb.rs | 10 device_id::{RawDeviceId, RawDeviceIdIndex}, 236 unsafe impl RawDeviceIdIndex for DeviceId {
|