Home
last modified time | relevance | path

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

/samples/rust/
A Drust_driver_pci.rs7 use kernel::{bindings, c_str, device::Core, devres::Devres, pci, prelude::*, types::ARef};
68 fn probe(pdev: &pci::Device<Core>, info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() argument
98 fn unbind(pdev: &pci::Device<Core>, this: Pin<&Self>) { in unbind() argument
A Drust_driver_auxiliary.rs8 auxiliary, bindings, c_str, device::Core, driver, error::Error, pci, prelude::*, InPlaceModule,
30 fn probe(adev: &auxiliary::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() argument
64 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() argument
A Drust_dma.rs9 device::Core,
58 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() argument
A Drust_driver_platform.rs70 Core,
104 pdev: &platform::Device<Core>, in probe() argument

Completed in 4 milliseconds