Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
839 if (vc->width > norm_minw(vc)) { in vidioc_s_fmt_vid_cap()
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
Dtm6000-video.c74 #define norm_minw(a) norm_maxw(a) macro