Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
Ddevice.rs226 pub struct Core; struct
231 impl Sealed for super::Core {} implementation
235 impl DeviceContext for Core {} implementation
Dplatform.rs167 fn probe(dev: &Device<device::Core>, id_info: Option<&Self::IdInfo>) in probe()
Dpci.rs240 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe()
/linux-6.15/Documentation/driver-api/
Dsm501.rst14 Core chapter
/linux-6.15/Documentation/driver-api/gpio/
Dindex.rst18 Core chapter
/linux-6.15/Documentation/driver-api/surface_aggregator/
Dinternal-api.rst57 Core chapter
/linux-6.15/drivers/gpu/nova-core/
Ddriver.rs30 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
/linux-6.15/samples/rust/
Drust_driver_platform.rs25 pdev: &platform::Device<Core>, in probe()
Drust_dma.rs51 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
Drust_driver_pci.rs65 fn probe(pdev: &pci::Device<Core>, info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()