Home
last modified time | relevance | path

Searched refs:res_get (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-video.c891 static int res_get(struct cx231xx_fh *fh) in res_get() function
1473 rc = res_get(fh); in vidioc_streamon()
1946 rc = res_get(fh); in cx231xx_v4l2_read()
1977 rc = res_get(fh); in cx231xx_v4l2_poll()
2013 rc = res_get(fh); in cx231xx_v4l2_mmap()
/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-video.c840 static bool res_get(struct tm6000_core *dev, struct tm6000_fh *fh, in res_get() function
1034 if (!res_get(dev, fh, false)) in vidioc_streamon()
1424 if (!res_get(fh->dev, fh, true)) in tm6000_read()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-video.c846 static int res_get(struct em28xx *dev, enum v4l2_buf_type f_type) in res_get() function
935 rc = res_get(dev, vq->type); in em28xx_start_analog_streaming()