Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-hcd.c361 if (ehci->rh_state != EHCI_RH_RUNNING) in ehci_quiesce()
410 && ehci->rh_state == EHCI_RH_RUNNING) { in ehci_iaa_watchdog()
550 if (ehci->rh_state == EHCI_RH_RUNNING && in ehci_work()
570 if (ehci->rh_state == EHCI_RH_RUNNING) in ehci_stop()
789 ehci->rh_state = EHCI_RH_RUNNING; in ehci_run()
1035 if (ehci->rh_state != EHCI_RH_RUNNING && ehci->reclaim) in unlink_async()
1162 if (ehci->rh_state != EHCI_RH_RUNNING) in ehci_endpoint_disable()
Dehci-q.c162 && ehci->rh_state == EHCI_RH_RUNNING) in ehci_clear_tt_buffer_complete()
441 && ehci->rh_state == EHCI_RH_RUNNING)) { in qh_completions()
449 if (ehci->rh_state != EHCI_RH_RUNNING) in qh_completions()
1184 if (!list_empty(&qh->qtd_list) && ehci->rh_state == EHCI_RH_RUNNING) { in end_unlink_async()
1190 if (ehci->rh_state == EHCI_RH_RUNNING in end_unlink_async()
1252 if (unlikely(ehci->rh_state != EHCI_RH_RUNNING)) { in start_unlink_async()
1275 stopped = (ehci->rh_state != EHCI_RH_RUNNING); in scan_async()
Dehci-sched.c700 ehci->rh_state == EHCI_RH_RUNNING) { in intr_deschedule()
2304 if (ehci->rh_state == EHCI_RH_RUNNING) { in scan_periodic()
2339 live = (ehci->rh_state == EHCI_RH_RUNNING); in scan_periodic()
2464 if (incomplete && ehci->rh_state == EHCI_RH_RUNNING) { in scan_periodic()
2480 if (ehci->rh_state != EHCI_RH_RUNNING in scan_periodic()
Dehci-hub.c234 if (ehci->rh_state == EHCI_RH_RUNNING) in ehci_bus_suspend()
378 ehci->rh_state = EHCI_RH_RUNNING; in ehci_bus_resume()
Dehci.h68 EHCI_RH_RUNNING enumerator
Dehci-fsl.c504 ehci->rh_state = EHCI_RH_RUNNING; in ehci_fsl_mpc512x_drv_resume()
Dehci-dbg.c706 case EHCI_RH_RUNNING: in rh_state_string()