Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-get-status.rst7 VIDEO_GET_STATUS title
13 VIDEO_GET_STATUS
20 .. c:macro:: VIDEO_GET_STATUS
22 ``int ioctl(fd, VIDEO_GET_STATUS, struct video_status *status)``
41 - Equals VIDEO_GET_STATUS for this command.
H A Dvideo_types.rst28 data structures video_status (??) returned by VIDEO_GET_STATUS (??)
85 The following values can be returned by the VIDEO_GET_STATUS call
180 The VIDEO_GET_STATUS call returns the following structure informing
H A Dvideo-fopen.rst77 ioctl call that can be used is VIDEO_GET_STATUS. All other call will
H A Dav7110_av.c1132 if ( cmd != VIDEO_GET_STATUS && cmd != VIDEO_GET_EVENT && in dvb_video_ioctl()
1205 case VIDEO_GET_STATUS: in dvb_video_ioctl()
/openbmc/linux/include/uapi/linux/dvb/
H A Dvideo.h174 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status) macro