Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-video.c129 dev->height = norm_maxh(norm); in cx23885_set_tvnorm()
563 maxh = norm_maxh(dev->tvnorm); in vidioc_try_fmt_vid_cap()
698 sel->r.height = norm_maxh(dev->tvnorm); in vidioc_g_selection()
1253 dev->height = norm_maxh(dev->tvnorm); in cx23885_video_register()
H A Dcx23885.h631 static inline unsigned int norm_maxh(v4l2_std_id norm) in norm_maxh() function
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-video.c139 static inline unsigned int norm_maxh(struct em28xx *dev) in norm_maxh() function
317 int height = norm_maxh(dev); in em28xx_resolution_set()
1380 unsigned int maxh = norm_maxh(dev); in size_to_scale()
1396 unsigned int maxh = norm_maxh(dev); in scale_to_size()
1453 unsigned int maxh = norm_maxh(dev); in vidioc_try_fmt_vid_cap()
2007 unsigned int maxh = norm_maxh(dev); in vidioc_enum_framesizes()
2694 maxw, norm_maxh(dev)); in em28xx_v4l2_init()
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88.h93 static inline unsigned int norm_maxh(v4l2_std_id norm) in norm_maxh() function
H A Dcx88-core.c686 unsigned int sheight = norm_maxh(core->tvnorm); in cx88_set_scale()
H A Dcx88-blackbird.c842 maxh = norm_maxh(core->tvnorm); in vidioc_try_fmt_vid_cap()
H A Dcx88-video.c738 maxh = norm_maxh(core->tvnorm); in vidioc_try_fmt_vid_cap()
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx.h977 static inline unsigned int norm_maxh(struct cx231xx *dev) in norm_maxh() function
H A Dcx231xx-video.c864 unsigned int maxh = norm_maxh(dev); in vidioc_try_fmt_vid_cap()
1765 dev->height = norm_maxh(dev); in cx231xx_register_analog_devices()
H A Dcx231xx-cards.c1467 maxh = norm_maxh(dev); in cx231xx_init_dev()
/openbmc/linux/drivers/media/usb/s2255/
H A Ds2255drv.c415 static int norm_maxh(struct s2255_vc *vc) in norm_maxh() function
672 (h > norm_maxh(vc))) { in buffer_prepare()