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

/drivers/media/usb/em28xx/
H A Dem28xx-video.c158 static inline unsigned int norm_maxh(struct em28xx *dev) function
333 int height = norm_maxh(dev);
1210 unsigned int maxh = norm_maxh(dev);
1226 unsigned int maxh = norm_maxh(dev);
1277 unsigned int maxh = norm_maxh(dev);
1756 unsigned int maxh = norm_maxh(dev);
2438 maxw, norm_maxh(dev));
/drivers/media/platform/
H A Dfsl-viu.c262 #define norm_maxh() 576 macro
496 fh->height < 32 || fh->height > norm_maxh())
666 maxh = norm_maxh();
1301 fh->height = norm_maxh();
/drivers/media/pci/cx23885/
H A Dcx23885.h624 static inline unsigned int norm_maxh(v4l2_std_id norm) function
H A Dcx23885-video.c554 maxh = norm_maxh(dev->tvnorm);
1158 dev->height = norm_maxh(dev->tvnorm);
/drivers/media/pci/cx88/
H A Dcx88.h102 static inline unsigned int norm_maxh(v4l2_std_id norm) function
H A Dcx88-core.c706 unsigned int sheight = norm_maxh(core->tvnorm);
H A Dcx88-video.c545 dev->height < 32 || dev->height > norm_maxh(core->tvnorm))
1031 maxh = norm_maxh(core->tvnorm);
/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c911 unsigned int maxh = norm_maxh(dev);
2089 dev->height = norm_maxh(dev);
H A Dcx231xx.h1004 static inline unsigned int norm_maxh(struct cx231xx *dev) function
H A Dcx231xx-cards.c1193 maxh = norm_maxh(dev);
/drivers/media/usb/tm6000/
H A Dtm6000-video.c89 #define norm_maxh(a) 576 macro
92 #define norm_minh(a) norm_maxh(a)
/drivers/media/usb/s2255/
H A Ds2255drv.c434 static int norm_maxh(struct s2255_vc *vc) function
691 (h > norm_maxh(vc))) {

Completed in 252 milliseconds