video_fh           15 drivers/media/common/saa7146/saa7146_video.c 	(((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh))
video_fh           18 drivers/media/common/saa7146/saa7146_video.c 	(((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh))
video_fh          119 drivers/media/common/saa7146/saa7146_video.c 		if (vv->video_fh == fh) {
video_fh          135 drivers/media/common/saa7146/saa7146_video.c 		saa7146_res_free(vv->video_fh, RESOURCE_DMA1_HPS|RESOURCE_DMA2_CLP);
video_fh          147 drivers/media/common/saa7146/saa7146_video.c 		saa7146_res_free(vv->video_fh, RESOURCE_DMA1_HPS|RESOURCE_DMA2_CLP);
video_fh          152 drivers/media/common/saa7146/saa7146_video.c 	vv->video_fh = fh;
video_fh          177 drivers/media/common/saa7146/saa7146_video.c 	if (vv->video_fh != fh) {
video_fh          183 drivers/media/common/saa7146/saa7146_video.c 	vv->video_fh = NULL;
video_fh          328 drivers/media/common/saa7146/saa7146_video.c 		if (vv->video_fh == fh) {
video_fh          338 drivers/media/common/saa7146/saa7146_video.c 		vv->ov_suspend = vv->video_fh;
video_fh          339 drivers/media/common/saa7146/saa7146_video.c 		err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL */
video_fh          372 drivers/media/common/saa7146/saa7146_video.c 	vv->video_fh = fh;
video_fh          394 drivers/media/common/saa7146/saa7146_video.c 	if (vv->video_fh != fh) {
video_fh          426 drivers/media/common/saa7146/saa7146_video.c 	vv->video_fh = NULL;
video_fh          487 drivers/media/common/saa7146/saa7146_video.c 		if (vv->video_fh != fh) {
video_fh          562 drivers/media/common/saa7146/saa7146_video.c 		struct saa7146_fh *fh = vv->video_fh;
video_fh          830 drivers/media/common/saa7146/saa7146_video.c 		vv->ov_suspend = vv->video_fh;
video_fh          831 drivers/media/common/saa7146/saa7146_video.c 		err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL */
video_fh          952 drivers/media/common/saa7146/saa7146_video.c 	if (vv->video_fh != fh) {
video_fh         1252 drivers/media/common/saa7146/saa7146_video.c 		if (vv->video_fh == fh) {
video_fh          227 drivers/media/pci/ttpci/av7110_v4l.c 		vv->ov_suspend = vv->video_fh;
video_fh          228 drivers/media/pci/ttpci/av7110_v4l.c 		err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL */
video_fh          117 include/media/drv-intf/saa7146_vv.h 	struct saa7146_fh		*video_fh;