Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_dma.rs17 struct DmaSampleDriver { struct
18 pdev: ARef<pci::Device>,
19 ca: CoherentAllocation<MyStruct>,
21 sgt: SGTable<Owned<VVec<u8>>>,
54 impl pci::Driver for DmaSampleDriver { implementation
89 impl PinnedDrop for DmaSampleDriver { implementation