Home
last modified time | relevance | path

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

/linux/include/uapi/linux/dvb/
H A Dvideo.h172 #define VIDEO_SELECT_SOURCE _IO('o', 25) macro
/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_video.rst229 The video stream source is set through the `VIDEO_SELECT_SOURCE`_ call
983 `VIDEO_SELECT_SOURCE`_, the Digital TV subsystem will not decode any more
1052 VIDEO_SELECT_SOURCE section in Video Function Calls
1058 .. c:macro:: VIDEO_SELECT_SOURCE argument
1062 int ioctl(fd, VIDEO_SELECT_SOURCE, video_stream_source_t source)
1082 - Equals ``VIDEO_SELECT_SOURCE`` for this command. argument
2399 in the ioctl call `VIDEO_SELECT_SOURCE`_. The data provided shall be in
/linux/drivers/staging/media/av7110/
H A Dav7110_av.c1205 case VIDEO_SELECT_SOURCE: in dvb_video_ioctl()