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.rs316 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 Di2c.rs12 RawDeviceIdIndex, //
67 unsafe impl RawDeviceIdIndex for DeviceId {
222 Some(table.info(<DeviceId as RawDeviceIdIndex>::index(id))) in i2c_id_info()
H A Dauxiliary.rs9 device_id::{RawDeviceId, RawDeviceIdIndex},
157 unsafe impl RawDeviceIdIndex for DeviceId {
H A Dpci.rs13 RawDeviceIdIndex, //
227 unsafe impl RawDeviceIdIndex for DeviceId {
H A Dusb.rs10 device_id::{RawDeviceId, RawDeviceIdIndex},
236 unsafe impl RawDeviceIdIndex for DeviceId {