Home
last modified time | relevance | path

Searched refs:HC_IS_RUNNING (Results 1 – 14 of 14) sorted by relevance

/linux-2.6.39/drivers/usb/host/
Dehci-q.c156 && HC_IS_RUNNING(hcd->state)) in ehci_clear_tt_buffer_complete()
428 && HC_IS_RUNNING (ehci_to_hcd(ehci)->state))) { in qh_completions()
436 if (!HC_IS_RUNNING(ehci_to_hcd(ehci)->state)) in qh_completions()
1170 && HC_IS_RUNNING (ehci_to_hcd(ehci)->state)) in end_unlink_async()
1176 if (HC_IS_RUNNING (ehci_to_hcd(ehci)->state) in end_unlink_async()
1232 if (unlikely(!HC_IS_RUNNING(ehci_to_hcd(ehci)->state))) { in start_unlink_async()
1257 stopped = !HC_IS_RUNNING(ehci_to_hcd(ehci)->state); in scan_async()
Dehci-hcd.c308 if (!HC_IS_RUNNING (ehci_to_hcd(ehci)->state)) in ehci_quiesce()
356 && HC_IS_RUNNING(ehci_to_hcd(ehci)->state)) { in ehci_iaa_watchdog()
496 if (HC_IS_RUNNING (ehci_to_hcd(ehci)->state) && in ehci_work()
516 if (HC_IS_RUNNING (hcd->state)) in ehci_stop()
944 if (!HC_IS_RUNNING(ehci_to_hcd(ehci)->state) && ehci->reclaim) in unlink_async()
1071 if (!HC_IS_RUNNING (hcd->state)) in ehci_endpoint_disable()
Dohci-hcd.c210 if (!HC_IS_RUNNING(hcd->state)) { in ohci_urb_enqueue()
275 } else if (HC_IS_RUNNING(hcd->state)) { in ohci_urb_dequeue()
322 if (!HC_IS_RUNNING (hcd->state)) { in ohci_endpoint_disable()
873 && HC_IS_RUNNING(hcd->state)) in ohci_irq()
877 if (HC_IS_RUNNING(hcd->state)) { in ohci_irq()
Doxu210hp-hcd.c395 if (!HC_IS_RUNNING(oxu_to_hcd(oxu)->state)) in ehci_quiesce()
1061 HC_IS_RUNNING(oxu_to_hcd(oxu)->state))) { in qh_completions()
1067 if (unlikely(!HC_IS_RUNNING(oxu_to_hcd(oxu)->state))) in qh_completions()
1681 && HC_IS_RUNNING(oxu_to_hcd(oxu)->state)) in end_unlink_async()
1689 if (HC_IS_RUNNING(oxu_to_hcd(oxu)->state) in end_unlink_async()
2263 if (HC_IS_RUNNING(oxu_to_hcd(oxu)->state)) in scan_periodic()
2296 live = HC_IS_RUNNING(oxu_to_hcd(oxu)->state); in scan_periodic()
2333 if (!HC_IS_RUNNING(oxu_to_hcd(oxu)->state)) in scan_periodic()
2402 if (HC_IS_RUNNING(oxu_to_hcd(oxu)->state) && in ehci_work()
2413 && HC_IS_RUNNING(oxu_to_hcd(oxu)->state)) { in unlink_async()
[all …]
Dohci-q.c915 if (likely (HC_IS_RUNNING(ohci_to_hcd(ohci)->state))) { in finish_unlinks()
1015 if (HC_IS_RUNNING(ohci_to_hcd(ohci)->state)) in finish_unlinks()
1024 if (HC_IS_RUNNING(ohci_to_hcd(ohci)->state) in finish_unlinks()
Disp116x-hcd.c491 if (!HC_IS_RUNNING(isp116x_to_hcd(isp116x)->state)) in start_atl_transfers()
711 if (!HC_IS_RUNNING(hcd->state)) { in isp116x_urb_enqueue()
913 if (!HC_IS_RUNNING(hcd->state)) in isp116x_hub_status_data()
1178 if (!HC_IS_RUNNING(isp116x_to_hcd(isp116x)->state)) { in isp116x_show_dbg()
Dehci-sched.c676 HC_IS_RUNNING(ehci_to_hcd(ehci)->state)) { in intr_deschedule()
2277 if (HC_IS_RUNNING(ehci_to_hcd(ehci)->state)) { in scan_periodic()
2311 live = HC_IS_RUNNING (ehci_to_hcd(ehci)->state); in scan_periodic()
2432 if (incomplete && HC_IS_RUNNING(ehci_to_hcd(ehci)->state)) { in scan_periodic()
2448 if (!HC_IS_RUNNING (ehci_to_hcd(ehci)->state) in scan_periodic()
Dehci-hub.c238 if (HC_IS_RUNNING(hcd->state)) { in ehci_bus_suspend()
641 if (!HC_IS_RUNNING(hcd->state)) in ehci_hub_status_data()
Dsl811-hcd.c826 || !HC_IS_RUNNING(hcd->state)) { in sl811h_urb_enqueue()
Disp1362-hcd.c1265 !HC_IS_RUNNING(hcd->state)) { in isp1362_urb_enqueue()
1505 if (!HC_IS_RUNNING(hcd->state)) in isp1362_hub_status_data()
Disp1760-hcd.c1702 if (!HC_IS_RUNNING(hcd->state)) in isp1760_hub_status_data()
/linux-2.6.39/include/linux/usb/
Dhcd.h168 #define HC_IS_RUNNING(state) ((state) & __ACTIVE) macro
/linux-2.6.39/drivers/usb/core/
Dhcd.c2470 if (HC_IS_RUNNING(hcd->state)) in usb_add_hcd()
2523 if (HC_IS_RUNNING (hcd->state)) in usb_remove_hcd()
/linux-2.6.39/drivers/usb/c67x00/
Dc67x00-sched.c378 if (!HC_IS_RUNNING(hcd->state)) { in c67x00_urb_enqueue()