Home
last modified time | relevance | path

Searched refs:video_status (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/dvb/
Dvideo-get-status.rst19 .. c:function:: int ioctl(fd, VIDEO_GET_STATUS, struct video_status *status)
45 - struct video_status \*status
56 .. c:type:: video_status
60 struct video_status {
Dvideo_types.rst28 data structures video_status (??) returned by VIDEO_GET_STATUS (??)
175 .. c:type:: video_status
177 struct video_status
186 struct video_status {
/Linux-v4.19/drivers/media/common/saa7146/
Dsaa7146_video.c15 (((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh))
18 (((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh))
161 vv->video_status = STATUS_OVERLAY; in saa7146_start_preview()
182 if ((vv->video_status & STATUS_OVERLAY) == 0) { in saa7146_stop_preview()
192 vv->video_status = 0; in saa7146_stop_preview()
337 if ((vv->video_status & STATUS_CAPTURE) != 0) { in video_begin()
346 if ((vv->video_status & STATUS_OVERLAY) != 0) { in video_begin()
383 vv->video_status = STATUS_CAPTURE; in video_begin()
399 if ((vv->video_status & STATUS_CAPTURE) != STATUS_CAPTURE) { in video_end()
437 vv->video_status = 0; in video_end()
[all …]
/Linux-v4.19/include/uapi/linux/dvb/
Dvideo.h136 struct video_status { struct
187 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status)
/Linux-v4.19/include/media/drv-intf/
Dsaa7146_vv.h117 int video_status; member
/Linux-v4.19/drivers/media/pci/ttpci/
Dav7110.h206 struct video_status videostate;
Dav7110_v4l.c237 if ((vv->video_status & STATUS_OVERLAY) != 0) { in av7110_dvb_c_switch()
Dav7110_av.c1184 memcpy(parg, &av7110->videostate, sizeof(struct video_status)); in dvb_video_ioctl()