1. NAME▲
dma_buf_detach - Remove the given attachment from dmabufAqs attachments list; optionally calls detach of dma_buf_ops for device-specific detach
2. SYNOPSIS ▲
void dma_buf_detach(struct dma_buf * dmabuf , struct dma_buf_attachment * attach );
3. ARGUMENTS ▲
dmabuf
[in] buffer to detach from.
attach
[in] attachment to be detached; is freeAqd after this call.
4. COPYRIGHT ▲