norm_maxw         841 drivers/media/pci/cx88/cx88-blackbird.c 	maxw = norm_maxw(core->tvnorm);
norm_maxw         737 drivers/media/pci/cx88/cx88-video.c 	maxw = norm_maxw(core->tvnorm);
norm_maxw         456 drivers/media/platform/fsl-viu.c 	if (fh->width  < 48 || fh->width  > norm_maxw() ||
norm_maxw         610 drivers/media/platform/fsl-viu.c 	maxw  = norm_maxw();
norm_maxw        1197 drivers/media/platform/fsl-viu.c 	fh->width    = norm_maxw();
norm_maxw        1466 drivers/media/usb/cx231xx/cx231xx-cards.c 	maxw = norm_maxw(dev);
norm_maxw         967 drivers/media/usb/cx231xx/cx231xx-video.c 	unsigned int maxw = norm_maxw(dev);
norm_maxw        2184 drivers/media/usb/cx231xx/cx231xx-video.c 	dev->width = norm_maxw(dev);
norm_maxw         326 drivers/media/usb/em28xx/em28xx-video.c 	int width = norm_maxw(dev);
norm_maxw        1389 drivers/media/usb/em28xx/em28xx-video.c 	unsigned int          maxw = norm_maxw(dev);
norm_maxw        1405 drivers/media/usb/em28xx/em28xx-video.c 	unsigned int          maxw = norm_maxw(dev);
norm_maxw        1462 drivers/media/usb/em28xx/em28xx-video.c 	unsigned int          maxw   = norm_maxw(dev);
norm_maxw        2016 drivers/media/usb/em28xx/em28xx-video.c 	unsigned int	      maxw = norm_maxw(dev);
norm_maxw        2695 drivers/media/usb/em28xx/em28xx-video.c 	maxw = norm_maxw(dev);
norm_maxw         670 drivers/media/usb/s2255/s2255drv.c 	    (w > norm_maxw(vc)) ||
norm_maxw          74 drivers/media/usb/tm6000/tm6000-video.c #define norm_minw(a) norm_maxw(a)