Module kernel::dma

source ·
Expand description

Direct memory access (DMA).

C header: include/linux/dma-mapping.h

Modules§

  • DMA mapping attributes.

Structs§

  • Possible attributes associated with a DMA mapping.
  • An abstraction of the dma_alloc_coherent API.
  • A DMA mask that holds a bitmask with the lowest n bits set.

Traits§

  • Trait to be implemented by DMA capable bus devices.