Home
last modified time | relevance | path

Searched refs:VIDIOC_G_INPUT (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-input.rst6 ioctl VIDIOC_G_INPUT, VIDIOC_S_INPUT
12 VIDIOC_G_INPUT - VIDIOC_S_INPUT - Query or select the current video input
18 .. c:function:: int ioctl( int fd, VIDIOC_G_INPUT, int *argp )
19 :name: VIDIOC_G_INPUT
39 :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` ioctl with a pointer to an integer where the driver
45 input in an integer and call the :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` ioctl with a pointer
Dvideo.rst24 The :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and
27 applications call the :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` and
40 if (-1 == ioctl(fd, VIDIOC_G_INPUT, &index)) {
41 perror("VIDIOC_G_INPUT");
Dstandard.rst117 if (-1 == ioctl(fd, VIDIOC_G_INPUT, &input.index)) {
118 perror("VIDIOC_G_INPUT");
157 if (-1 == ioctl(fd, VIDIOC_G_INPUT, &input.index)) {
158 perror("VIDIOC_G_INPUT");
Daudio.rst42 Note that, unlike :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and
Dapp-pri.rst29 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>`, return an ``EBUSY`` error code
Ddiff-v4l.rst175 :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` and
176 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` using struct
Dv4l2.rst356 VIDIOC_G_INPUT and VIDIOC_S_PARM clarifications.
Dhist-v4l2.rst43 :ref:`VIDIOC_G_INPUT <VIDIOC_G_INPUT>` to
Dbuffer.rst29 :ref:`VIDIOC_S_INPUT <VIDIOC_G_INPUT>` or
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c1196 case VIDIOC_G_INPUT32: cmd = VIDIOC_G_INPUT; break; in do_video_ioctl()
1224 case VIDIOC_G_INPUT: in do_video_ioctl()
1382 case VIDIOC_G_INPUT: in do_video_ioctl()
Dv4l2-dev.c694 SET_VALID_IOCTL(ops, VIDIOC_G_INPUT, vidioc_g_input); in determine_valid_ioctls()
Dv4l2-ioctl.c2616 IOCTL_INFO(VIDIOC_G_INPUT, v4l_stub_g_input, v4l_print_u32, 0),
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-streams.c240 v4l2_disable_ioctl(&s->vdev, VIDIOC_G_INPUT); in ivtv_prep_dev()
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h2347 #define VIDIOC_G_INPUT _IOR('V', 38, int) macro