Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddma.rs25 pub type DmaAddress = bindings::dma_addr_t; typedef
459 pub fn dma_handle(&self) -> DmaAddress { in dma_handle()
467 pub fn dma_handle_with_offset(&self, offset: usize) -> Result<DmaAddress> { in dma_handle_with_offset()
H A Dscatterlist.rs85 pub fn dma_address(&self) -> dma::DmaAddress { in dma_address()