struct DmaBuffer
Defined at line 122 of file ../../src/devices/spi/drivers/aml-spi/aml-spi.h
DmaBuffer holds a contiguous VMO that is both pinned and mapped.
Public Members
vmo vmo
PinnedVmo pinned
VmoMapper mapped
Public Methods
zx_status_t Create (const zx::bti & bti, size_t size, DmaBuffer * out_dma_buffer)
Defined at line 1114 of file ../../src/devices/spi/drivers/aml-spi/aml-spi.cc