Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | pvr2_context_stream |
struct | pvr2_context |
struct | pvr2_channel |
Functions | |
struct pvr2_context * | pvr2_context_create (struct usb_interface *intf, const struct usb_device_id *devid, void(*setup_func)(struct pvr2_context *)) |
void | pvr2_context_disconnect (struct pvr2_context *) |
void | pvr2_channel_init (struct pvr2_channel *, struct pvr2_context *) |
void | pvr2_channel_done (struct pvr2_channel *) |
int | pvr2_channel_limit_inputs (struct pvr2_channel *, unsigned int) |
unsigned int | pvr2_channel_get_limited_inputs (struct pvr2_channel *) |
int | pvr2_channel_claim_stream (struct pvr2_channel *, struct pvr2_context_stream *) |
struct pvr2_ioread * | pvr2_channel_create_mpeg_stream (struct pvr2_context_stream *) |
int | pvr2_context_global_init (void) |
void | pvr2_context_global_done (void) |
int pvr2_channel_claim_stream | ( | struct pvr2_channel * | , |
struct pvr2_context_stream * | |||
) |
Definition at line 387 of file pvrusb2-context.c.
|
read |
Definition at line 411 of file pvrusb2-context.c.
void pvr2_channel_done | ( | struct pvr2_channel * | ) |
Definition at line 314 of file pvrusb2-context.c.
unsigned int pvr2_channel_get_limited_inputs | ( | struct pvr2_channel * | ) |
Definition at line 381 of file pvrusb2-context.c.
void pvr2_channel_init | ( | struct pvr2_channel * | , |
struct pvr2_context * | |||
) |
Definition at line 288 of file pvrusb2-context.c.
int pvr2_channel_limit_inputs | ( | struct pvr2_channel * | , |
unsigned | int | ||
) |
Definition at line 336 of file pvrusb2-context.c.
|
read |
Definition at line 214 of file pvrusb2-context.c.
void pvr2_context_disconnect | ( | struct pvr2_context * | ) |
Definition at line 280 of file pvrusb2-context.c.
Definition at line 203 of file pvrusb2-context.c.
Definition at line 194 of file pvrusb2-context.c.