Searched refs:v4l2_standard (Results 1 – 14 of 14) sorted by relevance
/linux/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 | 29 struct v4l2_standard *pvr2_std_create_enum(unsigned int *countptr,
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-enumstd.rst | 20 ``int ioctl(int fd, VIDIOC_ENUMSTD, struct v4l2_standard *argp)`` 24 ``int ioctl(int fd, VIDIOC_SUBDEV_ENUMSTD, struct v4l2_standard *argp)`` 33 Pointer to struct :c:type:`v4l2_standard`. 40 :c:type:`v4l2_standard` and call the :ref:`VIDIOC_ENUMSTD` 48 .. c:type:: v4l2_standard 52 .. flat-table:: struct v4l2_standard 67 No other enumerated struct :c:type:`v4l2_standard` structure, 306 The struct :c:type:`v4l2_standard` ``index`` is out
|
H A D | vidioc-g-std.rst | 50 :c:type:`v4l2_standard` field ``id``. The flags must be 52 struct :c:type:`v4l2_standard` structure.
|
H A D | standard.rst | 76 struct v4l2_standard standard; 113 struct v4l2_standard standard;
|
H A D | dev-raw-vbi.rst | 172 of struct :c:type:`v4l2_standard` can be evaluated
|
H A D | hist-v4l2.rst | 393 capability. In struct v4l2_standard an 405 struct v4l2_standard directly. The
|
/linux/include/uapi/linux/ |
H A D | v4l2-subdev.h | 294 #define VIDIOC_SUBDEV_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
|
H A D | videodev2.h | 1511 struct v4l2_standard { struct 2709 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
|
/linux/include/media/ |
H A D | v4l2-ioctl.h | 647 int v4l2_video_std_construct(struct v4l2_standard *vs, 659 int v4l_video_std_enumstd(struct v4l2_standard *vs, v4l2_std_id id);
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-compat-ioctl32.c | 246 static int get_v4l2_standard32(struct v4l2_standard *p64, in get_v4l2_standard32() 253 static int put_v4l2_standard32(struct v4l2_standard *p64, in put_v4l2_standard32()
|
H A D | v4l2-ioctl.c | 111 int v4l2_video_std_construct(struct v4l2_standard *vs, in v4l2_video_std_construct() 124 int v4l_video_std_enumstd(struct v4l2_standard *vs, v4l2_std_id id) in v4l_video_std_enumstd() 404 const struct v4l2_standard *p = arg; in v4l_print_standard() 2058 struct v4l2_standard *p = arg; in v4l_enumstd() 2918 IOCTL_INFO(VIDIOC_ENUMSTD, v4l_enumstd, v4l_print_standard, INFO_FL_CLEAR(v4l2_standard, index)),
|
H A D | v4l2-subdev.c | 945 struct v4l2_standard *p = arg; in subdev_do_ioctl()
|
/linux/drivers/media/i2c/ |
H A D | tvp514x.c | 72 struct v4l2_standard standard;
|