Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_video.c14 (((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh))
17 (((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh))
162 vv->video_status = STATUS_OVERLAY; in saa7146_start_preview()
183 if ((vv->video_status & STATUS_OVERLAY) == 0) { in saa7146_stop_preview()
193 vv->video_status = 0; in saa7146_stop_preview()
338 if ((vv->video_status & STATUS_CAPTURE) != 0) { in video_begin()
347 if ((vv->video_status & STATUS_OVERLAY) != 0) { in video_begin()
384 vv->video_status = STATUS_CAPTURE; in video_begin()
399 if ((vv->video_status & STATUS_CAPTURE) != STATUS_CAPTURE) { in video_end()
434 vv->video_status = 0; in video_end()
[all …]
/linux-4.4.14/include/uapi/linux/dvb/
Dvideo.h147 struct video_status { struct
235 #define VIDEO_GET_STATUS _IOR('o', 27, struct video_status)
/linux-4.4.14/include/media/
Dsaa7146_vv.h115 int video_status; member
/linux-4.4.14/drivers/media/pci/ttpci/
Dav7110.h202 struct video_status videostate;
Dav7110_v4l.c240 if ((vv->video_status & STATUS_OVERLAY) != 0) { in av7110_dvb_c_switch()
Dav7110_av.c1182 memcpy(parg, &av7110->videostate, sizeof(struct video_status)); in dvb_video_ioctl()