1. NAME

dma_buf_attach - Add the device to dma_bufAqs attachments list; optionally, calls attach of dma_buf_ops to allow device-specific attach functionality

2. SYNOPSIS

struct dma_buf_attachment * dma_buf_attach(struct dma_buf *  dmabuf , struct device *  dev );

3. ARGUMENTS

dmabuf
    [in] buffer to attach device to.

dev
    [in] device to be attached.

4. DESCRIPTION

Returns struct dma_buf_attachment * for this attachment; may return negative error codes.

5. COPYRIGHT