Searched refs:VIDIOC_G_OUTPUT (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-output.rst | 6 ioctl VIDIOC_G_OUTPUT, VIDIOC_S_OUTPUT 12 VIDIOC_G_OUTPUT - VIDIOC_S_OUTPUT - Query or select the current video output 18 .. c:function:: int ioctl( int fd, VIDIOC_G_OUTPUT, int *argp ) 19 :name: VIDIOC_G_OUTPUT 39 :ref:`VIDIOC_G_OUTPUT <VIDIOC_G_OUTPUT>` ioctl with a pointer to an integer where the driver 46 output in an integer and call the :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` ioctl with a
|
D | video.rst | 25 :ref:`VIDIOC_G_OUTPUT <VIDIOC_G_OUTPUT>` ioctls return the index of 28 :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` ioctls. Drivers must
|
D | audio.rst | 43 :ref:`VIDIOC_G_OUTPUT <VIDIOC_G_OUTPUT>` these ioctls return a
|
D | buffer.rst | 30 :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` however. The
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 1198 case VIDIOC_G_OUTPUT32: cmd = VIDIOC_G_OUTPUT; break; in do_video_ioctl() 1225 case VIDIOC_G_OUTPUT: in do_video_ioctl() 1383 case VIDIOC_G_OUTPUT: in do_video_ioctl()
|
D | v4l2-dev.c | 704 SET_VALID_IOCTL(ops, VIDIOC_G_OUTPUT, vidioc_g_output); in determine_valid_ioctls()
|
D | v4l2-ioctl.c | 2620 IOCTL_INFO(VIDIOC_G_OUTPUT, v4l_stub_g_output, v4l_print_u32, 0),
|
/Linux-v4.19/include/uapi/linux/ |
D | videodev2.h | 2351 #define VIDIOC_G_OUTPUT _IOR('V', 46, int) macro
|