Searched refs:ehci_qh (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-mem.c67 static void qh_destroy(struct ehci_qh *qh)
82 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci, gfp_t flags)
84 struct ehci_qh *qh;
117 static inline struct ehci_qh *qh_get (struct ehci_qh *qh)
124 static inline void qh_put (struct ehci_qh *qh)
189 ehci->qh_pool = dma_pool_create ("ehci_qh",
H A Dehci-q.c88 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd)
124 qh_refresh (struct ehci_hcd *ehci, struct ehci_qh *qh)
144 static void qh_link_async(struct ehci_hcd *ehci, struct ehci_qh *qh);
150 struct ehci_qh *qh = ep->hcpriv;
161 static void ehci_clear_tt_buffer(struct ehci_hcd *ehci, struct ehci_qh *qh,
261 struct ehci_qh *qh = (struct ehci_qh *) urb->hcpriv;
298 static void start_unlink_async (struct ehci_hcd *ehci, struct ehci_qh *qh);
299 static void unlink_async (struct ehci_hcd *ehci, struct ehci_qh *qh);
301 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *q
[all...]
H A Doxu210hp.h263 struct ehci_qh *qh; /* Q_TYPE_QH */
276 struct ehci_qh { struct
301 struct ehci_qh *reclaim; /* next to reclaim */
360 struct ehci_qh qh_pool[QHEAD_NUM];
392 struct ehci_qh *async;
393 struct ehci_qh *reclaim;
H A Dehci.h56 * ehci_qh: qh_next, qtd_list
75 struct ehci_qh *async;
76 struct ehci_qh *reclaim;
288 struct ehci_qh *qh; /* Q_TYPE_QH */
327 struct ehci_qh { struct
334 struct ehci_qh *reclaim; /* next to reclaim */
H A Doxu210hp-hcd.c594 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 *q
[all...]
H A Dehci-hcd.c929 static void unlink_async (struct ehci_hcd *ehci, struct ehci_qh *qh)
947 struct ehci_qh *last;
968 struct ehci_qh *qh;
981 qh = (struct ehci_qh *) urb->hcpriv;
1001 qh = (struct ehci_qh *) urb->hcpriv;
1040 struct ehci_qh *qh, *tmp;
1107 struct ehci_qh *qh;
1244 sizeof(struct ehci_qh), sizeof(struct ehci_qtd),
H A Dehci-dbg.c139 dbg_qh (const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh)
301 dbg_qh (char *label, struct ehci_hcd *ehci, struct ehci_qh *qh)
427 struct ehci_qh *qh,
523 struct ehci_qh *qh;
H A Dehci-sched.c526 static int qh_link_periodic (struct ehci_hcd *ehci, struct ehci_qh *qh)
590 static int qh_unlink_periodic(struct ehci_hcd *ehci, struct ehci_qh *qh)
628 static void intr_deschedule (struct ehci_hcd *ehci, struct ehci_qh *qh)
728 const struct ehci_qh *qh,
792 static int qh_schedule(struct ehci_hcd *ehci, struct ehci_qh *qh)
866 struct ehci_qh *qh;

Completed in 126 milliseconds