Searched refs:res_check (Results 1 – 6 of 6) sorted by relevance
/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 517 static int res_check(struct saa7134_fh *fh, unsigned int bit) in res_check() function 1267 if (restart_overlay && fh && res_check(fh, RESOURCE_OVERLAY)) { in saa7134_s_ctrl_internal() 1419 if (res_check(fh,RESOURCE_VIDEO)) { in video_poll() 1462 if (res_check(fh, RESOURCE_OVERLAY)) { in video_release() 1470 if (res_check(fh, RESOURCE_VIDEO)) { in video_release() 1480 if (res_check(fh, RESOURCE_VBI)) { in video_release() 1711 if (res_check(fh, RESOURCE_OVERLAY)) { in saa7134_s_fmt_vid_overlay() 1890 if (fh && res_check(fh, RESOURCE_OVERLAY)) { in saa7134_s_std_internal() 2176 if (!res_check(fh, RESOURCE_OVERLAY)) in saa7134_overlay()
|
/drivers/media/usb/au0828/ |
D | au0828-video.c | 886 static int res_check(struct au0828_fh *fh, unsigned int bit) in res_check() function 1055 if (res_check(fh, AU0828_RESOURCE_VIDEO)) { in au0828_v4l2_close() 1064 if (res_check(fh, AU0828_RESOURCE_VBI)) { in au0828_v4l2_close() 1758 if (res_check(fh, AU0828_RESOURCE_VIDEO)) { in vidioc_streamoff() 1766 if (res_check(fh, AU0828_RESOURCE_VBI)) { in vidioc_streamoff()
|
/drivers/media/pci/cx23885/ |
D | cx23885-video.c | 397 static int res_check(struct cx23885_fh *fh, unsigned int bit) in res_check() function 948 if (res_check(fh, RESOURCE_VIDEO)) { in video_poll() 977 if (res_check(fh, RESOURCE_OVERLAY)) { in video_release() 983 if (res_check(fh, RESOURCE_VIDEO)) { in video_release() 993 if (res_check(fh, RESOURCE_VBI)) { in video_release()
|
/drivers/media/pci/cx88/ |
D | cx88-video.c | 326 int res_check(struct cx8800_fh *fh, unsigned int bit) in res_check() function 833 if (res_check(fh,RESOURCE_VIDEO)) { in video_poll() 859 if (res_check(fh, RESOURCE_OVERLAY)) { in video_release() 865 if (res_check(fh, RESOURCE_VIDEO)) { in video_release() 875 if (res_check(fh, RESOURCE_VBI)) { in video_release()
|
/drivers/media/usb/cx231xx/ |
D | cx231xx-video.c | 846 static int res_check(struct cx231xx_fh *fh) in res_check() function 1986 if (res_check(fh)) in cx231xx_close()
|
/drivers/media/usb/s2255/ |
D | s2255drv.c | 806 static int res_check(struct s2255_fh *fh) in res_check() function 1782 if (res_check(fh)) { in s2255_release()
|