Lines Matching refs:async
726 if (oxu->async) in ehci_mem_cleanup()
727 qh_put(oxu->async); in ehci_mem_cleanup()
728 oxu->async = NULL; in ehci_mem_cleanup()
759 oxu->async = oxu_qh_alloc(oxu); in ehci_mem_init()
760 if (!oxu->async) in ehci_mem_init()
1284 qtd->hw_alt_next = oxu->async->hw_alt_next; in qh_urb_transaction()
1502 head = oxu->async; in qh_link_async()
1692 && oxu->async->qh_next.qh == NULL) in end_unlink_async()
1718 if (unlikely(qh == oxu->async)) { in start_unlink_async()
1734 prev = oxu->async; in start_unlink_async()
1766 qh = oxu->async->qh_next.qh; in scan_async()
2407 (oxu->async->qh_next.ptr != NULL || in ehci_work()
2583 start_unlink_async(oxu, oxu->async); in oxu_watchdog()
2631 oxu->async->qh_next.qh = NULL; in oxu_hcd_init()
2632 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init()
2633 oxu->async->hw_info1 = cpu_to_le32(QH_HEAD); in oxu_hcd_init()
2634 oxu->async->hw_token = cpu_to_le32(QTD_STS_HALT); in oxu_hcd_init()
2635 oxu->async->hw_qtd_next = EHCI_LIST_END; in oxu_hcd_init()
2636 oxu->async->qh_state = QH_STATE_LINKED; in oxu_hcd_init()
2637 oxu->async->hw_alt_next = QTD_NEXT(oxu->async->dummy->qtd_dma); in oxu_hcd_init()
2721 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_run()
2788 if (oxu->async) in oxu_stop()
3038 for (tmp = oxu->async->qh_next.qh; in oxu_endpoint_disable()
3551 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_bus_resume()
3586 if (oxu->async->qh_next.qh) in oxu_bus_resume()