Searched defs:norm_maxw (Results 1 - 7 of 7) sorted by relevance

/drivers/media/video/tm6000/
H A Dtm6000-video.c159 #define norm_maxw(a) 720 macro
162 #define norm_minw(a) norm_maxw(a)
/drivers/media/video/
H A Dfsl-viu.c259 #define norm_maxw() 720 macro
495 if (fh->width < 48 || fh->width > norm_maxw() ||
665 maxw = norm_maxw();
1294 fh->width = norm_maxw();
H A Ds2255drv.c441 static int norm_maxw(struct video_device *vdev) function
728 (w > norm_maxw(&channel->vdev)) ||
/drivers/media/video/cx23885/
H A Dcx23885.h640 static inline unsigned int norm_maxw(v4l2_std_id norm) function
/drivers/media/video/cx88/
H A Dcx88.h96 static unsigned int inline norm_maxw(v4l2_std_id norm) function
/drivers/media/video/cx231xx/
H A Dcx231xx.h999 static inline unsigned int norm_maxw(struct cx231xx *dev) function
/drivers/media/video/em28xx/
H A Dem28xx.h844 static inline unsigned int norm_maxw(struct em28xx *dev) function

Completed in 338 milliseconds