struct DmaBuffer
Defined at line 123 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_tsize,DmaBuffer *out_dma_buffer)
Defined at line 1113 of file ../../src/devices/spi/drivers/aml-spi/aml-spi.cc