Home
last modified time | relevance | path

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

/external/rust/crates/virtio-drivers/src/
Dhal.rs12 pub struct Dma<H: Hal> { struct
19 impl<H: Hal> Dma<H> { argument
54 impl<H: Hal> Drop for Dma<H> { implementation