1DMA_BUF_DETACH(9) Device drivers infrastructure DMA_BUF_DETACH(9)
23
4
NAME
6dma_buf_detach - Remove the given attachment from dmabuf´s attachments
7list; optionally calls detach of dma_buf_ops for device-specific detach
8
SYNOPSIS
10void dma_buf_detach(struct dma_buf * dmabuf,
11struct dma_buf_attachment * attach);
12
ARGUMENTS
14dmabuf
15[in] buffer to detach from.
1617
attach
18[in] attachment to be detached; is free´d after this call.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 DMA_BUF_DETACH(9)