Home
last modified time | relevance | path

Searched defs:Core (Results 1 – 4 of 4) sorted by relevance

/samples/rust/
A Drust_driver_auxiliary.rs30 fn probe(adev: &auxiliary::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
64 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
A Drust_driver_pci.rs68 fn probe(pdev: &pci::Device<Core>, info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
98 fn unbind(pdev: &pci::Device<Core>, this: Pin<&Self>) { in unbind()
A Drust_driver_platform.rs104 pdev: &platform::Device<Core>, in probe()
A Drust_dma.rs58 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()

Completed in 7 milliseconds