Home
last modified time | relevance | path

Searched defs:IdInfo (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/rust/kernel/
Ddriver.rs142 type IdInfo: 'static; typedef
151 fn of_id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> { in of_id_info()
172 fn of_id_info(_dev: &device::Device) -> Option<&'static Self::IdInfo> { in of_id_info()
180 fn id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> { in id_info()
Dplatform.rs93 type IdInfo = T::IdInfo; typedef
158 type IdInfo: 'static; typedef
Dpci.rs231 type IdInfo: 'static; typedef
/linux-6.15/samples/rust/
Drust_driver_platform.rs21 type IdInfo = Info; typedef
26 info: Option<&Self::IdInfo>, in probe()
Drust_dma.rs48 type IdInfo = (); typedef
Drust_driver_pci.rs61 type IdInfo = TestIndex; typedef
/linux-6.15/drivers/gpu/nova-core/
Ddriver.rs27 type IdInfo = (); typedef