Home
last modified time | relevance | path

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

/freebsd/sys/contrib/v4l/
H A Dvideodev2.h741 struct v4l2_standard { struct
1690 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c3008 linux_to_bsd_v4l2_standard(struct l_v4l2_standard *lvstd, struct v4l2_standard *vstd) in linux_to_bsd_v4l2_standard()
3022 bsd_to_linux_v4l2_standard(struct v4l2_standard *vstd, struct l_v4l2_standard *lvstd) in bsd_to_linux_v4l2_standard()
3125 struct v4l2_standard vstd; in linux_ioctl_v4l2()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1052 unsigned struct_v4l2_standard_sz = sizeof(v4l2_standard);