Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_driver_auxiliary.rs30 fn probe(adev: &auxiliary::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() argument
64 probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> probe() argument
H A Drust_driver_pci.rs68 fn probe(pdev: &pci::Device<Core>, info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() argument
98 unbind(pdev: &pci::Device<Core>, this: Pin<&Self>) unbind() argument
H A Drust_dma.rs58 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() argument
H A Drust_driver_platform.rs104 pdev: &platform::Device<Core>, in probe() argument
/linux/rust/kernel/
H A Ddevice.rs469 pub struct Core; struct
504 impl Sealed for super::Core {} implementation
510 impl DeviceContext for Core {} implementation
H A Dplatform.rs192 probe(dev: &Device<device::Core>, id_info: Option<&Self::IdInfo>) -> Result<Pin<KBox<Self>>> probe() argument
205 unbind(dev: &Device<device::Core>, this: Pin<&Self>) unbind() argument
H A Dpci.rs245 probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> probe() argument
257 unbind(dev: &Device<device::Core>, this: Pin<&Self>) unbind() argument
H A Dauxiliary.rs187 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe() argument
/linux/Documentation/driver-api/
H A Dsm501.rst14 Core chapter
/linux/Documentation/driver-api/surface_aggregator/
H A Dinternal-api.rst57 Core chapter
/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs208 pdev: &platform::Device<Core>, in probe()