• 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:uhci_qh

48 	struct uhci_qh *lqh;
55 struct uhci_qh, node);
61 struct uhci_qh *lqh;
67 struct uhci_qh, node);
243 static struct uhci_qh *uhci_alloc_qh(struct uhci_hcd *uhci,
247 struct uhci_qh *qh;
291 static void uhci_free_qh(struct uhci_hcd *uhci, struct uhci_qh *qh)
313 static int uhci_cleanup_queue(struct uhci_hcd *uhci, struct uhci_qh *qh,
371 static void uhci_fixup_toggles(struct uhci_qh *qh, int skip_first)
422 static inline void link_iso(struct uhci_hcd *uhci, struct uhci_qh *qh)
433 static void link_interrupt(struct uhci_hcd *uhci, struct uhci_qh *qh)
435 struct uhci_qh *pqh;
439 pqh = list_entry(qh->node.prev, struct uhci_qh, node);
449 static void link_async(struct uhci_hcd *uhci, struct uhci_qh *qh)
451 struct uhci_qh *pqh;
478 static void uhci_activate_qh(struct uhci_hcd *uhci, struct uhci_qh *qh)
504 uhci->next_qh = list_entry(qh->node.next, struct uhci_qh,
519 static void unlink_interrupt(struct uhci_hcd *uhci, struct uhci_qh *qh)
521 struct uhci_qh *pqh;
523 pqh = list_entry(qh->node.prev, struct uhci_qh, node);
531 static void unlink_async(struct uhci_hcd *uhci, struct uhci_qh *qh)
533 struct uhci_qh *pqh;
536 pqh = list_entry(qh->node.prev, struct uhci_qh, node);
549 static void uhci_unlink_qh(struct uhci_hcd *uhci, struct uhci_qh *qh)
573 uhci->next_qh = list_entry(qh->node.next, struct uhci_qh,
584 static void uhci_make_qh_idle(struct uhci_hcd *uhci, struct uhci_qh *qh)
589 uhci->next_qh = list_entry(qh->node.next, struct uhci_qh,
621 static int uhci_check_bandwidth(struct uhci_hcd *uhci, struct uhci_qh *qh)
657 static void uhci_reserve_bandwidth(struct uhci_hcd *uhci, struct uhci_qh *qh)
690 static void uhci_release_bandwidth(struct uhci_hcd *uhci, struct uhci_qh *qh)
788 struct uhci_qh *qh)
914 struct uhci_qh *qh)
1030 struct uhci_qh *qh)
1047 struct uhci_qh *qh)
1096 struct uhci_qh *qh, struct urb_priv *urbp)
1145 struct uhci_qh *qh = urbp->qh;
1227 struct uhci_qh *qh)
1342 struct uhci_qh *qh = urbp->qh;
1384 struct uhci_qh *qh;
1454 struct uhci_qh *qh;
1485 static void uhci_giveback_urb(struct uhci_hcd *uhci, struct uhci_qh *qh,
1544 static void uhci_scan_qh(struct uhci_hcd *uhci, struct uhci_qh *qh)
1637 static int uhci_advance_check(struct uhci_hcd *uhci, struct uhci_qh *qh)
1711 struct uhci_qh *qh;
1730 struct uhci_qh, node);
1733 struct uhci_qh, node);