1DMA_BUF_DETACH(9) Device drivers infrastructure DMA_BUF_DETACH(9)
2
3
4
6 dma_buf_detach - Remove the given attachment from dmabuf's attachments
7 list; optionally calls detach of dma_buf_ops for device-specific detach
8
10 void dma_buf_detach(struct dma_buf * dmabuf,
11 struct dma_buf_attachment * attach);
12
14 dmabuf
15 [in] buffer to detach from.
16
17 attach
18 [in] attachment to be detached; is free'd after this call.
19
21 Clean up a device attachment obtained by calling dma_buf_attach.
22
24Kernel Hackers Manual 3.10 June 2019 DMA_BUF_DETACH(9)