Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-command.rst22 ``int ioctl(int fd, VIDEO_COMMAND, struct video_command *cmd)``
45 - struct video_command \*cmd
56 This ioctl commands the decoder. The ``video_command`` struct is a
61 .. c:type:: video_command
67 struct video_command {
H A Dvideo-try-command.rst22 ``int ioctl(int fd, VIDEO_TRY_COMMAND, struct video_command *cmd)``
45 - struct video_command \*cmd
56 This ioctl tries a decoder command. The ``video_command`` struct is a
H A Dvideo_types.rst98 .. c:type:: video_command
100 struct video_command
109 struct video_command {
/openbmc/linux/include/uapi/linux/dvb/
H A Dvideo.h75 struct video_command { struct
202 #define VIDEO_COMMAND _IOWR('o', 59, struct video_command)
203 #define VIDEO_TRY_COMMAND _IOWR('o', 60, struct video_command)