Home
last modified time | relevance | path

Searched refs:norm_maxh (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/media/usb/em28xx/
Dem28xx-video.c156 static inline unsigned int norm_maxh(struct em28xx *dev) in norm_maxh() function
332 int height = norm_maxh(dev); in em28xx_resolution_set()
1212 unsigned int maxh = norm_maxh(dev); in size_to_scale()
1228 unsigned int maxh = norm_maxh(dev); in scale_to_size()
1279 unsigned int maxh = norm_maxh(dev); in vidioc_try_fmt_vid_cap()
1758 unsigned int maxh = norm_maxh(dev); in vidioc_enum_framesizes()
2436 maxw, norm_maxh(dev)); in em28xx_v4l2_init()
/linux-4.1.27/drivers/media/platform/
Dfsl-viu.c262 #define norm_maxh() 576 macro
496 fh->height < 32 || fh->height > norm_maxh()) in buffer_prepare()
667 maxh = norm_maxh(); in vidioc_try_fmt_cap()
1302 fh->height = norm_maxh(); in viu_open()
/linux-4.1.27/drivers/media/pci/cx88/
Dcx88.h102 static inline unsigned int norm_maxh(v4l2_std_id norm) in norm_maxh() function
Dcx88-core.c661 unsigned int sheight = norm_maxh(core->tvnorm); in cx88_set_scale()
Dcx88-blackbird.c824 maxh = norm_maxh(core->tvnorm); in vidioc_try_fmt_vid_cap()
Dcx88-video.c747 maxh = norm_maxh(core->tvnorm); in vidioc_try_fmt_vid_cap()
/linux-4.1.27/drivers/media/pci/cx23885/
Dcx23885.h634 static inline unsigned int norm_maxh(v4l2_std_id norm) in norm_maxh() function
Dcx23885-video.c546 maxh = norm_maxh(dev->tvnorm); in vidioc_try_fmt_vid_cap()
1149 dev->height = norm_maxh(dev->tvnorm); in cx23885_video_register()
/linux-4.1.27/drivers/media/usb/tm6000/
Dtm6000-video.c89 #define norm_maxh(a) 576 macro
92 #define norm_minh(a) norm_maxh(a)
/linux-4.1.27/drivers/media/usb/cx231xx/
Dcx231xx.h996 static inline unsigned int norm_maxh(struct cx231xx *dev) in norm_maxh() function
Dcx231xx-video.c984 unsigned int maxh = norm_maxh(dev); in vidioc_try_fmt_vid_cap()
2142 dev->height = norm_maxh(dev); in cx231xx_register_analog_devices()
Dcx231xx-cards.c1312 maxh = norm_maxh(dev); in cx231xx_init_dev()
/linux-4.1.27/drivers/media/usb/s2255/
Ds2255drv.c434 static int norm_maxh(struct s2255_vc *vc) in norm_maxh() function
689 (h > norm_maxh(vc))) { in buffer_prepare()