Searched refs:res_get (Results 1 - 9 of 9) sorted by relevance

/drivers/media/video/au0828/
H A Dau0828-video.c858 static int res_get(struct au0828_fh *fh, unsigned int bit) function
1113 if (!res_get(fh, AU0828_RESOURCE_VBI))
1141 if (!res_get(fh, AU0828_RESOURCE_VIDEO))
1145 if (!res_get(fh, AU0828_RESOURCE_VBI))
1638 if (unlikely(!res_get(fh, get_ressource(fh))))
/drivers/media/video/cx23885/
H A Dcx23885-video.c374 static int res_get(struct cx23885_dev *dev, struct cx23885_fh *fh, function
919 if (!res_get(fh->dev, fh, RESOURCE_VBI))
937 if (!res_get(fh->dev, fh, RESOURCE_VBI))
1213 if (unlikely(!res_get(dev, fh, get_resource(fh))))
/drivers/media/video/cx231xx/
H A Dcx231xx-video.c955 static int res_get(struct cx231xx_fh *fh) function
1834 rc = res_get(fh);
2392 rc = res_get(fh);
2417 rc = res_get(fh);
2442 rc = res_get(fh);
/drivers/media/video/em28xx/
H A Dem28xx-video.c860 static int res_get(struct em28xx_fh *fh, unsigned int bit) function
1726 if (unlikely(!res_get(fh, get_ressource(fh))))
2323 if (!res_get(fh, EM28XX_RESOURCE_VBI))
2348 if (!res_get(fh, EM28XX_RESOURCE_VIDEO))
2352 if (!res_get(fh, EM28XX_RESOURCE_VBI))
/drivers/media/video/tm6000/
H A Dtm6000-video.c853 static bool res_get(struct tm6000_core *dev, struct tm6000_fh *fh, function
1046 if (!res_get(dev, fh, false))
1557 if (!res_get(fh->dev, fh, true))
/drivers/media/video/cx88/
H A Dcx88-video.c374 static int res_get(struct cx8800_dev *dev, struct cx8800_fh *fh, unsigned int bit) function
878 if (!res_get(fh->dev,fh,RESOURCE_VBI))
896 if (!res_get(fh->dev,fh,RESOURCE_VBI))
1268 if (unlikely(!res_get(dev,fh,get_ressource(fh))))
/drivers/media/video/saa7134/
H A Dsaa7134-video.c496 static int res_get(struct saa7134_dev *dev, struct saa7134_fh *fh, unsigned int bit) function
1403 if (!res_get(fh->dev,fh,RESOURCE_VBI))
2197 if (!res_get(dev, fh, RESOURCE_OVERLAY))
2248 if (!res_get(dev, fh, res))
/drivers/media/video/
H A Dzr364xx.c707 static int res_get(struct zr364xx_camera *cam) function
1220 if (!res_get(cam)) {
H A Ds2255drv.c786 static int res_get(struct s2255_fh *fh) function
1302 if (!res_get(fh)) {

Completed in 110 milliseconds