Searched refs:v4l2_standard (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-std.h26 // Create an array of suitable v4l2_standard structures given a bit mask of
29 struct v4l2_standard *pvr2_std_create_enum(unsigned int *countptr,
H A Dpvrusb2-std.c217 static struct v4l2_standard generic_standards[] = {
267 static struct v4l2_standard *match_std(v4l2_std_id id)
278 static int pvr2_std_fill(struct v4l2_standard *std,v4l2_std_id id)
280 struct v4l2_standard *template;
305 struct v4l2_standard *pvr2_std_create_enum(unsigned int *countptr,
311 struct v4l2_standard *stddefs;
354 stddefs = kcalloc(std_cnt, sizeof(struct v4l2_standard),
/linux-master/include/uapi/linux/
H A Dv4l2-subdev.h286 #define VIDIOC_SUBDEV_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
H A Dvideodev2.h1474 struct v4l2_standard { struct
2649 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
/linux-master/include/media/
H A Dv4l2-ioctl.h633 * a &v4l2_standard structure according to the @id parameter.
635 * @vs: struct &v4l2_standard pointer to be filled
643 int v4l2_video_std_construct(struct v4l2_standard *vs,
648 * a &v4l2_standard structure according to the @id and @vs->index
651 * @vs: struct &v4l2_standard pointer to be filled.
655 int v4l_video_std_enumstd(struct v4l2_standard *vs, v4l2_std_id id);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c246 static int get_v4l2_standard32(struct v4l2_standard *p64,
253 static int put_v4l2_standard32(struct v4l2_standard *p64,
H A Dv4l2-ioctl.c109 /* Fill in the fields of a v4l2_standard structure according to the
111 int v4l2_video_std_construct(struct v4l2_standard *vs,
122 /* Fill in the fields of a v4l2_standard structure according to the
124 int v4l_video_std_enumstd(struct v4l2_standard *vs, v4l2_std_id id)
403 const struct v4l2_standard *p = arg;
2010 struct v4l2_standard *p = arg;
2849 IOCTL_INFO(VIDIOC_ENUMSTD, v4l_enumstd, v4l_print_standard, INFO_FL_CLEAR(v4l2_standard, index)),
H A Dv4l2-subdev.c900 struct v4l2_standard *p = arg;
/linux-master/drivers/media/i2c/
H A Dtvp514x.c72 struct v4l2_standard standard;

Completed in 166 milliseconds