dma_buf_map_attachment —
Returns the scatterlist table of the attachment; mapped into _device_ address space. Is a wrapper for map_dma_buf
of the dma_buf_ops.
struct sg_table * dma_buf_map_attachment ( | struct dma_buf_attachment * attach, |
enum dma_data_direction direction) ; |