Lines Matching full:attachment
41 * attachment. This avoids creating mappings for attachments multiple
452 * struct dma_buf_attach_ops - importer operations for an attachment
454 * Attachment operations implemented by the importer.
487 * struct dma_buf_attachment - holds device-buffer attachment data
488 * @dmabuf: buffer for this attachment.
494 * @priv: exporter specific attachment data.
495 * @importer_ops: importer operations for this attachment, if provided
497 * @importer_priv: importer specific attachment data.
499 * This structure holds the attachment information between the dma_buf buffer
500 * and its user device(s). The list contains one attachment struct per device
503 * An attachment is created by calling dma_buf_attach(), and released again by
582 * dma_buf_attachment_is_dynamic - check if a DMA-buf attachment uses dynamic
584 * @attach: the DMA-buf attachment to check