Home
last modified time | relevance | path

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

/trueos/sys/compat/linux/
HDlinux_ioctl.c3256 struct v4l2_format vformat; in linux_ioctl_v4l2() local
3349 if (linux_to_bsd_v4l2_format(&l_vformat, &vformat) != 0) in linux_ioctl_v4l2()
3352 error = fo_ioctl(fp, VIDIOC_G_FMT, &vformat, in linux_ioctl_v4l2()
3355 error = fo_ioctl(fp, VIDIOC_S_FMT, &vformat, in linux_ioctl_v4l2()
3358 error = fo_ioctl(fp, VIDIOC_TRY_FMT, &vformat, in linux_ioctl_v4l2()
3360 bsd_to_linux_v4l2_format(&vformat, &l_vformat); in linux_ioctl_v4l2()