Home
last modified time | relevance | path

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

/linux/include/uapi/linux/dvb/
H A Dvideo.h180 #define VIDEO_GET_CAPABILITIES _IOR('o', 33, unsigned int) macro
/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_video.rst797 A call to `VIDEO_GET_CAPABILITIES`_ returns an unsigned integer with the
1602 VIDEO_GET_CAPABILITIES section in Video Function Calls
1608 .. c:macro:: VIDEO_GET_CAPABILITIES argument
1612 int ioctl(fd, int request = VIDEO_GET_CAPABILITIES, unsigned int *cap)
1632 - Equals ``VIDEO_GET_CAPABILITIES`` for this command. argument
/linux/drivers/staging/media/av7110/
H A Dav7110_av.c1322 case VIDEO_GET_CAPABILITIES: in dvb_video_ioctl()