Linux Kernel
3.7.1
|
#include <linux/videodev2.h>
Go to the source code of this file.
Functions | |
int | pvr2_std_str_to_id (v4l2_std_id *idPtr, const char *bufPtr, unsigned int bufSize) |
unsigned int | pvr2_std_id_to_str (char *bufPtr, unsigned int bufSize, v4l2_std_id id) |
struct v4l2_standard * | pvr2_std_create_enum (unsigned int *countptr, v4l2_std_id id) |
v4l2_std_id | pvr2_std_get_usable (void) |
|
read |
Definition at line 319 of file pvrusb2-std.c.
v4l2_std_id pvr2_std_get_usable | ( | void | ) |
Definition at line 397 of file pvrusb2-std.c.
unsigned int pvr2_std_id_to_str | ( | char * | bufPtr, |
unsigned int | bufSize, | ||
v4l2_std_id | id | ||
) |
Definition at line 186 of file pvrusb2-std.c.
int pvr2_std_str_to_id | ( | v4l2_std_id * | idPtr, |
const char * | bufPtr, | ||
unsigned int | bufSize | ||
) |
Definition at line 134 of file pvrusb2-std.c.