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