Searched refs:VIDIOC_G_PRIORITY (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | vidioc-g-priority.rst | 13 ioctl VIDIOC_G_PRIORITY, VIDIOC_S_PRIORITY 19 VIDIOC_G_PRIORITY - VIDIOC_S_PRIORITY - Query or request the access priority associated with a file… 25 .. c:function:: int ioctl( int fd, VIDIOC_G_PRIORITY, enum v4l2_priority *argp ) 26 :name: VIDIOC_G_PRIORITY 46 :ref:`VIDIOC_G_PRIORITY <VIDIOC_G_PRIORITY>` ioctl with a pointer to an enum v4l2_priority 50 an enum v4l2_priority variable and call :ref:`VIDIOC_S_PRIORITY <VIDIOC_G_PRIORITY>` ioctl
|
| D | app-pri.rst | 26 defines the :ref:`VIDIOC_G_PRIORITY <VIDIOC_G_PRIORITY>` and 27 :ref:`VIDIOC_S_PRIORITY <VIDIOC_G_PRIORITY>` ioctls to request and 32 <VIDIOC_G_PRIORITY>` after verifying the device with the
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-fh.c | 33 set_bit(_IOC_NR(VIDIOC_G_PRIORITY), vdev->valid_ioctls); in v4l2_fh_init()
|
| D | v4l2-dev.c | 551 set_bit(_IOC_NR(VIDIOC_G_PRIORITY), valid_ioctls); in determine_valid_ioctls()
|
| D | v4l2-ioctl.c | 2742 IOCTL_INFO(VIDIOC_G_PRIORITY, v4l_g_priority, v4l_print_u32, 0),
|
| /Linux-v5.4/Documentation/media/kapi/ |
| D | v4l2-fh.rst | 12 (:ref:`VIDIOC_G_PRIORITY`).
|
| D | v4l2-dev.rst | 83 implement ``VIDIOC_G_PRIORITY`` and ``VIDIOC_S_PRIORITY``.
|
| /Linux-v5.4/include/uapi/linux/ |
| D | videodev2.h | 2462 #define VIDIOC_G_PRIORITY _IOR('V', 67, __u32) /* enum v4l2_priority */ macro
|