Linux Kernel
3.7.1
|
#include <pvrusb2-context.h>
Data Fields | |
struct pvr2_context * | mc_head |
struct pvr2_channel * | mc_next |
struct pvr2_channel * | mc_prev |
struct pvr2_context_stream * | stream |
struct pvr2_hdw * | hdw |
unsigned int | input_mask |
void(* | check_func )(struct pvr2_channel *) |
Definition at line 58 of file pvrusb2-context.h.
void(* check_func)(struct pvr2_channel *) |
Definition at line 65 of file pvrusb2-context.h.
Definition at line 63 of file pvrusb2-context.h.
unsigned int input_mask |
Definition at line 64 of file pvrusb2-context.h.
struct pvr2_context* mc_head |
Definition at line 59 of file pvrusb2-context.h.
struct pvr2_channel* mc_next |
Definition at line 60 of file pvrusb2-context.h.
struct pvr2_channel* mc_prev |
Definition at line 61 of file pvrusb2-context.h.
struct pvr2_context_stream* stream |
Definition at line 62 of file pvrusb2-context.h.