Home
last modified time | relevance | path

Searched refs:VIDIOC_ENUMAUDOUT (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp2405 unsigned IOCTL_VIDIOC_ENUMAUDOUT = VIDIOC_ENUMAUDOUT;
Dsanitizer_interceptors_ioctl_netbsd.inc1332 _(VIDIOC_ENUMAUDOUT, READWRITE, struct_v4l2_audioout_sz);
/openbsd/src/sys/sys/
Dvideoio.h6226 #define VIDIOC_ENUMAUDOUT _IOWR('V', 66, struct v4l2_audioout) macro