Searched defs:res_check (Results 1 - 3 of 3) sorted by relevance

/drivers/media/pci/cx88/
H A Dcx88-video.c326 int res_check(struct cx8800_fh *fh, unsigned int bit) function
830 if (res_check(fh,RESOURCE_VIDEO)) {
856 if (res_check(fh, RESOURCE_OVERLAY)) {
862 if (res_check(fh, RESOURCE_VIDEO)) {
872 if (res_check(fh, RESOURCE_VBI)) {
/drivers/media/usb/au0828/
H A Dau0828-video.c905 static int res_check(struct au0828_fh *fh, unsigned int bit) function
1065 if (res_check(fh, AU0828_RESOURCE_VIDEO)) {
1074 if (res_check(fh, AU0828_RESOURCE_VBI)) {
1744 if (res_check(fh, AU0828_RESOURCE_VIDEO)) {
1752 if (res_check(fh, AU0828_RESOURCE_VBI)) {
/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c844 static int res_check(struct cx231xx_fh *fh) function
1777 if (res_check(fh))

Completed in 214 milliseconds