Home
last modified time | relevance | path

Searched refs:EHCI_RH_RUNNING (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/usb/host/
Dehci-timer.c100 if (ehci->rh_state != EHCI_RH_RUNNING) in ehci_poll_ASS()
146 if (ehci->rh_state != EHCI_RH_RUNNING) in ehci_poll_PSS()
213 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_start_intr_unlinks()
245 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_intr_unlinks()
295 if (ehci->rh_state < EHCI_RH_RUNNING) { in end_free_itds()
330 if (!ehci->iaa_in_progress || ehci->rh_state != EHCI_RH_RUNNING) in ehci_iaa_watchdog()
363 if (ehci->rh_state != EHCI_RH_RUNNING || in turn_on_io_watchdog()
Dehci-q.c151 && ehci->rh_state == EHCI_RH_RUNNING) in ehci_clear_tt_buffer_complete()
416 && ehci->rh_state >= EHCI_RH_RUNNING)) { in qh_completions()
424 if (ehci->rh_state < EHCI_RH_RUNNING) { in qh_completions()
1280 if (unlikely(ehci->rh_state < EHCI_RH_RUNNING)) { in start_iaa_cycle()
1284 } else if (ehci->rh_state == EHCI_RH_RUNNING && in start_iaa_cycle()
1329 if (ehci->rh_state < EHCI_RH_RUNNING) in end_unlink_async()
1416 ehci->rh_state == EHCI_RH_RUNNING) in end_unlink_async()
1524 if (check_unlinks_later && ehci->rh_state == EHCI_RH_RUNNING && in scan_async()
Dehci-hub.c230 if (ehci->rh_state < EHCI_RH_RUNNING) in ehci_bus_suspend()
342 if (ehci->rh_state != EHCI_RH_RUNNING) in ehci_bus_suspend()
420 ehci->rh_state = EHCI_RH_RUNNING; in ehci_bus_resume()
Dehci-hcd.c277 if (ehci->rh_state != EHCI_RH_RUNNING) in ehci_quiesce()
632 ehci->rh_state = EHCI_RH_RUNNING; in ehci_run()
Dehci-sched.c674 else if (ehci->rh_state < EHCI_RH_RUNNING) in start_unlink_intr()
695 if (ehci->rh_state < EHCI_RH_RUNNING) in start_unlink_intr_wait()
715 if (!list_empty(&qh->qtd_list) && ehci->rh_state == EHCI_RH_RUNNING) { in end_unlink_intr()
2366 if (ehci->rh_state >= EHCI_RH_RUNNING) { in scan_isoc()
Dehci.h85 EHCI_RH_RUNNING, enumerator
Dehci-fsl.c547 ehci->rh_state = EHCI_RH_RUNNING; in ehci_fsl_mpc512x_drv_resume()
Dehci-dbg.c747 case EHCI_RH_RUNNING: in rh_state_string()