Linux Kernel
3.7.1
|
#include <dma-buf.h>
Data Fields | |
struct dma_buf * | dmabuf |
struct device * | dev |
struct list_head | node |
void * | priv |
struct dma_buf_attachment - holds device-buffer attachment data : buffer for this attachment. : device attached to the buffer. : list of dma_buf_attachment. : exporter specific attachment data.
This structure holds the attachment information between the dma_buf buffer and its user device(s). The list contains one attachment struct per device attached to the buffer.