Lines Matching defs:an
337 u32 *an;
341 an = kmalloc_array(n_terms, sizeof(*an), GFP_KERNEL);
342 if (an == NULL)
354 an[n] = x / y;
355 if (an[n] >= threshold) {
361 r = x - an[n] * y;
366 /* Expand the simple continued fraction back to an integer fraction. */
372 y = an[i-1] * y + x;
378 kfree(an);
1381 uvc_trace(UVC_TRACE_DESCR, "Found an unknown CS_INTERFACE "
1415 * webcams have an interrupt endpoint but spit proprietary data that
1441 * Scan the UVC descriptors to locate a chain starting at an Output Terminal
1582 * Some devices reference an output terminal as the
1584 * output terminals only have an input pin, and thus
1679 "input %d isn't connected to an "
1742 /* Entity must not be part of an existing chain */