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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-mem.c89 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci, int flags)
91 struct ehci_qh *qh;
94 qh = (struct ehci_qh *)
116 static inline struct ehci_qh *qh_get (/* ehci, */ struct ehci_qh *qh)
122 static void qh_put (struct ehci_hcd *ehci, struct ehci_qh *qh)
196 ehci->qh_pool = pci_pool_create ("ehci_qh", ehci->hcd.pdev,
197 sizeof (struct ehci_qh),
H A Dehci-q.c89 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd)
189 struct ehci_qh *qh = (struct ehci_qh *) urb->hcpriv;
272 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh, struct pt_regs *regs)
599 clear_toggle (struct usb_device *udev, int ep, int is_out, struct ehci_qh *qh)
622 static struct ehci_qh *
628 struct ehci_qh *qh = ehci_qh_alloc (ehci, flags);
754 static void qh_link_async (struct ehci_hcd *ehci, struct ehci_qh *qh)
757 struct ehci_qh *head;
806 static struct ehci_qh *qh_append_td
[all...]
H A Dehci.h40 * ehci_qh: qh_next, qtd_list
53 struct ehci_qh *async;
54 struct ehci_qh *reclaim;
327 struct ehci_qh *qh; /* Q_TYPE_QH */
345 struct ehci_qh { struct
365 struct ehci_qh *reclaim; /* next to reclaim */
H A Dehci-hcd.c875 struct ehci_qh *qh;
883 qh = (struct ehci_qh *) urb->hcpriv;
892 struct ehci_qh *last;
911 qh = (struct ehci_qh *) urb->hcpriv;
971 struct ehci_qh *qh;
978 qh = (struct ehci_qh *) dev->ep [i];
1132 sizeof (struct ehci_qh), sizeof (struct ehci_qtd),
H A Dehci-dbg.c145 dbg_qh (const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh)
271 dbg_qh (char *label, struct ehci_hcd *ehci, struct ehci_qh *qh)
345 struct ehci_qh *qh,
443 struct ehci_qh *qh;
H A Dehci-sched.c226 struct ehci_qh *qh,
324 const struct ehci_qh *qh,
365 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh)
451 struct ehci_qh *qh;

Completed in 98 milliseconds