Searched defs:DmaSampleDriver (Results 1 – 1 of 1) sorted by relevance
17 struct DmaSampleDriver { struct18 pdev: ARef<pci::Device>,19 ca: CoherentAllocation<MyStruct>,21 sgt: SGTable<Owned<VVec<u8>>>,54 impl pci::Driver for DmaSampleDriver { implementation89 impl PinnedDrop for DmaSampleDriver { implementation