Home
last modified time | relevance | path

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

/freebsd/sys/contrib/v4l/
H A Dvideodev.h265 #define VIDIOCSFBUF _IOW('v',12, struct video_buffer) /* Set frame buffer - root only */ macro
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c2936 error = fo_ioctl(fp, VIDIOCSFBUF, &vbuf, td->td_ucred, td); in linux_ioctl_v4l()