Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/linux/
Dlinux_ioctl.c3194 struct v4l2_format vformat; in linux_ioctl_v4l2() local
3287 if (linux_to_bsd_v4l2_format(&l_vformat, &vformat) != 0) in linux_ioctl_v4l2()
3290 error = fo_ioctl(fp, VIDIOC_G_FMT, &vformat, in linux_ioctl_v4l2()
3293 error = fo_ioctl(fp, VIDIOC_S_FMT, &vformat, in linux_ioctl_v4l2()
3296 error = fo_ioctl(fp, VIDIOC_TRY_FMT, &vformat, in linux_ioctl_v4l2()
3298 bsd_to_linux_v4l2_format(&vformat, &l_vformat); in linux_ioctl_v4l2()