Searched refs:VIDIOC_G_PRIORITY (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/media_tests/
H A Dvideo_device_test.c50 ret = ioctl(fd, VIDIOC_G_PRIORITY, &old_priority);
61 ret = ioctl(fd, VIDIOC_G_PRIORITY, &priority_to_compare);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-fh.c33 set_bit(_IOC_NR(VIDIOC_G_PRIORITY), vdev->valid_ioctls);
H A Dv4l2-dev.c566 __set_bit(_IOC_NR(VIDIOC_G_PRIORITY), valid_ioctls);
H A Dv4l2-ioctl.c2883 IOCTL_INFO(VIDIOC_G_PRIORITY, v4l_g_priority, v4l_print_u32, 0),
/linux-master/include/uapi/linux/
H A Dvideodev2.h2681 #define VIDIOC_G_PRIORITY _IOR('V', 67, __u32) /* enum v4l2_priority */ macro

Completed in 113 milliseconds