Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-get-capabilities.rst7 VIDEO_GET_CAPABILITIES title
13 VIDEO_GET_CAPABILITIES
20 .. c:macro:: VIDEO_GET_CAPABILITIES
22 ``int ioctl(fd, VIDEO_GET_CAPABILITIES, unsigned int *cap)``
41 - Equals VIDEO_GET_CAPABILITIES for this command.
H A Dvideo_types.rst229 A call to VIDEO_GET_CAPABILITIES returns an unsigned integer with the
H A Dav7110_av.c1313 case VIDEO_GET_CAPABILITIES: in dvb_video_ioctl()
/openbmc/linux/include/uapi/linux/dvb/
H A Dvideo.h180 #define VIDEO_GET_CAPABILITIES _IOR('o', 33, unsigned int) macro