maxw              617 drivers/media/common/saa7146/saa7146_video.c 	int maxw, maxh;
maxw              627 drivers/media/common/saa7146/saa7146_video.c 	maxw  = vv->standard->h_max_out;
maxw              655 drivers/media/common/saa7146/saa7146_video.c 	if (f->fmt.pix.width > maxw)
maxw              656 drivers/media/common/saa7146/saa7146_video.c 		f->fmt.pix.width = maxw;
maxw              683 drivers/media/common/saa7146/saa7146_video.c 	int maxw, maxh;
maxw              706 drivers/media/common/saa7146/saa7146_video.c 	maxw  = vv->standard->h_max_out;
maxw              728 drivers/media/common/saa7146/saa7146_video.c 	if (win->w.width > maxw)
maxw              729 drivers/media/common/saa7146/saa7146_video.c 		win->w.width = maxw;
maxw              551 drivers/media/pci/cx23885/cx23885-video.c 	unsigned int      maxw, maxh;
maxw              558 drivers/media/pci/cx23885/cx23885-video.c 	maxw  = 720;
maxw              582 drivers/media/pci/cx23885/cx23885-video.c 	v4l_bound_align_image(&f->fmt.pix.width, 48, maxw, 2,
maxw              833 drivers/media/pci/cx88/cx88-blackbird.c 	unsigned int maxw, maxh;
maxw              841 drivers/media/pci/cx88/cx88-blackbird.c 	maxw = norm_maxw(core->tvnorm);
maxw              862 drivers/media/pci/cx88/cx88-blackbird.c 	v4l_bound_align_image(&f->fmt.pix.width, 48, maxw, 2,
maxw              731 drivers/media/pci/cx88/cx88-video.c 	unsigned int      maxw, maxh;
maxw              737 drivers/media/pci/cx88/cx88-video.c 	maxw = norm_maxw(core->tvnorm);
maxw              758 drivers/media/pci/cx88/cx88-video.c 	v4l_bound_align_image(&f->fmt.pix.width, 48, maxw, 2,
maxw              659 drivers/media/pci/saa7134/saa7134-video.c 	int maxw, maxh;
maxw              673 drivers/media/pci/saa7134/saa7134-video.c 	maxw  = dev->crop_current.width;
maxw              692 drivers/media/pci/saa7134/saa7134-video.c 	if (win->w.width > maxw)
maxw              693 drivers/media/pci/saa7134/saa7134-video.c 		win->w.width = maxw;
maxw             1301 drivers/media/pci/saa7134/saa7134-video.c 	unsigned int maxw, maxh;
maxw             1308 drivers/media/pci/saa7134/saa7134-video.c 	maxw  = min(dev->crop_current.width*4,  dev->crop_bounds.width);
maxw             1331 drivers/media/pci/saa7134/saa7134-video.c 	if (f->fmt.pix.width > maxw)
maxw             1332 drivers/media/pci/saa7134/saa7134-video.c 		f->fmt.pix.width = maxw;
maxw              601 drivers/media/platform/fsl-viu.c 	unsigned int maxw, maxh;
maxw              610 drivers/media/platform/fsl-viu.c 	maxw  = norm_maxw();
maxw              620 drivers/media/platform/fsl-viu.c 	if (f->fmt.pix.width > maxw)
maxw              621 drivers/media/platform/fsl-viu.c 		f->fmt.pix.width = maxw;
maxw              662 drivers/media/platform/fsl-viu.c 	int maxw, maxh;
maxw              672 drivers/media/platform/fsl-viu.c 	maxw  = dev->crop_current.width;
maxw              692 drivers/media/platform/fsl-viu.c 	if (win->w.width > maxw)
maxw              693 drivers/media/platform/fsl-viu.c 		win->w.width = maxw;
maxw             1403 drivers/media/usb/cx231xx/cx231xx-cards.c 	unsigned int maxh, maxw;
maxw             1466 drivers/media/usb/cx231xx/cx231xx-cards.c 	maxw = norm_maxw(dev);
maxw             1470 drivers/media/usb/cx231xx/cx231xx-cards.c 	dev->width = maxw;
maxw              967 drivers/media/usb/cx231xx/cx231xx-video.c 	unsigned int maxw = norm_maxw(dev);
maxw              980 drivers/media/usb/cx231xx/cx231xx-video.c 	v4l_bound_align_image(&width, 48, maxw, 1, &height, 32, maxh, 1, 0);
maxw             1389 drivers/media/usb/em28xx/em28xx-video.c 	unsigned int          maxw = norm_maxw(dev);
maxw             1392 drivers/media/usb/em28xx/em28xx-video.c 	*hscale = (((unsigned long)maxw) << 12) / width - 4096L;
maxw             1405 drivers/media/usb/em28xx/em28xx-video.c 	unsigned int          maxw = norm_maxw(dev);
maxw             1408 drivers/media/usb/em28xx/em28xx-video.c 	*width = (((unsigned long)maxw) << 12) / (hscale + 4096L);
maxw             1462 drivers/media/usb/em28xx/em28xx-video.c 	unsigned int          maxw   = norm_maxw(dev);
maxw             1477 drivers/media/usb/em28xx/em28xx-video.c 		width = width > (3 * maxw / 4) ? maxw : maxw / 2;
maxw             1483 drivers/media/usb/em28xx/em28xx-video.c 		if (width == maxw && height == maxh)
maxw             1490 drivers/media/usb/em28xx/em28xx-video.c 		v4l_bound_align_image(&width, 48, maxw, 1, &height, 32, maxh,
maxw             2016 drivers/media/usb/em28xx/em28xx-video.c 	unsigned int	      maxw = norm_maxw(dev);
maxw             2030 drivers/media/usb/em28xx/em28xx-video.c 		fsize->discrete.width = maxw / (1 + fsize->index);
maxw             2046 drivers/media/usb/em28xx/em28xx-video.c 	fsize->stepwise.max_width = maxw;
maxw             2524 drivers/media/usb/em28xx/em28xx-video.c 	unsigned int maxw;
maxw             2695 drivers/media/usb/em28xx/em28xx-video.c 	maxw = norm_maxw(dev);
maxw             2701 drivers/media/usb/em28xx/em28xx-video.c 		maxw /= 2;
maxw             2704 drivers/media/usb/em28xx/em28xx-video.c 				maxw, norm_maxh(dev));