Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-q.c161 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 Dehci-mem.c70 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 Dehci-timer.c267 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 Dehci.h145 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 Dehci-hcd.c288 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 Dehci-sched.c218 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