Lines Matching refs:ehci_qh
592 static void oxu_qh_free(struct oxu_hcd *oxu, struct ehci_qh *qh) in oxu_qh_free()
606 struct ehci_qh *qh = container_of(kref, struct ehci_qh, kref); in qh_destroy()
619 static struct ehci_qh *oxu_qh_alloc(struct oxu_hcd *oxu) in oxu_qh_alloc()
622 struct ehci_qh *qh = NULL; in oxu_qh_alloc()
631 qh = (struct ehci_qh *) &oxu->mem->qh_pool[i]; in oxu_qh_alloc()
657 static inline struct ehci_qh *qh_get(struct ehci_qh *qh) in qh_get()
663 static inline void qh_put(struct ehci_qh *qh) in qh_put()
807 struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
840 static void qh_refresh(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_refresh()
915 struct ehci_qh *qh = (struct ehci_qh *) urb->hcpriv; in ehci_urb_done()
956 static void start_unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh);
957 static void unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh);
959 static void intr_deschedule(struct oxu_hcd *oxu, struct ehci_qh *qh);
960 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh);
968 static unsigned qh_completions(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_completions()
1341 static struct ehci_qh *qh_make(struct oxu_hcd *oxu, in qh_make()
1344 struct ehci_qh *qh = oxu_qh_alloc(oxu); in qh_make()
1477 static void qh_link_async(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_link_async()
1480 struct ehci_qh *head; in qh_link_async()
1523 static struct ehci_qh *qh_append_tds(struct oxu_hcd *oxu, in qh_append_tds()
1527 struct ehci_qh *qh = NULL; in qh_append_tds()
1529 qh = (struct ehci_qh *) *ptr; in qh_append_tds()
1604 struct ehci_qh *qh = NULL; in submit_async()
1646 struct ehci_qh *qh = oxu->reclaim; in end_unlink_async()
1647 struct ehci_qh *next; in end_unlink_async()
1686 static void start_unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh) in start_unlink_async()
1689 struct ehci_qh *prev; in start_unlink_async()
1739 struct ehci_qh *qh; in scan_async()
1913 static int qh_link_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_link_periodic()
1978 static void qh_unlink_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_unlink_periodic()
2021 static void intr_deschedule(struct oxu_hcd *oxu, struct ehci_qh *qh) in intr_deschedule()
2088 const struct ehci_qh *qh, __le32 *c_maskp) in check_intr_schedule()
2110 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_schedule()
2178 struct ehci_qh *qh; in intr_submit()
2390 static void unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh) in unlink_async()
2396 struct ehci_qh *last; in unlink_async()
2926 struct ehci_qh *qh; in oxu_urb_dequeue()
2934 qh = (struct ehci_qh *) urb->hcpriv; in oxu_urb_dequeue()
2941 qh = (struct ehci_qh *) urb->hcpriv; in oxu_urb_dequeue()
2988 struct ehci_qh *qh, *tmp; in oxu_endpoint_disable()