Searched refs:qh_entry (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
H A Dhcd_intr.c121 struct list_head *qh_entry; dwc2_sof_intr() local
134 qh_entry = hsotg->periodic_sched_inactive.next; dwc2_sof_intr()
135 while (qh_entry != &hsotg->periodic_sched_inactive) { dwc2_sof_intr()
136 qh = list_entry(qh_entry, struct dwc2_qh, qh_list_entry); dwc2_sof_intr()
137 qh_entry = qh_entry->next; dwc2_sof_intr()

Completed in 59 milliseconds