Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_pledge.c1201 case VIDIOC_G_CROP: in pledge_ioctl()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2398 unsigned IOCTL_VIDIOC_G_CROP = VIDIOC_G_CROP;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1325 _(VIDIOC_G_CROP, READWRITE, struct_v4l2_crop_sz);
/openbsd/sys/sys/
H A Dvideoio.h6219 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop) macro