|
Linux Kernel
3.7.1
|
#include <go7007-priv.h>
Public Types | |
| enum | { BUF_STATE_IDLE, BUF_STATE_QUEUED, BUF_STATE_DONE } |
Data Fields | |
| struct go7007 * | go |
| int | index |
| enum go7007_buffer:: { ... } | state |
| u32 | seq |
| struct timeval | timestamp |
| struct list_head | stream |
| struct page * | pages [GO7007_BUF_PAGES+1] |
| unsigned long | user_addr |
| unsigned int | page_count |
| unsigned int | offset |
| unsigned int | bytesused |
| unsigned int | frame_offset |
| u32 | modet_active |
| int | mapped |
Definition at line 118 of file go7007-priv.h.
| anonymous enum |
Definition at line 121 of file go7007-priv.h.
| unsigned int bytesused |
Definition at line 129 of file go7007-priv.h.
| unsigned int frame_offset |
Definition at line 130 of file go7007-priv.h.
Definition at line 119 of file go7007-priv.h.
| int index |
Definition at line 120 of file go7007-priv.h.
| int mapped |
Definition at line 132 of file go7007-priv.h.
| u32 modet_active |
Definition at line 131 of file go7007-priv.h.
Definition at line 128 of file go7007-priv.h.
| unsigned int page_count |
Definition at line 127 of file go7007-priv.h.
| struct page* pages[GO7007_BUF_PAGES+1] |
Definition at line 125 of file go7007-priv.h.
| u32 seq |
Definition at line 122 of file go7007-priv.h.
| enum { ... } state |
Definition at line 124 of file go7007-priv.h.
Definition at line 123 of file go7007-priv.h.
| unsigned long user_addr |
Definition at line 126 of file go7007-priv.h.
1.8.2