Linux Kernel
3.7.1
|
Data Fields | |
struct pvr2_stream * | stream |
char * | buffer_storage [BUFFER_COUNT] |
char * | sync_key_ptr |
unsigned int | sync_key_len |
unsigned int | sync_buf_offs |
unsigned int | sync_state |
unsigned int | sync_trashed_count |
int | enabled |
int | spigot_open |
int | stream_running |
struct pvr2_buffer * | c_buf |
char * | c_data_ptr |
unsigned int | c_data_len |
unsigned int | c_data_offs |
struct mutex | mutex |
Definition at line 33 of file pvrusb2-ioread.c.
char* buffer_storage[BUFFER_COUNT] |
Definition at line 35 of file pvrusb2-ioread.c.
struct pvr2_buffer* c_buf |
Definition at line 46 of file pvrusb2-ioread.c.
unsigned int c_data_len |
Definition at line 48 of file pvrusb2-ioread.c.
unsigned int c_data_offs |
Definition at line 49 of file pvrusb2-ioread.c.
char* c_data_ptr |
Definition at line 47 of file pvrusb2-ioread.c.
int enabled |
Definition at line 41 of file pvrusb2-ioread.c.
Definition at line 50 of file pvrusb2-ioread.c.
int spigot_open |
Definition at line 42 of file pvrusb2-ioread.c.
struct pvr2_stream* stream |
Definition at line 34 of file pvrusb2-ioread.c.
int stream_running |
Definition at line 43 of file pvrusb2-ioread.c.
unsigned int sync_buf_offs |
Definition at line 38 of file pvrusb2-ioread.c.
unsigned int sync_key_len |
Definition at line 37 of file pvrusb2-ioread.c.
char* sync_key_ptr |
Definition at line 36 of file pvrusb2-ioread.c.
unsigned int sync_state |
Definition at line 39 of file pvrusb2-ioread.c.
unsigned int sync_trashed_count |
Definition at line 40 of file pvrusb2-ioread.c.