Home
last modified time | relevance | path

Searched refs:VIDIOC_QBUF (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/v4l/
Dvideodev2.h1682 #define VIDIOC_QBUF _IOWR('V', 15, struct v4l2_buffer) macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp2367 unsigned IOCTL_VIDIOC_QBUF = VIDIOC_QBUF;
Dsanitizer_interceptors_ioctl_netbsd.inc1295 _(VIDIOC_QBUF, READWRITE, struct_v4l2_buffer_sz);
/freebsd-12-stable/sys/compat/linux/
Dlinux_ioctl.c3362 error = fo_ioctl(fp, VIDIOC_QBUF, &vbuf, in linux_ioctl_v4l2()