Searched defs:Core (Results 1 – 10 of 10) sorted by relevance
226 pub struct Core; struct231 impl Sealed for super::Core {} implementation235 impl DeviceContext for Core {} implementation
167 fn probe(dev: &Device<device::Core>, id_info: Option<&Self::IdInfo>) in probe()
240 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe()
14 Core chapter
18 Core chapter
57 Core chapter
30 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
25 pdev: &platform::Device<Core>, in probe()
51 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
65 fn probe(pdev: &pci::Device<Core>, info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()