Home
last modified time | relevance | path

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

/linux-6.15/samples/rust/
Drust_dma.rs9 struct DmaSampleDriver { struct
10 pdev: ARef<pci::Device>,
11 ca: CoherentAllocation<MyStruct>,
47 impl pci::Driver for DmaSampleDriver { implementation
77 impl Drop for DmaSampleDriver { implementation