Searched refs:VIDIOC_G_PRIORITY (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A 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… 18 .. c:macro:: VIDIOC_G_PRIORITY 20 ``int ioctl(int fd, VIDIOC_G_PRIORITY, enum v4l2_priority *argp)`` 39 :ref:`VIDIOC_G_PRIORITY <VIDIOC_G_PRIORITY>` ioctl with a pointer to an enum v4l2_priority 43 an enum v4l2_priority variable and call :ref:`VIDIOC_S_PRIORITY <VIDIOC_G_PRIORITY>` ioctl
|
| H A D | app-pri.rst | 19 defines the :ref:`VIDIOC_G_PRIORITY <VIDIOC_G_PRIORITY>` and 20 :ref:`VIDIOC_S_PRIORITY <VIDIOC_G_PRIORITY>` ioctls to request and 25 <VIDIOC_G_PRIORITY>` after verifying the device with the
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-fh.c | 33 set_bit(_IOC_NR(VIDIOC_G_PRIORITY), vdev->valid_ioctls); in v4l2_fh_init()
|
| H A D | v4l2-dev.c | 562 set_bit(_IOC_NR(VIDIOC_G_PRIORITY), valid_ioctls); in determine_valid_ioctls()
|
| H A D | v4l2-ioctl.c | 2861 IOCTL_INFO(VIDIOC_G_PRIORITY, v4l_g_priority, v4l_print_u32, 0),
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/ |
| H A D | v4l2-fh.rst | 12 (:ref:`VIDIOC_G_PRIORITY`).
|
| H A D | v4l2-dev.rst | 83 implement ``VIDIOC_G_PRIORITY`` and ``VIDIOC_S_PRIORITY``.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | videodev2.h | 2399 #define VIDIOC_G_PRIORITY _IOR('V', 67, __u32) /* enum v4l2_priority */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | videodev2.h | 2399 #define VIDIOC_G_PRIORITY _IOR('V', 67, __u32) /* enum v4l2_priority */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 2539 #define VIDIOC_G_PRIORITY _IOR('V', 67, __u32) /* enum v4l2_priority */ macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 2522 #define VIDIOC_G_PRIORITY _IOR('V', 67, __u32) /* enum v4l2_priority */ macro
|