Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/uvc/
Duvcvideo.h796 unsigned int n_terms, unsigned int threshold);
Duvc_driver.c276 unsigned int n_terms, unsigned int threshold) in uvc_simplify_fraction() argument
282 an = kmalloc_array(n_terms, sizeof(*an), GFP_KERNEL); in uvc_simplify_fraction()
294 for (n = 0; n < n_terms && y != 0; ++n) { in uvc_simplify_fraction()