HomeSort by: relevance | last modified time | path
    Searched defs:qh_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdintr.c 134 struct list_head *qh_entry; local in function:dwc2_sof_intr
150 qh_entry = hsotg->periodic_sched_inactive.next;
151 while (qh_entry != &hsotg->periodic_sched_inactive) {
152 qh = list_entry(qh_entry, struct dwc2_qh, qh_list_entry);
153 qh_entry = qh_entry->next;
dwc2_hcdintr.c 134 struct list_head *qh_entry; local in function:dwc2_sof_intr
150 qh_entry = hsotg->periodic_sched_inactive.next;
151 while (qh_entry != &hsotg->periodic_sched_inactive) {
152 qh = list_entry(qh_entry, struct dwc2_qh, qh_list_entry);
153 qh_entry = qh_entry->next;

Completed in 29 milliseconds