Searched refs:ehci_qh (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/usb/host/ |
D | ehci-mem.c | 89 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci, int flags) in ehci_qh_alloc() 91 struct ehci_qh *qh; in ehci_qh_alloc() 94 qh = (struct ehci_qh *) in ehci_qh_alloc() 116 static inline struct ehci_qh *qh_get (/* ehci, */ struct ehci_qh *qh) in qh_get() 122 static void qh_put (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_put() 197 sizeof (struct ehci_qh), in ehci_mem_init()
|
D | ehci-q.c | 87 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update() 100 qh_refresh (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_refresh() 205 struct ehci_qh *qh = (struct ehci_qh *) urb->hcpriv; in ehci_urb_done() 280 static void start_unlink_async (struct ehci_hcd *ehci, struct ehci_qh *qh); 281 static void unlink_async (struct ehci_hcd *ehci, struct ehci_qh *qh); 290 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh, struct pt_regs *regs) in qh_completions() 616 clear_toggle (struct usb_device *udev, int ep, int is_out, struct ehci_qh *qh) in clear_toggle() 639 static struct ehci_qh * 645 struct ehci_qh *qh = ehci_qh_alloc (ehci, flags); in qh_make() 771 static void qh_link_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_async() [all …]
|
D | ehci.h | 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 */ argument
|
D | ehci-hcd.c | 799 static void unlink_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in unlink_async() 805 struct ehci_qh *last; in unlink_async() 830 struct ehci_qh *qh; in ehci_urb_dequeue() 838 qh = (struct ehci_qh *) urb->hcpriv; in ehci_urb_dequeue() 845 qh = (struct ehci_qh *) urb->hcpriv; in ehci_urb_dequeue() 905 struct ehci_qh *qh; in ehci_free_config() 912 qh = (struct ehci_qh *) dev->ep [i]; in ehci_free_config() 1066 sizeof (struct ehci_qh), sizeof (struct ehci_qtd), in init()
|
D | ehci-dbg.c | 145 dbg_qh (const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh() 271 dbg_qh (char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh() 345 struct ehci_qh *qh, in qh_lines() 443 struct ehci_qh *qh; in show_async()
|
D | ehci-sched.c | 226 struct ehci_qh *qh, in intr_deschedule() 324 const struct ehci_qh *qh, in check_intr_schedule() 365 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_schedule() 451 struct ehci_qh *qh; in intr_submit()
|