Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dma_buf_attachment Struct Reference

#include <dma-buf.h>

Data Fields

struct dma_bufdmabuf
 
struct devicedev
 
struct list_head node
 
voidpriv
 

Detailed Description

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.

Definition at line 138 of file dma-buf.h.

Field Documentation

struct device* dev

Definition at line 140 of file dma-buf.h.

struct dma_buf* dmabuf

Definition at line 139 of file dma-buf.h.

Definition at line 141 of file dma-buf.h.

Definition at line 142 of file dma-buf.h.


The documentation for this struct was generated from the following file: