Searched defs:res_get (Results 1 - 5 of 5) sorted by relevance

/drivers/media/pci/cx88/
H A Dcx88-video.c303 static int res_get(struct cx8800_dev *dev, struct cx8800_fh *fh, unsigned int bit) function
807 if (!res_get(fh->dev,fh,RESOURCE_VBI))
825 if (!res_get(fh->dev,fh,RESOURCE_VBI))
1159 if (unlikely(!res_get(dev, fh, get_resource(file))))
/drivers/media/usb/au0828/
H A Dau0828-video.c884 static int res_get(struct au0828_fh *fh, unsigned int bit) function
1153 if (!res_get(fh, AU0828_RESOURCE_VBI))
1190 if (!res_get(fh, AU0828_RESOURCE_VIDEO))
1195 if (!res_get(fh, AU0828_RESOURCE_VBI))
1685 if (unlikely(!res_get(fh, get_ressource(fh))))
/drivers/media/usb/tm6000/
H A Dtm6000-video.c841 static bool res_get(struct tm6000_core *dev, struct tm6000_fh *fh, function
1035 if (!res_get(dev, fh, false))
1425 if (!res_get(fh->dev, fh, true))
/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c819 static int res_get(struct cx231xx_fh *fh) function
1395 rc = res_get(fh);
1882 rc = res_get(fh);
1913 rc = res_get(fh);
1949 rc = res_get(fh);
/drivers/media/usb/em28xx/
H A Dem28xx-video.c849 static int res_get(struct em28xx *dev, enum v4l2_buf_type f_type) function
936 rc = res_get(dev, vq->type);

Completed in 108 milliseconds