Lines Matching defs:requested
200 /* User-requested abort. Not really a error */
268 * Wait up to 25ms for the requested interrupt using a 25uS polling loop.
281 * Check requested status
310 * When polling is not requested let the interrupt do its work.
432 int requested = 0;
454 (requested - received));
455 target = MIN(requested + burst, (int)len);
456 while (requested < target) {
458 if (repeated_start && requested == 0)
460 if (stop && requested == len - 1)
463 requested++;
467 if (requested != len && requested - received > IG4_FIFO_LOWAT)
470 while (received < requested - lowat) {
471 burst = MIN(requested - received,
479 requested - received - lowat - 1);
718 /* force polling if ig4iic is requested with IIC_DONTWAIT */