maxh              617 drivers/media/common/saa7146/saa7146_video.c 	int maxw, maxh;
maxh              628 drivers/media/common/saa7146/saa7146_video.c 	maxh  = vv->standard->v_max_out;
maxh              631 drivers/media/common/saa7146/saa7146_video.c 		field = (f->fmt.pix.height > maxh / 2)
maxh              638 drivers/media/common/saa7146/saa7146_video.c 		maxh = maxh / 2;
maxh              643 drivers/media/common/saa7146/saa7146_video.c 		maxh = maxh / 2;
maxh              657 drivers/media/common/saa7146/saa7146_video.c 	if (f->fmt.pix.height > maxh)
maxh              658 drivers/media/common/saa7146/saa7146_video.c 		f->fmt.pix.height = maxh;
maxh              683 drivers/media/common/saa7146/saa7146_video.c 	int maxw, maxh;
maxh              707 drivers/media/common/saa7146/saa7146_video.c 	maxh  = vv->standard->v_max_out;
maxh              710 drivers/media/common/saa7146/saa7146_video.c 		field = (win->w.height > maxh / 2)
maxh              718 drivers/media/common/saa7146/saa7146_video.c 		maxh = maxh / 2;
maxh              730 drivers/media/common/saa7146/saa7146_video.c 	if (win->w.height > maxh)
maxh              731 drivers/media/common/saa7146/saa7146_video.c 		win->w.height = maxh;
maxh              551 drivers/media/pci/cx23885/cx23885-video.c 	unsigned int      maxw, maxh;
maxh              559 drivers/media/pci/cx23885/cx23885-video.c 	maxh  = norm_maxh(dev->tvnorm);
maxh              562 drivers/media/pci/cx23885/cx23885-video.c 		field = (f->fmt.pix.height > maxh/2)
maxh              570 drivers/media/pci/cx23885/cx23885-video.c 		maxh = maxh / 2;
maxh              583 drivers/media/pci/cx23885/cx23885-video.c 			      &f->fmt.pix.height, 32, maxh, 0, 0);
maxh              340 drivers/media/pci/cx25821/cx25821-video.c 	unsigned int maxh;
maxh              346 drivers/media/pci/cx25821/cx25821-video.c 	maxh = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480;
maxh              353 drivers/media/pci/cx25821/cx25821-video.c 		f->fmt.pix.height = maxh / 4;
maxh              356 drivers/media/pci/cx25821/cx25821-video.c 		f->fmt.pix.height = maxh / 2;
maxh              359 drivers/media/pci/cx25821/cx25821-video.c 		f->fmt.pix.height = maxh;
maxh              833 drivers/media/pci/cx88/cx88-blackbird.c 	unsigned int maxw, maxh;
maxh              842 drivers/media/pci/cx88/cx88-blackbird.c 	maxh = norm_maxh(core->tvnorm);
maxh              854 drivers/media/pci/cx88/cx88-blackbird.c 		field = (f->fmt.pix.height > maxh / 2)
maxh              860 drivers/media/pci/cx88/cx88-blackbird.c 		maxh /= 2;
maxh              863 drivers/media/pci/cx88/cx88-blackbird.c 			      &f->fmt.pix.height, 32, maxh, 0, 0);
maxh              731 drivers/media/pci/cx88/cx88-video.c 	unsigned int      maxw, maxh;
maxh              738 drivers/media/pci/cx88/cx88-video.c 	maxh = norm_maxh(core->tvnorm);
maxh              750 drivers/media/pci/cx88/cx88-video.c 		field = (f->fmt.pix.height > maxh / 2)
maxh              756 drivers/media/pci/cx88/cx88-video.c 		maxh /= 2;
maxh              759 drivers/media/pci/cx88/cx88-video.c 			      &f->fmt.pix.height, 32, maxh, 0, 0);
maxh              659 drivers/media/pci/saa7134/saa7134-video.c 	int maxw, maxh;
maxh              674 drivers/media/pci/saa7134/saa7134-video.c 	maxh  = dev->crop_current.height;
maxh              677 drivers/media/pci/saa7134/saa7134-video.c 		field = (win->w.height > maxh/2)
maxh              684 drivers/media/pci/saa7134/saa7134-video.c 		maxh = maxh / 2;
maxh              694 drivers/media/pci/saa7134/saa7134-video.c 	if (win->w.height > maxh)
maxh              695 drivers/media/pci/saa7134/saa7134-video.c 		win->w.height = maxh;
maxh             1301 drivers/media/pci/saa7134/saa7134-video.c 	unsigned int maxw, maxh;
maxh             1309 drivers/media/pci/saa7134/saa7134-video.c 	maxh  = min(dev->crop_current.height*4, dev->crop_bounds.height);
maxh             1312 drivers/media/pci/saa7134/saa7134-video.c 		field = (f->fmt.pix.height > maxh/2)
maxh             1319 drivers/media/pci/saa7134/saa7134-video.c 		maxh = maxh / 2;
maxh             1333 drivers/media/pci/saa7134/saa7134-video.c 	if (f->fmt.pix.height > maxh)
maxh             1334 drivers/media/pci/saa7134/saa7134-video.c 		f->fmt.pix.height = maxh;
maxh              594 drivers/media/pci/tw68/tw68-video.c 	unsigned int maxh;
maxh              601 drivers/media/pci/tw68/tw68-video.c 	maxh  = (dev->tvnorm->id & V4L2_STD_525_60) ? 480 : 576;
maxh              610 drivers/media/pci/tw68/tw68-video.c 		maxh = maxh * 2;
maxh              613 drivers/media/pci/tw68/tw68-video.c 		field = (f->fmt.pix.height > maxh / 2)
maxh              626 drivers/media/pci/tw68/tw68-video.c 	if (f->fmt.pix.height > maxh)
maxh              627 drivers/media/pci/tw68/tw68-video.c 		f->fmt.pix.height = maxh;
maxh              601 drivers/media/platform/fsl-viu.c 	unsigned int maxw, maxh;
maxh              611 drivers/media/platform/fsl-viu.c 	maxh  = norm_maxh();
maxh              616 drivers/media/platform/fsl-viu.c 	if (f->fmt.pix.height > maxh)
maxh              617 drivers/media/platform/fsl-viu.c 		f->fmt.pix.height = maxh;
maxh              662 drivers/media/platform/fsl-viu.c 	int maxw, maxh;
maxh              673 drivers/media/platform/fsl-viu.c 	maxh  = dev->crop_current.height;
maxh              676 drivers/media/platform/fsl-viu.c 		field = (win->w.height > maxh/2)
maxh              683 drivers/media/platform/fsl-viu.c 		maxh = maxh / 2;
maxh              694 drivers/media/platform/fsl-viu.c 	if (win->w.height > maxh)
maxh              695 drivers/media/platform/fsl-viu.c 		win->w.height = maxh;
maxh             1403 drivers/media/usb/cx231xx/cx231xx-cards.c 	unsigned int maxh, maxw;
maxh             1467 drivers/media/usb/cx231xx/cx231xx-cards.c 	maxh = norm_maxh(dev);
maxh             1471 drivers/media/usb/cx231xx/cx231xx-cards.c 	dev->height = maxh;
maxh              968 drivers/media/usb/cx231xx/cx231xx-video.c 	unsigned int maxh = norm_maxh(dev);
maxh              980 drivers/media/usb/cx231xx/cx231xx-video.c 	v4l_bound_align_image(&width, 48, maxw, 1, &height, 32, maxh, 1, 0);
maxh             1390 drivers/media/usb/em28xx/em28xx-video.c 	unsigned int          maxh = norm_maxh(dev);
maxh             1396 drivers/media/usb/em28xx/em28xx-video.c 	*vscale = (((unsigned long)maxh) << 12) / height - 4096L;
maxh             1406 drivers/media/usb/em28xx/em28xx-video.c 	unsigned int          maxh = norm_maxh(dev);
maxh             1409 drivers/media/usb/em28xx/em28xx-video.c 	*height = (((unsigned long)maxh) << 12) / (vscale + 4096L);
maxh             1463 drivers/media/usb/em28xx/em28xx-video.c 	unsigned int          maxh   = norm_maxh(dev);
maxh             1476 drivers/media/usb/em28xx/em28xx-video.c 		height = height > (3 * maxh / 4) ? maxh : maxh / 2;
maxh             1483 drivers/media/usb/em28xx/em28xx-video.c 		if (width == maxw && height == maxh)
maxh             1490 drivers/media/usb/em28xx/em28xx-video.c 		v4l_bound_align_image(&width, 48, maxw, 1, &height, 32, maxh,
maxh             2017 drivers/media/usb/em28xx/em28xx-video.c 	unsigned int	      maxh = norm_maxh(dev);
maxh             2031 drivers/media/usb/em28xx/em28xx-video.c 		fsize->discrete.height = maxh / (1 + fsize->index);
maxh             2047 drivers/media/usb/em28xx/em28xx-video.c 	fsize->stepwise.max_height = maxh;