Searched refs:pwc_set_video_mode (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/usb/pwc/ |
H A D | pwc-v4l.c | 484 ret = pwc_set_video_mode(pdev, f->fmt.pix.width, f->fmt.pix.height, pwc_s_fmt_vid_cap() 487 PWC_DEBUG_IOCTL("pwc_set_video_mode(), return=%d\n", ret); pwc_s_fmt_vid_cap() 1010 We pick a high framerate here, and let pwc_set_video_mode() figure pwc_s_parm() 1022 ret = pwc_set_video_mode(pdev, pdev->width, pdev->height, pdev->pixfmt, pwc_s_parm()
|
H A D | pwc-ctrl.c | 330 int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, pwc_set_video_mode() function
|
H A D | pwc.h | 366 extern int pwc_set_video_mode(struct pwc_device *pdev, int width, int height,
|
H A D | pwc-if.c | 376 ret = pwc_set_video_mode(pdev, pdev->width, pdev->height, pdev->pixfmt, pwc_isoc_init() 1051 rc = pwc_set_video_mode(pdev, MAX_WIDTH, MAX_HEIGHT, usb_pwc_probe()
|
Completed in 213 milliseconds