Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvcvideo.h870 unsigned int n_terms, unsigned int threshold);
H A Duvc_driver.c341 unsigned int n_terms, unsigned int threshold) in uvc_simplify_fraction() argument
347 an = kmalloc_array(n_terms, sizeof(*an), GFP_KERNEL); in uvc_simplify_fraction()
359 for (n = 0; n < n_terms && y != 0; ++n) { in uvc_simplify_fraction()