Searched refs:pwc_get_size (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/media/usb/pwc/ |
H A D | pwc-misc.c | 41 int pwc_get_size(struct pwc_device *pdev, int width, int height) pwc_get_size() function
|
H A D | pwc-ctrl.c | 337 size = pwc_get_size(pdev, width, height); pwc_set_video_mode()
|
H A D | pwc.h | 361 int pwc_get_size(struct pwc_device *pdev, int width, int height);
|
H A D | pwc-if.c | 589 size = pwc_get_size(pdev, MAX_WIDTH, MAX_HEIGHT); queue_setup()
|
H A D | pwc-v4l.c | 451 size = pwc_get_size(pdev, f->fmt.pix.width, f->fmt.pix.height); pwc_vidioc_try_fmt()
|
Completed in 180 milliseconds