Searched refs:v4l2_standard (Results 1 – 10 of 10) sorted by relevance
/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 | 1538 struct v4l2_standard { struct 2741 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard) 1539 indexv4l2_standard global() argument 1540 idv4l2_standard global() argument 1541 namev4l2_standard global() argument 1542 frameperiodv4l2_standard global() argument 1543 framelinesv4l2_standard global() argument 1544 reservedv4l2_standard global() argument
|
/linux/include/media/ |
H A D | v4l2-ioctl.h | 625 * a &v4l2_standard structure according to the @id parameter. 627 * @vs: struct &v4l2_standard pointer to be filled 635 int v4l2_video_std_construct(struct v4l2_standard *vs, 640 * a &v4l2_standard structure according to the @id and @vs->index 643 * @vs: struct &v4l2_standard pointer to be filled. 647 int v4l_video_std_enumstd(struct v4l2_standard *vs, v4l2_std_id id);
|
/linux/drivers/media/v4l2-core/ |
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() 404 const struct v4l2_standard *p = arg; in v4l_print_standard() 2072 struct v4l2_standard *p = arg; in v4l_enumstd() 2936 IOCTL_INFO(VIDIOC_ENUMSTD, v4l_enumstd, v4l_print_standard, INFO_FL_CLEAR(v4l2_standard, index)),
|
H A D | v4l2-subdev.c | 967 struct v4l2_standard *p = arg; in subdev_do_ioctl()
|