Searched refs:rh_state (Results 1 – 9 of 9) sorted by relevance
132 if (ehci->rh_state != EHCI_RH_RUNNING) in ehci_poll_ASS()190 if (ehci->rh_state != EHCI_RH_RUNNING) in ehci_poll_PSS()245 ehci->rh_state = EHCI_RH_HALTED; in ehci_handle_controller_death()257 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_start_intr_unlinks()289 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_intr_unlinks()339 if (ehci->rh_state < EHCI_RH_RUNNING) { in end_free_itds()376 if (!ehci->iaa_in_progress || ehci->rh_state != EHCI_RH_RUNNING) in ehci_iaa_watchdog()410 if (ehci->rh_state != EHCI_RH_RUNNING || in turn_on_io_watchdog()
219 if (ohci->rh_state != OHCI_RH_RUNNING) {366 if (ohci->rh_state != OHCI_RH_RUNNING) {415 ohci->rh_state = OHCI_RH_HALTED;435 ohci->rh_state = OHCI_RH_HALTED;466 ohci->rh_state = OHCI_RH_HALTED;545 ohci->rh_state = OHCI_RH_HALTED;658 ohci->rh_state = OHCI_RH_RUNNING;823 if (ohci->rh_state == OHCI_RH_RUNNING) {895 ohci->rh_state = OHCI_RH_HALTED;921 ohci->rh_state = OHCI_RH_HALTED;[all …]
233 ehci->rh_state = EHCI_RH_HALTED; in ehci_reset()263 if (ehci->rh_state != EHCI_RH_RUNNING) in ehci_quiesce()335 ehci->rh_state = EHCI_RH_HALTED; in ehci_silence_controller()365 ehci->rh_state = EHCI_RH_STOPPING; in ehci_shutdown()645 ehci->rh_state = EHCI_RH_RUNNING; in ehci_run()740 if (!masked_status || unlikely(ehci->rh_state == EHCI_RH_HALTED)) { in ehci_irq_handler()854 ehci->rh_state = EHCI_RH_STOPPING; in ehci_irq_handler()1218 ehci->rh_state = EHCI_RH_SUSPENDED; in ehci_resume()
167 && ehci->rh_state == EHCI_RH_RUNNING) in ehci_clear_tt_buffer_complete()466 && ehci->rh_state >= EHCI_RH_RUNNING) { in qh_completions()476 if (ehci->rh_state < EHCI_RH_RUNNING) { in qh_completions()1293 if (unlikely(ehci->rh_state < EHCI_RH_RUNNING)) { in start_iaa_cycle()1297 } else if (ehci->rh_state == EHCI_RH_RUNNING && in start_iaa_cycle()1343 if (ehci->rh_state < EHCI_RH_RUNNING) in end_unlink_async()1429 ehci->rh_state == EHCI_RH_RUNNING) in end_unlink_async()1544 if (check_unlinks_later && ehci->rh_state == EHCI_RH_RUNNING) { in scan_async()
134 ohci->rh_state = OHCI_RH_SUSPENDED;164 if (ohci->rh_state != OHCI_RH_RUNNING) {298 ohci->rh_state = OHCI_RH_RUNNING;
399 enum ohci_rh_state rh_state;713 hc->rh_state = OHCI_RH_HALTED; \
990 if (likely(ohci->rh_state == OHCI_RH_RUNNING) &&1005 ohci->rh_state == OHCI_RH_RUNNING)1091 } else if (ohci->rh_state == OHCI_RH_RUNNING) {1106 if (ohci->rh_state == OHCI_RH_RUNNING && !ohci->ed_rm_list) {
696 else if (ehci->rh_state < EHCI_RH_RUNNING) in start_unlink_intr()717 if (ehci->rh_state < EHCI_RH_RUNNING) in start_unlink_intr_wait()737 if (!list_empty(&qh->qtd_list) && ehci->rh_state == EHCI_RH_RUNNING) { in end_unlink_intr()2393 if (ehci->rh_state >= EHCI_RH_RUNNING) { in scan_isoc()
136 enum ehci_rh_state rh_state; member
Completed in 34 milliseconds