Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Doxu210hp-hcd.c270 struct ehci_qh *qh; /* Q_TYPE_QH */
283 struct ehci_qh { struct
308 struct ehci_qh *reclaim; /* next to reclaim */ argument
367 struct ehci_qh qh_pool[QHEAD_NUM];
399 struct ehci_qh *async;
400 struct ehci_qh *reclaim;
1006 static void oxu_qh_free(struct oxu_hcd *oxu, struct ehci_qh *qh) in oxu_qh_free()
1020 struct ehci_qh *qh = container_of(kref, struct ehci_qh, kref); in qh_destroy()
1033 static struct ehci_qh *oxu_qh_alloc(struct oxu_hcd *oxu) in oxu_qh_alloc()
1036 struct ehci_qh *qh = NULL; in oxu_qh_alloc()
[all …]
H A Dehci-timer.c223 struct ehci_qh *qh; in ehci_handle_start_intr_unlinks()
226 struct ehci_qh, unlink_node); in ehci_handle_start_intr_unlinks()
256 struct ehci_qh *qh; in ehci_handle_intr_unlinks()
258 qh = list_first_entry(&ehci->intr_unlink, struct ehci_qh, in ehci_handle_intr_unlinks()
H A Dehci-mem.c54 static void qh_destroy(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_destroy()
67 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qh_alloc()
69 struct ehci_qh *qh; in ehci_qh_alloc()
H A Dehci-sched.c207 struct ehci_qh *qh, int sign) in reserve_release_intr_bandwidth()
521 static void qh_link_periodic(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_periodic()
588 static void qh_unlink_periodic(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_unlink_periodic()
631 struct ehci_qh, intr_node); in qh_unlink_periodic()
635 static void cancel_unlink_wait_intr(struct ehci_hcd *ehci, struct ehci_qh *qh) in cancel_unlink_wait_intr()
649 static void start_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh) in start_unlink_intr()
689 struct ehci_qh *qh) in start_unlink_intr_wait()
704 static void end_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh) in end_unlink_intr()
772 struct ehci_qh *qh, in check_intr_schedule()
836 static int qh_schedule(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_schedule()
[all …]