Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linux/
H A Dlinux_ioctl.c3234 struct v4l2_format vformat; in linux_ioctl_v4l2() local
3327 if (linux_to_bsd_v4l2_format(&l_vformat, &vformat) != 0) in linux_ioctl_v4l2()
3330 error = fo_ioctl(fp, VIDIOC_G_FMT, &vformat, in linux_ioctl_v4l2()
3333 error = fo_ioctl(fp, VIDIOC_S_FMT, &vformat, in linux_ioctl_v4l2()
3336 error = fo_ioctl(fp, VIDIOC_TRY_FMT, &vformat, in linux_ioctl_v4l2()
3338 bsd_to_linux_v4l2_format(&vformat, &l_vformat); in linux_ioctl_v4l2()