Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/
H A Dvideo.h185 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/
H A Dvideo.h185 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dvideo.h189 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status) macro
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_av.c1131 if ( cmd != VIDEO_GET_STATUS && cmd != VIDEO_GET_EVENT && in dvb_video_ioctl()
1204 case VIDEO_GET_STATUS: in dvb_video_ioctl()