Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd_intr.c142 struct list_head *qh_entry; in dwc2_sof_intr() local
158 qh_entry = hsotg->periodic_sched_inactive.next; in dwc2_sof_intr()
159 while (qh_entry != &hsotg->periodic_sched_inactive) { in dwc2_sof_intr()
160 qh = list_entry(qh_entry, struct dwc2_qh, qh_list_entry); in dwc2_sof_intr()
161 qh_entry = qh_entry->next; in dwc2_sof_intr()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd_intr.c112 struct list_head *qh_entry; in dwc2_sof_intr() local
128 qh_entry = hsotg->periodic_sched_inactive.next; in dwc2_sof_intr()
129 while (qh_entry != &hsotg->periodic_sched_inactive) { in dwc2_sof_intr()
130 qh = list_entry(qh_entry, struct dwc2_qh, qh_list_entry); in dwc2_sof_intr()
131 qh_entry = qh_entry->next; in dwc2_sof_intr()

Completed in 6 milliseconds