Lines Matching refs:isochronous
247 /* isochronous pipes may be used as bulk pipes */
292 m66592->isochronous--;
397 if (m66592->isochronous >= M66592_MAX_NUM_ISOC) {
402 + m66592->isochronous;
403 counter = &m66592->isochronous;
422 if (m66592->isochronous >= M66592_MAX_NUM_ISOC) {
423 pr_err("isochronous pipe is insufficient\n");
426 info.pipe = M66592_BASE_PIPENUM_ISOC + m66592->isochronous;
428 counter = &m66592->isochronous;
451 if ((counter == &m66592->isochronous) && info.type == M66592_BULK)