HomeSort by: relevance | last modified time | path
    Searched refs:non_periodic_qh_ptr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcd.c 556 hsotg->non_periodic_qh_ptr = &hsotg->non_periodic_sched_active;
1248 if (hsotg->non_periodic_qh_ptr == &hsotg->non_periodic_sched_active)
1249 hsotg->non_periodic_qh_ptr = hsotg->non_periodic_qh_ptr->next;
1250 orig_qh_ptr = hsotg->non_periodic_qh_ptr;
1265 qh = list_entry(hsotg->non_periodic_qh_ptr, struct dwc2_qh,
1286 hsotg->non_periodic_qh_ptr = hsotg->non_periodic_qh_ptr->next;
1287 if (hsotg->non_periodic_qh_ptr ==
1289 hsotg->non_periodic_qh_ptr
    [all...]
dwc2_hcdqueue.c 734 if (hsotg->non_periodic_qh_ptr == &qh->qh_list_entry)
735 hsotg->non_periodic_qh_ptr =
736 hsotg->non_periodic_qh_ptr->next;
dwc2_core.h 606 * @non_periodic_qh_ptr: Pointer to next QH to process in the active
761 struct list_head *non_periodic_qh_ptr; member in struct:dwc2_hsotg

Completed in 35 milliseconds