Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/dvb/
Dvideo-command.rst26 .. c:function:: int ioctl(int fd, VIDEO_COMMAND, struct video_command *cmd)
52 - struct video_command \*cmd
64 This ioctl commands the decoder. The ``video_command`` struct is a
69 .. c:type:: struct video_command
75 struct video_command {
Dvideo-try-command.rst26 .. c:function:: int ioctl(int fd, VIDEO_TRY_COMMAND, struct video_command *cmd)
52 - struct video_command \*cmd
64 This ioctl tries a decoder command. The ``video_command`` struct is a
Dvideo_types.rst105 .. c:type:: video_command
107 struct video_command
116 struct video_command {
/Linux-v5.4/include/uapi/linux/dvb/
Dvideo.h90 struct video_command { struct
217 #define VIDEO_COMMAND _IOWR('o', 59, struct video_command)
218 #define VIDEO_TRY_COMMAND _IOWR('o', 60, struct video_command)