Searched refs:Core (Results 1 – 4 of 4) sorted by relevance
| /samples/rust/ |
| A D | rust_driver_pci.rs | 7 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 D | rust_driver_auxiliary.rs | 8 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 D | rust_dma.rs | 9 device::Core, 58 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() argument
|
| A D | rust_driver_platform.rs | 70 Core, 104 pdev: &platform::Device<Core>, in probe() argument
|
Completed in 4 milliseconds