/linux-2.6.39/drivers/media/video/au0828/ |
D | au0828-video.c | 861 static int res_get(struct au0828_fh *fh, unsigned int bit) in res_get() function 1116 if (!res_get(fh, AU0828_RESOURCE_VBI)) in au0828_v4l2_read() 1144 if (!res_get(fh, AU0828_RESOURCE_VIDEO)) in au0828_v4l2_poll() 1148 if (!res_get(fh, AU0828_RESOURCE_VBI)) in au0828_v4l2_poll() 1643 if (unlikely(!res_get(fh, get_ressource(fh)))) in vidioc_streamon()
|
/linux-2.6.39/drivers/media/video/cx23885/ |
D | cx23885-video.c | 350 static int res_get(struct cx23885_dev *dev, struct cx23885_fh *fh, in res_get() function 777 if (!res_get(fh->dev, fh, RESOURCE_VBI)) in video_read() 795 if (!res_get(fh->dev, fh, RESOURCE_VBI)) in video_poll() 1068 if (unlikely(!res_get(dev, fh, get_resource(fh)))) in vidioc_streamon()
|
/linux-2.6.39/drivers/media/video/cx231xx/ |
D | cx231xx-video.c | 955 static int res_get(struct cx231xx_fh *fh) in res_get() function 1827 rc = res_get(fh); in vidioc_streamon() 2390 rc = res_get(fh); in cx231xx_v4l2_read() 2415 rc = res_get(fh); in cx231xx_v4l2_poll() 2440 rc = res_get(fh); in cx231xx_v4l2_mmap()
|
/linux-2.6.39/drivers/media/video/em28xx/ |
D | em28xx-video.c | 857 static int res_get(struct em28xx_fh *fh, unsigned int bit) in res_get() function 1704 if (unlikely(!res_get(fh, get_ressource(fh)))) in vidioc_streamon() 2264 if (!res_get(fh, EM28XX_RESOURCE_VBI)) in em28xx_v4l2_read() 2289 if (!res_get(fh, EM28XX_RESOURCE_VIDEO)) in em28xx_v4l2_poll() 2293 if (!res_get(fh, EM28XX_RESOURCE_VBI)) in em28xx_v4l2_poll()
|
/linux-2.6.39/drivers/staging/tm6000/ |
D | tm6000-video.c | 851 static bool res_get(struct tm6000_core *dev, struct tm6000_fh *fh, in res_get() function 1039 if (!res_get(dev, fh, false)) in vidioc_streamon() 1535 if (!res_get(fh->dev, fh, true)) in tm6000_read()
|
/linux-2.6.39/drivers/media/video/cx88/ |
D | cx88-video.c | 341 static int res_get(struct cx8800_dev *dev, struct cx8800_fh *fh, unsigned int bit) in res_get() function 845 if (!res_get(fh->dev,fh,RESOURCE_VBI)) in video_read() 863 if (!res_get(fh->dev,fh,RESOURCE_VBI)) in video_poll() 1225 if (unlikely(!res_get(dev,fh,get_ressource(fh)))) in vidioc_streamon()
|
/linux-2.6.39/drivers/media/video/saa7134/ |
D | saa7134-video.c | 496 static int res_get(struct saa7134_dev *dev, struct saa7134_fh *fh, unsigned int bit) in res_get() function 1403 if (!res_get(fh->dev,fh,RESOURCE_VBI)) in video_read() 2196 if (!res_get(dev, fh, RESOURCE_OVERLAY)) in saa7134_overlay() 2247 if (!res_get(dev, fh, res)) in saa7134_streamon()
|
/linux-2.6.39/drivers/media/video/ |
D | zr364xx.c | 709 static int res_get(struct zr364xx_camera *cam) in res_get() function 1223 if (!res_get(cam)) { in zr364xx_vidioc_streamon()
|
D | s2255drv.c | 783 static int res_get(struct s2255_fh *fh) in res_get() function 1299 if (!res_get(fh)) { in vidioc_streamon()
|