Lines Matching defs:stopped
294 int stopped;
310 stopped = (state == QH_STATE_IDLE);
320 * if queue is stopped, handles unlinks.
394 stopped = 1;
409 stopped = 1;
414 } else if (likely (!stopped
420 stopped = 1;
495 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) {
532 * stopped the queue). That avoids a race:
542 if (stopped != 0 || hw->hw_qtd_next == EHCI_LIST_END(ehci))