Home
last modified time | relevance | path

Searched refs:ehci_qh (Results 1 – 9 of 9) sorted by relevance

/drivers/usb/host/
Dehci-q.c92 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
126 qh_refresh (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_refresh()
147 static void qh_link_async(struct ehci_hcd *ehci, struct ehci_qh *qh);
153 struct ehci_qh *qh = ep->hcpriv; in ehci_clear_tt_buffer_complete()
164 static void ehci_clear_tt_buffer(struct ehci_hcd *ehci, struct ehci_qh *qh, in ehci_clear_tt_buffer()
290 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh);
298 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_completions()
768 static struct ehci_qh *
774 struct ehci_qh *qh = ehci_qh_alloc (ehci, flags); in qh_make()
987 static void qh_link_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_async()
[all …]
Doxu210hp.h263 struct ehci_qh *qh; /* Q_TYPE_QH */
276 struct ehci_qh { struct
301 struct ehci_qh *reclaim; /* next to reclaim */ argument
360 struct ehci_qh qh_pool[QHEAD_NUM];
392 struct ehci_qh *async;
393 struct ehci_qh *reclaim;
Doxu210hp-hcd.c606 static void oxu_qh_free(struct oxu_hcd *oxu, struct ehci_qh *qh) in oxu_qh_free()
620 struct ehci_qh *qh = container_of(kref, struct ehci_qh, kref); in qh_destroy()
633 static struct ehci_qh *oxu_qh_alloc(struct oxu_hcd *oxu) in oxu_qh_alloc()
636 struct ehci_qh *qh = NULL; in oxu_qh_alloc()
645 qh = (struct ehci_qh *) &oxu->mem->qh_pool[i]; in oxu_qh_alloc()
671 static inline struct ehci_qh *qh_get(struct ehci_qh *qh) in qh_get()
677 static inline void qh_put(struct ehci_qh *qh) in qh_put()
821 struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
854 static void qh_refresh(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_refresh()
929 struct ehci_qh *qh = (struct ehci_qh *) urb->hcpriv; in ehci_urb_done()
[all …]
Dehci-timer.c232 struct ehci_qh *qh; in ehci_handle_start_intr_unlinks()
235 struct ehci_qh, unlink_node); in ehci_handle_start_intr_unlinks()
264 struct ehci_qh *qh; in ehci_handle_intr_unlinks()
266 qh = list_first_entry(&ehci->intr_unlink, struct ehci_qh, in ehci_handle_intr_unlinks()
Dehci-mem.c67 static void qh_destroy(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_destroy()
80 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qh_alloc()
82 struct ehci_qh *qh; in ehci_qh_alloc()
Dehci.h150 struct ehci_qh *qh_scan_next;
153 struct ehci_qh *async;
154 struct ehci_qh *dummy; /* For AMD quirk use */
367 struct ehci_qh *qh; /* Q_TYPE_QH */
412 struct ehci_qh { struct
Dehci-hcd.c314 static void start_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh);
315 static void end_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh);
908 struct ehci_qh *qh; in ehci_urb_dequeue()
924 qh = (struct ehci_qh *) urb->hcpriv; in ehci_urb_dequeue()
960 struct ehci_qh *qh; in ehci_endpoint_disable()
1030 struct ehci_qh *qh; in ehci_endpoint_reset()
1328 sizeof(struct ehci_qh), sizeof(struct ehci_qtd), in ehci_hcd_init()
Dehci-sched.c219 struct ehci_qh *qh, int sign) in reserve_release_intr_bandwidth()
545 static void qh_link_periodic(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_periodic()
612 static void qh_unlink_periodic(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_unlink_periodic()
655 struct ehci_qh, intr_node); in qh_unlink_periodic()
659 static void cancel_unlink_wait_intr(struct ehci_hcd *ehci, struct ehci_qh *qh) in cancel_unlink_wait_intr()
673 static void start_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh) in start_unlink_intr()
713 struct ehci_qh *qh) in start_unlink_intr_wait()
728 static void end_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh) in end_unlink_intr()
796 struct ehci_qh *qh, in check_intr_schedule()
860 static int qh_schedule(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_schedule()
[all …]
Dehci-dbg.c123 dbg_qh (const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh()
285 dbg_qh (char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh()
408 struct ehci_qh *qh, in qh_lines()
504 struct ehci_qh *qh; in fill_async_buffer()
914 struct ehci_qh, unlink_node)); in fill_registers_buffer()