Home
last modified time | relevance | path

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

/linux/include/uapi/linux/dvb/
H A Dvideo.h183 #define VIDEO_SET_FORMAT _IO('o', 37) macro
/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_video.rst82 is used in the `VIDEO_SET_FORMAT`_ function to tell the driver which
1842 VIDEO_SET_FORMAT section in Video Function Calls
1848 .. c:macro:: VIDEO_SET_FORMAT argument
1852 int ioctl(fd, int request = VIDEO_SET_FORMAT, video_format_t format)
1872 - Equals ``VIDEO_SET_FORMAT`` for this command. argument
/linux/drivers/staging/media/av7110/
H A Dav7110_av.c1256 case VIDEO_SET_FORMAT: in dvb_video_ioctl()