Searched refs:uhci_qh (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-q.c48 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 *q
[all...]
H A Duhci-hcd.h131 struct uhci_qh { struct
171 static inline __le32 qh_element(struct uhci_qh *qh) {
347 struct uhci_qh *skelqh[UHCI_NUM_SKELQH]; /* Skeleton QHs */
348 struct uhci_qh *next_qh; /* Next QH to scan */
418 struct uhci_qh *qh; /* QH for this URB */
H A Duhci-debug.c151 struct uhci_qh *qh, char *buf, int len, int space)
347 struct uhci_qh *qh;
456 qh = list_entry(tmp, struct uhci_qh, node);
576 struct uhci_qh *qh, char *buf, int len, int space)
H A Duhci-hcd.c646 uhci->qh_pool = dma_pool_create("uhci_qh", uhci_dev(uhci),
647 sizeof(struct uhci_qh), 16, 0);
879 struct uhci_qh *qh;
882 qh = (struct uhci_qh *) hep->hcpriv;

Completed in 57 milliseconds