Searched refs:norm_minw (Results 1 – 2 of 2) sorted by relevance
440 static int norm_minw(struct s2255_vc *vc) in norm_minw() function688 if ((w < norm_minw(vc)) || in buffer_prepare()871 if (vc->width > norm_minw(vc)) { in vidioc_s_fmt_vid_cap()
91 #define norm_minw(a) norm_maxw(a) macro