• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/

Lines Matching refs:ehci_qh

594 static void oxu_qh_free(struct oxu_hcd *oxu, struct ehci_qh *qh)
610 struct ehci_qh *qh = container_of(kref, struct ehci_qh, kref);
623 static struct ehci_qh *oxu_qh_alloc(struct oxu_hcd *oxu)
626 struct ehci_qh *qh = NULL;
635 qh = (struct ehci_qh *) &oxu->mem->qh_pool[i];
661 static inline struct ehci_qh *qh_get(struct ehci_qh *qh)
667 static inline void qh_put(struct ehci_qh *qh)
813 struct ehci_qh *qh, struct ehci_qtd *qtd)
846 static void qh_refresh(struct oxu_hcd *oxu, struct ehci_qh *qh)
920 struct ehci_qh *qh = (struct ehci_qh *) urb->hcpriv;
961 static void start_unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh);
962 static void unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh);
964 static void intr_deschedule(struct oxu_hcd *oxu, struct ehci_qh *qh);
965 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh);
973 static unsigned qh_completions(struct oxu_hcd *oxu, struct ehci_qh *qh)
1351 static struct ehci_qh *qh_make(struct oxu_hcd *oxu,
1354 struct ehci_qh *qh = oxu_qh_alloc(oxu);
1486 static void qh_link_async(struct oxu_hcd *oxu, struct ehci_qh *qh)
1489 struct ehci_qh *head;
1532 static struct ehci_qh *qh_append_tds(struct oxu_hcd *oxu,
1536 struct ehci_qh *qh = NULL;
1538 qh = (struct ehci_qh *) *ptr;
1613 struct ehci_qh *qh = NULL;
1655 struct ehci_qh *qh = oxu->reclaim;
1656 struct ehci_qh *next;
1695 static void start_unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh)
1698 struct ehci_qh *prev;
1749 struct ehci_qh *qh;
1921 static int qh_link_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh)
1986 static void qh_unlink_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh)
2022 static void intr_deschedule(struct oxu_hcd *oxu, struct ehci_qh *qh)
2089 const struct ehci_qh *qh, __le32 *c_maskp)
2111 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh)
2179 struct ehci_qh *qh;
2386 static void unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh)
2392 struct ehci_qh *last;
2926 struct ehci_qh *qh;
2934 qh = (struct ehci_qh *) urb->hcpriv;
2941 qh = (struct ehci_qh *) urb->hcpriv;
2984 struct ehci_qh *qh, *tmp;