Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddma.rs25 pub type DmaAddress = bindings::dma_addr_t; typedef
477 pub fn dma_handle(&self) -> DmaAddress { in dma_handle()
485 pub fn dma_handle_with_offset(&self, offset: usize) -> Result<DmaAddress> { in dma_handle_with_offset()
H A Dscatterlist.rs85 dma_address(&self) -> dma::DmaAddress dma_address() argument
/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs678 pub(crate) fn dma_handle(&self) -> DmaAddress { in dma_handle()