Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linux/
H A Dlinux_ioctl.c3177 struct v4l2_format vformat; in linux_ioctl_v4l2() local
3270 if (linux_to_bsd_v4l2_format(&l_vformat, &vformat) != 0) in linux_ioctl_v4l2()
3273 error = fo_ioctl(fp, VIDIOC_G_FMT, &vformat, in linux_ioctl_v4l2()
3276 error = fo_ioctl(fp, VIDIOC_S_FMT, &vformat, in linux_ioctl_v4l2()
3279 error = fo_ioctl(fp, VIDIOC_TRY_FMT, &vformat, in linux_ioctl_v4l2()
3281 bsd_to_linux_v4l2_format(&vformat, &l_vformat); in linux_ioctl_v4l2()