Home
last modified time | relevance | path

Searched refs:norm_minw (Results 1 – 2 of 2) sorted by relevance

/drivers/media/usb/s2255/
Ds2255drv.c440 static int norm_minw(struct s2255_vc *vc) in norm_minw() function
688 if ((w < norm_minw(vc)) || in buffer_prepare()
871 if (vc->width > norm_minw(vc)) { in vidioc_s_fmt_vid_cap()
/drivers/media/usb/tm6000/
Dtm6000-video.c91 #define norm_minw(a) norm_maxw(a) macro