Searched refs:norm_maxh (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx.h505 inline static unsigned int norm_maxh(struct em28xx *dev) function
H A Dem28xx-video.c296 dev->height = norm_maxh(dev);
725 maxh = norm_maxh(dev);
818 maxh = norm_maxh(dev);
1542 maxh = norm_maxh(dev);
H A Dem28xx-core.c371 height = norm_maxh(dev) >> 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvivi.c731 #define norm_maxh() 768 macro
744 fh->height < 32 || fh->height > norm_maxh())
987 maxh = norm_maxh();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88.h100 static unsigned int inline norm_maxh(v4l2_std_id norm) function
H A Dcx88-core.c694 unsigned int sheight = norm_maxh(core->tvnorm);
H A Dcx88-video.c543 fh->height < 32 || fh->height > norm_maxh(core->tvnorm))
1022 maxh = norm_maxh(core->tvnorm);

Completed in 143 milliseconds