Searched defs:Core (Results 1 – 4 of 4) sorted by relevance
30 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()
68 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()
104 pdev: &platform::Device<Core>, in probe()
58 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
Completed in 7 milliseconds