Lines Matching defs:stopped
295 int stopped;
311 stopped = (state == QH_STATE_IDLE);
321 * if queue is stopped, handles unlinks.
395 stopped = 1;
410 stopped = 1;
415 } else if (likely (!stopped
421 stopped = 1;
496 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) {
533 * stopped the queue). That avoids a race:
543 if (stopped != 0 || hw->hw_qtd_next == EHCI_LIST_END(ehci))