Searched refs:VIDIOC_S_PRIORITY (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-priority.rst | 7 ioctl VIDIOC_G_PRIORITY, VIDIOC_S_PRIORITY 13 VIDIOC_G_PRIORITY - VIDIOC_S_PRIORITY - Query or request the access priority associated with a file… 22 .. c:macro:: VIDIOC_S_PRIORITY 24 ``int ioctl(int fd, VIDIOC_S_PRIORITY, const enum v4l2_priority *argp)`` 43 an enum v4l2_priority variable and call :ref:`VIDIOC_S_PRIORITY <VIDIOC_G_PRIORITY>` ioctl
|
D | app-pri.rst | 20 :ref:`VIDIOC_S_PRIORITY <VIDIOC_G_PRIORITY>` ioctls to request and 24 different priority will usually call :ref:`VIDIOC_S_PRIORITY
|
/linux-6.12.1/tools/testing/selftests/media_tests/ |
D | video_device_test.c | 56 ret = ioctl(fd, VIDIOC_S_PRIORITY, &new_priority); in priority_test() 73 ret = ioctl(fd, VIDIOC_S_PRIORITY, &old_priority); in priority_test()
|
/linux-6.12.1/drivers/media/v4l2-core/ |
D | v4l2-fh.c | 34 set_bit(_IOC_NR(VIDIOC_S_PRIORITY), vdev->valid_ioctls); in v4l2_fh_init()
|
D | v4l2-dev.c | 567 __set_bit(_IOC_NR(VIDIOC_S_PRIORITY), valid_ioctls); in determine_valid_ioctls()
|
D | v4l2-ioctl.c | 2953 IOCTL_INFO(VIDIOC_S_PRIORITY, v4l_s_priority, v4l_print_u32, INFO_FL_PRIO),
|
/linux-6.12.1/Documentation/driver-api/media/ |
D | v4l2-dev.rst | 83 implement ``VIDIOC_G_PRIORITY`` and ``VIDIOC_S_PRIORITY``.
|
/linux-6.12.1/Documentation/userspace-api/media/ |
D | videodev2.h.rst.exceptions | 594 replace ioctl VIDIOC_S_PRIORITY vidioc_g_priority
|
/linux-6.12.1/include/uapi/linux/ |
D | videodev2.h | 2742 #define VIDIOC_S_PRIORITY _IOW('V', 68, __u32) /* enum v4l2_priority */ macro
|