Searched refs:rh_state (Results 1 – 17 of 17) sorted by relevance
100 if (ehci->rh_state != EHCI_RH_RUNNING) in ehci_poll_ASS()146 if (ehci->rh_state != EHCI_RH_RUNNING) in ehci_poll_PSS()201 ehci->rh_state = EHCI_RH_HALTED; in ehci_handle_controller_death()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()
281 char *rh_state; in uhci_show_root_hub_state() local283 switch (uhci->rh_state) { in uhci_show_root_hub_state()285 rh_state = "reset"; break; in uhci_show_root_hub_state()287 rh_state = "suspended"; break; in uhci_show_root_hub_state()289 rh_state = "auto-stopped"; break; in uhci_show_root_hub_state()291 rh_state = "resuming"; break; in uhci_show_root_hub_state()293 rh_state = "suspending"; break; in uhci_show_root_hub_state()295 rh_state = "running"; break; in uhci_show_root_hub_state()297 rh_state = "running, no devs"; break; in uhci_show_root_hub_state()299 rh_state = "?"; break; in uhci_show_root_hub_state()[all …]
217 if (ohci->rh_state != OHCI_RH_RUNNING) { in ohci_urb_enqueue()332 if (ohci->rh_state != OHCI_RH_RUNNING) { in ohci_urb_dequeue()364 if (ohci->rh_state != OHCI_RH_RUNNING) { in ohci_endpoint_disable()413 ohci->rh_state = OHCI_RH_HALTED; in ohci_usb_reset()433 ohci->rh_state = OHCI_RH_HALTED; in _ohci_shutdown()464 ohci->rh_state = OHCI_RH_HALTED; in ohci_init()549 ohci->rh_state = OHCI_RH_HALTED; in ohci_run()662 ohci->rh_state = OHCI_RH_RUNNING; in ohci_run()831 if (ohci->rh_state == OHCI_RH_RUNNING) { in io_watchdog_func()893 ohci->rh_state = OHCI_RH_HALTED; in ohci_irq()[all …]
143 uhci->rh_state = UHCI_RH_RESET; in finish_reset()359 uhci->rh_state = UHCI_RH_SUSPENDING; in suspend_rh()371 uhci->rh_state = new_state; in suspend_rh()406 uhci->rh_state = UHCI_RH_RUNNING; in start_rh()416 uhci->rh_state == UHCI_RH_AUTO_STOPPED ? in wakeup_rh()423 if (uhci->rh_state == UHCI_RH_SUSPENDED) { in wakeup_rh()428 uhci->rh_state = UHCI_RH_RESUMING; in wakeup_rh()477 if (uhci->rh_state >= UHCI_RH_RUNNING) { in uhci_irq()
201 switch (uhci->rh_state) { in uhci_hub_status_data()219 uhci->rh_state = UHCI_RH_RUNNING_NODEVS; in uhci_hub_status_data()227 uhci->rh_state = UHCI_RH_RUNNING; in uhci_hub_status_data()
136 ohci->rh_state = OHCI_RH_SUSPENDED; in ohci_rh_suspend()166 if (ohci->rh_state != OHCI_RH_RUNNING) { in ohci_rh_resume()300 ohci->rh_state = OHCI_RH_RUNNING; in ohci_rh_resume()
230 if (ehci->rh_state < EHCI_RH_RUNNING) in ehci_bus_suspend()342 if (ehci->rh_state != EHCI_RH_RUNNING) in ehci_bus_suspend()344 ehci->rh_state = EHCI_RH_SUSPENDED; in ehci_bus_suspend()420 ehci->rh_state = EHCI_RH_RUNNING; in ehci_bus_resume()
401 enum ohci_rh_state rh_state; member712 hc->rh_state = OHCI_RH_HALTED; \
989 if (likely(ohci->rh_state == OHCI_RH_RUNNING) && in finish_unlinks()1004 ohci->rh_state == OHCI_RH_RUNNING) in finish_unlinks()1090 } else if (ohci->rh_state == OHCI_RH_RUNNING) { in finish_unlinks()1105 if (ohci->rh_state == OHCI_RH_RUNNING && !ohci->ed_rm_list) { in finish_unlinks()
242 if (uhci->rh_state == UHCI_RH_RESET) in uhci_pci_resume()
122 enum max3421_rh_state rh_state; member1483 max3421_hcd->rh_state = MAX3421_RH_RUNNING; in max3421_start()1622 if (max3421_hcd->rh_state == MAX3421_RH_SUSPENDED) in max3421_hub_status_data()
403 enum uhci_rh_state rh_state; member
675 else if (ehci->rh_state < EHCI_RH_RUNNING) in start_unlink_intr()696 if (ehci->rh_state < EHCI_RH_RUNNING) in start_unlink_intr_wait()716 if (!list_empty(&qh->qtd_list) && ehci->rh_state == EHCI_RH_RUNNING) { in end_unlink_intr()2367 if (ehci->rh_state >= EHCI_RH_RUNNING) { in scan_isoc()
88 switch (ohci->rh_state) { in rh_state_string()
619 switch (fotg210->rh_state) { in rh_state_string()936 fotg210->rh_state = FOTG210_RH_HALTED; in fotg210_reset()959 if (fotg210->rh_state != FOTG210_RH_RUNNING) in fotg210_quiesce()1069 if (fotg210->rh_state != FOTG210_RH_RUNNING) in fotg210_poll_ASS()1117 if (fotg210->rh_state != FOTG210_RH_RUNNING) in fotg210_poll_PSS()1175 fotg210->rh_state = FOTG210_RH_HALTED; in fotg210_handle_controller_death()1187 bool stopped = (fotg210->rh_state < FOTG210_RH_RUNNING); in fotg210_handle_intr_unlinks()1234 if (fotg210->rh_state < FOTG210_RH_RUNNING) in end_free_itds()1252 if (fotg210->rh_state != FOTG210_RH_RUNNING) in fotg210_iaa_watchdog()1297 if (fotg210->rh_state != FOTG210_RH_RUNNING || in turn_on_io_watchdog()[all …]
94 enum fotg210_rh_state rh_state; member
244 enum dummy_rh_state rh_state; member398 dum_hcd->rh_state != DUMMY_RH_SUSPENDED) in set_link_state_by_speed()425 dum_hcd->rh_state != DUMMY_RH_SUSPENDED) in set_link_state_by_speed()865 dum_hcd->rh_state != DUMMY_RH_SUSPENDED) in dummy_wakeup()1851 else if (dum_hcd->rh_state != DUMMY_RH_RUNNING) in dummy_timer()2003 dum_hcd->rh_state == DUMMY_RH_RUNNING) { in dummy_timer()2047 if (dum_hcd->rh_state == DUMMY_RH_SUSPENDED) in dummy_hub_status()2380 dum_hcd->rh_state = DUMMY_RH_SUSPENDED; in dummy_bus_suspend()2398 dum_hcd->rh_state = DUMMY_RH_RUNNING; in dummy_bus_resume()2483 dum_hcd->rh_state = DUMMY_RH_RUNNING; in dummy_start_ss()[all …]