Searched refs:ehci_qh (Results 1 – 6 of 6) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ehci-q.c | 161 struct ehci_qh *qh = ep->hcpriv; in ehci_clear_tt_buffer_complete() 847 static struct ehci_qh * 1111 struct ehci_qh *head; in qh_link_async() 1154 struct ehci_qh *qh = NULL; in qh_append_tds() 1157 qh = (struct ehci_qh *) *ptr; in qh_append_tds() 1235 struct ehci_qh *qh = NULL; in submit_async() 1273 struct ehci_qh *prev; in single_unlink_async() 1328 struct ehci_qh *qh; in end_unlink_async() 1440 struct ehci_qh *qh; in unlink_empty_async() 1474 struct ehci_qh *qh; in unlink_empty_async_suspended() [all …]
|
| A D | ehci-mem.c | 70 static void qh_destroy(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_destroy() 83 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci) in ehci_qh_alloc() 85 struct ehci_qh *qh; in ehci_qh_alloc()
|
| A D | ehci-timer.c | 267 struct ehci_qh *qh; in ehci_handle_start_intr_unlinks() 270 struct ehci_qh, unlink_node); in ehci_handle_start_intr_unlinks() 300 struct ehci_qh *qh; in ehci_handle_intr_unlinks() 302 qh = list_first_entry(&ehci->intr_unlink, struct ehci_qh, in ehci_handle_intr_unlinks()
|
| A D | ehci.h | 145 struct ehci_qh *qh_scan_next; 148 struct ehci_qh *async; 149 struct ehci_qh *dummy; /* For AMD quirk use */ 371 struct ehci_qh *qh; /* Q_TYPE_QH */ 416 struct ehci_qh { struct
|
| A D | ehci-hcd.c | 288 static void start_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh); 289 static void end_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh); 938 struct ehci_qh *qh; in ehci_urb_dequeue() 954 qh = (struct ehci_qh *) urb->hcpriv; in ehci_urb_dequeue() 991 struct ehci_qh *qh; in ehci_endpoint_disable() 1065 struct ehci_qh *qh; in ehci_endpoint_reset()
|
| A D | ehci-sched.c | 218 struct ehci_qh *qh, int sign) in reserve_release_intr_bandwidth() 544 static void qh_link_periodic(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_periodic() 610 static void qh_unlink_periodic(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_unlink_periodic() 652 struct ehci_qh, intr_node); in qh_unlink_periodic() 670 static void start_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh) in start_unlink_intr() 710 struct ehci_qh *qh) in start_unlink_intr_wait() 725 static void end_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh) in end_unlink_intr() 793 struct ehci_qh *qh, in check_intr_schedule() 857 static int qh_schedule(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_schedule() 933 struct ehci_qh *qh; in intr_submit() [all …]
|
Completed in 22 milliseconds