Home
last modified time | relevance | path

Searched refs:RawDeviceIdIndex (Results 1 – 6 of 6) sorted by relevance

/linux/rust/kernel/
H A Ddevice_id.rs46 pub unsafe trait RawDeviceIdIndex: RawDeviceId { trait
147 impl<T: RawDeviceId + RawDeviceIdIndex, U, const N: usize> IdArray<T, U, N> {
H A Ddriver.rs320 Some(table.info(<acpi::DeviceId as crate::device_id::RawDeviceIdIndex>::index(id))) in acpi_id_info()
355 table.info(<of::DeviceId as crate::device_id::RawDeviceIdIndex>::index( in of_id_info()
H A Di2c.rs12 RawDeviceIdIndex, //
66 unsafe impl RawDeviceIdIndex for DeviceId {
221 Some(table.info(<DeviceId as RawDeviceIdIndex>::index(id))) in i2c_id_info()
H A Dauxiliary.rs13 RawDeviceIdIndex, //
163 unsafe impl RawDeviceIdIndex for DeviceId {
H A Dpci.rs13 RawDeviceIdIndex, //
234 unsafe impl RawDeviceIdIndex for DeviceId {
H A Dusb.rs13 RawDeviceIdIndex, //
243 unsafe impl RawDeviceIdIndex for DeviceId {