SYNOPSIS

void dma_buf_unmap_attachment(struct dma_buf_attachment * attach, struct sg_table * sg_table, enum dma_data_direction direction);

ARGUMENTS

attach

[in] attachment to unmap buffer from

sg_table

[in] scatterlist info of the buffer to unmap

direction

[in] direction of DMA transfer

COPYRIGHT