Searched refs:pwc_set_video_mode (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
H A D | pwc.h | 356 extern int pwc_set_video_mode(struct pwc_device *pdev, int width, int height,
|
H A D | pwc-if.c | 419 ret = pwc_set_video_mode(pdev, pdev->width, pdev->height, pdev->pixfmt, in pwc_isoc_init() 1102 rc = pwc_set_video_mode(pdev, MAX_WIDTH, MAX_HEIGHT, in usb_pwc_probe()
|
H A D | pwc-ctrl.c | 319 int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, in pwc_set_video_mode() function
|
H A D | pwc-v4l.c | 470 ret = pwc_set_video_mode(pdev, f->fmt.pix.width, f->fmt.pix.height, in pwc_s_fmt_vid_cap() 473 PWC_DEBUG_IOCTL("pwc_set_video_mode(), return=%d\n", ret); in pwc_s_fmt_vid_cap() 991 We pick a high framerate here, and let pwc_set_video_mode() figure in pwc_s_parm() 1003 ret = pwc_set_video_mode(pdev, pdev->width, pdev->height, pdev->pixfmt, in pwc_s_parm()
|
/kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
H A D | pwc.h | 356 extern int pwc_set_video_mode(struct pwc_device *pdev, int width, int height,
|
H A D | pwc-if.c | 419 ret = pwc_set_video_mode(pdev, pdev->width, pdev->height, pdev->pixfmt, in pwc_isoc_init() 1094 rc = pwc_set_video_mode(pdev, MAX_WIDTH, MAX_HEIGHT, in usb_pwc_probe()
|
H A D | pwc-ctrl.c | 319 int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, in pwc_set_video_mode() function
|
H A D | pwc-v4l.c | 470 ret = pwc_set_video_mode(pdev, f->fmt.pix.width, f->fmt.pix.height, in pwc_s_fmt_vid_cap() 473 PWC_DEBUG_IOCTL("pwc_set_video_mode(), return=%d\n", ret); in pwc_s_fmt_vid_cap() 991 We pick a high framerate here, and let pwc_set_video_mode() figure in pwc_s_parm() 1003 ret = pwc_set_video_mode(pdev, pdev->width, pdev->height, pdev->pixfmt, in pwc_s_parm()
|
Completed in 10 milliseconds