Searched refs:IdInfo (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/gpu/nova-core/ |
| H A D | driver.rs | 19 <NovaCore as pci::Driver>::IdInfo, 27 type IdInfo = (); typedef 28 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE; 30 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
|
| /linux-6.15/samples/rust/ |
| H A D | rust_driver_platform.rs | 16 <SampleDriver as platform::Driver>::IdInfo, 21 type IdInfo = Info; typedef 22 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE); 26 info: Option<&Self::IdInfo>, in probe() argument
|
| H A D | rust_dma.rs | 40 <DmaSampleDriver as pci::Driver>::IdInfo, 48 type IdInfo = (); typedef 49 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE; 51 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
|
| H A D | rust_driver_pci.rs | 36 <SampleDriver as pci::Driver>::IdInfo, 61 type IdInfo = TestIndex; typedef 63 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE; 65 fn probe(pdev: &pci::Device<Core>, info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
|
| /linux-6.15/rust/kernel/ |
| H A D | platform.rs | 93 type IdInfo = T::IdInfo; typedef 95 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>> { in of_id_table() 158 type IdInfo: 'static; typedef 161 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>>; 167 fn probe(dev: &Device<device::Core>, id_info: Option<&Self::IdInfo>) in probe()
|
| H A D | driver.rs | 142 type IdInfo: 'static; typedef 145 fn of_id_table() -> Option<of::IdTable<Self::IdInfo>>; in of_id_table() 151 fn of_id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> { in of_id_info() argument 172 fn of_id_info(_dev: &device::Device) -> Option<&'static Self::IdInfo> { in of_id_info() argument 180 fn id_info(dev: &device::Device) -> Option<&'static Self::IdInfo> { in id_info() argument
|
| H A D | pci.rs | 231 type IdInfo: 'static; typedef 234 const ID_TABLE: IdTable<Self::IdInfo>; 240 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe()
|