Searched refs:norm_maxw (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885.h565 static inline unsigned int norm_maxw(v4l2_std_id norm) function
H A Dcx23885-video.c534 if (fh->width < 48 || fh->width > norm_maxw(dev->tvnorm) ||
942 maxw = norm_maxw(dev->tvnorm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dfsl-viu.c262 #define norm_maxw() 720 macro
498 if (fh->width < 48 || fh->width > norm_maxw() ||
669 maxw = norm_maxw();
1258 fh->width = norm_maxw();
H A Ds2255drv.c443 static int norm_maxw(struct video_device *vdev) function
720 (w > norm_maxw(&channel->vdev)) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-video.c898 unsigned int maxw = norm_maxw(dev);
954 unsigned int maxw = norm_maxw(dev);
1952 dev->width = norm_maxw(dev);
2334 dev->width = norm_maxw(dev);
H A Dcx231xx.h758 static inline unsigned int norm_maxw(struct cx231xx *dev) function
H A Dcx231xx-cards.c434 maxw = norm_maxw(dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88.h96 static unsigned int inline norm_maxw(v4l2_std_id norm) function
H A Dcx88-video.c582 if (fh->width < 48 || fh->width > norm_maxw(core->tvnorm) ||
1083 maxw = norm_maxw(core->tvnorm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx.h800 static inline unsigned int norm_maxw(struct em28xx *dev) function
H A Dem28xx-video.c1000 unsigned int maxw = norm_maxw(dev);
1059 unsigned int maxw = norm_maxw(dev);
2511 norm_maxw(dev), norm_maxh(dev));
H A Dem28xx-core.c764 width = norm_maxw(dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tm6000/
H A Dtm6000-video.c124 #define norm_maxw(a) 720 macro
127 #define norm_minw(a) norm_maxw(a)

Completed in 485 milliseconds