Searched refs:VIDIOC_G_OUTPUT (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | vidioc-g-output.rst | 13 ioctl VIDIOC_G_OUTPUT, VIDIOC_S_OUTPUT 19 VIDIOC_G_OUTPUT - VIDIOC_S_OUTPUT - Query or select the current video output 25 .. c:function:: int ioctl( int fd, VIDIOC_G_OUTPUT, int *argp ) 26 :name: VIDIOC_G_OUTPUT 46 :ref:`VIDIOC_G_OUTPUT <VIDIOC_G_OUTPUT>` ioctl with a pointer to an integer where the driver 53 output in an integer and call the :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` ioctl with a
|
| D | video.rst | 32 :ref:`VIDIOC_G_OUTPUT <VIDIOC_G_OUTPUT>` ioctls return the index of 35 :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` ioctls. Drivers must
|
| D | audio.rst | 50 :ref:`VIDIOC_G_OUTPUT <VIDIOC_G_OUTPUT>` these ioctls return a
|
| D | buffer.rst | 37 :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` however. The
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-compat-ioctl32.c | 1210 case VIDIOC_G_OUTPUT32: cmd = VIDIOC_G_OUTPUT; break; in do_video_ioctl() 1237 case VIDIOC_G_OUTPUT: in do_video_ioctl() 1395 case VIDIOC_G_OUTPUT: in do_video_ioctl()
|
| D | v4l2-dev.c | 716 SET_VALID_IOCTL(ops, VIDIOC_G_OUTPUT, vidioc_g_output); in determine_valid_ioctls()
|
| D | v4l2-ioctl.c | 2722 IOCTL_INFO(VIDIOC_G_OUTPUT, v4l_stub_g_output, v4l_print_u32, 0),
|
| /Linux-v5.4/include/uapi/linux/ |
| D | videodev2.h | 2444 #define VIDIOC_G_OUTPUT _IOR('V', 46, int) macro
|