Home
last modified time | relevance | path

Searched defs:Core (Results 1 – 13 of 13) 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()
64 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
H A Drust_driver_pci.rs68 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()
H A Drust_dma.rs58 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
H A Drust_driver_platform.rs104 pdev: &platform::Device<Core>, in probe()
/linux/rust/kernel/
H A Ddevice.rs467 pub struct Core; struct
502 impl Sealed for super::Core {} implementation
508 impl DeviceContext for Core {} implementation
H A Dplatform.rs192 fn probe(dev: &Device<device::Core>, id_info: Option<&Self::IdInfo>) in probe()
205 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind()
H A Dpci.rs245 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe()
257 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind()
H A Dauxiliary.rs187 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe()
/linux/Documentation/driver-api/
H A Dsm501.rst14 Core chapter
/linux/Documentation/driver-api/gpio/
H A Dindex.rst18 Core chapter
/linux/Documentation/driver-api/surface_aggregator/
H A Dinternal-api.rst57 Core chapter
/linux/drivers/gpu/nova-core/
H A Ddriver.rs31 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs212 pdev: &platform::Device<Core>, in probe()