/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-std.c | 217 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 D | pvrusb2-std.h | 26 // 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 D | pvrusb2-std.c | 217 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 D | pvrusb2-std.h | 26 // 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 D | v4l2-subdev.h | 199 #define VIDIOC_SUBDEV_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
|
H A D | videodev2.h | 1392 struct v4l2_standard { struct 2493 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | v4l2-subdev.h | 277 #define VIDIOC_SUBDEV_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
|
H A D | videodev2.h | 1472 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 D | v4l2-subdev.h | 184 #define VIDIOC_SUBDEV_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
|
H A D | videodev2.h | 724 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 D | v4l2-subdev.h | 83 #define VIDIOC_SUBDEV_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
|
H A D | videodev2.h | 771 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 D | v4l2-subdev.h | 109 #define VIDIOC_SUBDEV_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
|
H A D | videodev2.h | 724 struct v4l2_standard { struct 1371 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ioctl.h | 633 * 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 D | v4l2-ioctl.h | 633 * 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 D | v4l2-compat-ioctl32.c | 238 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 D | v4l2-ioctl.c | 109 /* 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 D | v4l2-subdev.c | 832 struct v4l2_standard *p = arg; in subdev_do_ioctl()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-compat-ioctl32.c | 434 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 D | v4l2-ioctl.c | 112 /* 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 D | v4l2-subdev.c | 648 struct v4l2_standard *p = arg; in subdev_do_ioctl()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tvp514x.c | 71 struct v4l2_standard standard;
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tvp514x.c | 71 struct v4l2_standard standard;
|