Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-std.c217 static struct v4l2_standard generic_standards[] = {
267 static struct v4l2_standard *match_std(v4l2_std_id id) in match_std()
278 static int pvr2_std_fill(struct v4l2_standard *std,v4l2_std_id id) in pvr2_std_fill()
280 struct v4l2_standard *template; in pvr2_std_fill()
305 struct v4l2_standard *pvr2_std_create_enum(unsigned int *countptr, in pvr2_std_create_enum()
311 struct v4l2_standard *stddefs; in pvr2_std_create_enum()
354 stddefs = kcalloc(std_cnt, sizeof(struct v4l2_standard), in pvr2_std_create_enum()
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,
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-std.c217 static struct v4l2_standard generic_standards[] = {
267 static struct v4l2_standard *match_std(v4l2_std_id id) in match_std()
278 static int pvr2_std_fill(struct v4l2_standard *std,v4l2_std_id id) in pvr2_std_fill()
280 struct v4l2_standard *template; in pvr2_std_fill()
305 struct v4l2_standard *pvr2_std_create_enum(unsigned int *countptr, in pvr2_std_create_enum()
311 struct v4l2_standard *stddefs; in pvr2_std_create_enum()
354 stddefs = kcalloc(std_cnt, sizeof(struct v4l2_standard), in pvr2_std_create_enum()
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,
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dv4l2-subdev.h199 #define VIDIOC_SUBDEV_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
H A Dvideodev2.h1392 struct v4l2_standard { struct
2493 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dv4l2-subdev.h277 #define VIDIOC_SUBDEV_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
H A Dvideodev2.h1472 struct v4l2_standard { struct
2641 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dv4l2-subdev.h184 #define VIDIOC_SUBDEV_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
H A Dvideodev2.h724 struct v4l2_standard { struct
1371 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dv4l2-subdev.h83 #define VIDIOC_SUBDEV_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
H A Dvideodev2.h771 struct v4l2_standard { struct
1427 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dv4l2-subdev.h109 #define VIDIOC_SUBDEV_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
H A Dvideodev2.h724 struct v4l2_standard { struct
1371 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
/kernel/linux/linux-5.10/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);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c238 static int get_v4l2_standard32(struct v4l2_standard *p64, in get_v4l2_standard32()
245 static int put_v4l2_standard32(struct v4l2_standard *p64, in put_v4l2_standard32()
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, in v4l2_video_std_construct()
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) in v4l_video_std_enumstd()
403 const struct v4l2_standard *p = arg; in v4l_print_standard()
2009 struct v4l2_standard *p = arg; in v4l_enumstd()
2848 IOCTL_INFO(VIDIOC_ENUMSTD, v4l_enumstd, v4l_print_standard, INFO_FL_CLEAR(v4l2_standard, index)),
H A Dv4l2-subdev.c832 struct v4l2_standard *p = arg; in subdev_do_ioctl()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c434 static int get_v4l2_standard32(struct v4l2_standard __user *p64, in get_v4l2_standard32()
444 static int put_v4l2_standard32(struct v4l2_standard __user *p64, in put_v4l2_standard32()
1616 err = alloc_userspace(sizeof(struct v4l2_standard), 0, in do_video_ioctl()
H A Dv4l2-ioctl.c112 /* Fill in the fields of a v4l2_standard structure according to the
114 int v4l2_video_std_construct(struct v4l2_standard *vs, in v4l2_video_std_construct()
125 /* Fill in the fields of a v4l2_standard structure according to the
127 int v4l_video_std_enumstd(struct v4l2_standard *vs, v4l2_std_id id) in v4l_video_std_enumstd()
437 const struct v4l2_standard *p = arg; in v4l_print_standard()
1982 struct v4l2_standard *p = arg; in v4l_enumstd()
2813 IOCTL_INFO(VIDIOC_ENUMSTD, v4l_enumstd, v4l_print_standard, INFO_FL_CLEAR(v4l2_standard, index)),
H A Dv4l2-subdev.c648 struct v4l2_standard *p = arg; in subdev_do_ioctl()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dtvp514x.c71 struct v4l2_standard standard;
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtvp514x.c71 struct v4l2_standard standard;

Completed in 51 milliseconds