Lines Matching full:attachment
40 * attachment. This avoids creating mappings for attachments multiple
333 * struct dma_buf_attach_ops - importer operations for an attachment
335 * Attachment operations implemented by the importer.
368 * struct dma_buf_attachment - holds device-buffer attachment data
369 * @dmabuf: buffer for this attachment.
375 * @priv: exporter specific attachment data.
376 * @importer_ops: importer operations for this attachment, if provided
378 * @importer_priv: importer specific attachment data.
380 * This structure holds the attachment information between the dma_buf buffer
381 * and its user device(s). The list contains one attachment struct per device
384 * An attachment is created by calling dma_buf_attach(), and released again by
463 * dma_buf_attachment_is_dynamic - check if a DMA-buf attachment uses dynamic
465 * @attach: the DMA-buf attachment to check