Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/usb/s2255/
Ds2255drv.c421 static int norm_minw(struct s2255_vc *vc) in norm_minw() function
669 if ((w < norm_minw(vc)) || in buffer_prepare()
837 if (vc->width > norm_minw(vc)) { in vidioc_s_fmt_vid_cap()
/Linux-v6.1/drivers/staging/media/deprecated/tm6000/
Dtm6000-video.c74 #define norm_minw(a) norm_maxw(a) macro