Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/uvc/
Duvcvideo.h727 unsigned int n_terms, unsigned int threshold);
Duvc_driver.c209 unsigned int n_terms, unsigned int threshold) in uvc_simplify_fraction() argument
215 an = kmalloc(n_terms * sizeof *an, GFP_KERNEL); in uvc_simplify_fraction()
227 for (n = 0; n < n_terms && y != 0; ++n) { in uvc_simplify_fraction()