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

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcd.c 910 struct list_head *qh_ptr; local in function:dwc2_hcd_select_transactions
919 qh_ptr = hsotg->periodic_sched_ready.next;
920 while (qh_ptr != &hsotg->periodic_sched_ready) {
928 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
936 qh_ptr = qh_ptr->next;
947 qh_ptr = hsotg->non_periodic_sched_inactive.next;
948 while (qh_ptr != &hsotg->non_periodic_sched_inactive) {
955 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
966 qh_ptr = qh_ptr->next
1081 struct list_head *qh_ptr; local in function:dwc2_process_periodic_channels
    [all...]
dwc2_hcd.c 910 struct list_head *qh_ptr; local in function:dwc2_hcd_select_transactions
919 qh_ptr = hsotg->periodic_sched_ready.next;
920 while (qh_ptr != &hsotg->periodic_sched_ready) {
928 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
936 qh_ptr = qh_ptr->next;
947 qh_ptr = hsotg->non_periodic_sched_inactive.next;
948 while (qh_ptr != &hsotg->non_periodic_sched_inactive) {
955 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
966 qh_ptr = qh_ptr->next
1081 struct list_head *qh_ptr; local in function:dwc2_process_periodic_channels
    [all...]
dwc2_hcd.c 910 struct list_head *qh_ptr; local in function:dwc2_hcd_select_transactions
919 qh_ptr = hsotg->periodic_sched_ready.next;
920 while (qh_ptr != &hsotg->periodic_sched_ready) {
928 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
936 qh_ptr = qh_ptr->next;
947 qh_ptr = hsotg->non_periodic_sched_inactive.next;
948 while (qh_ptr != &hsotg->non_periodic_sched_inactive) {
955 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
966 qh_ptr = qh_ptr->next
1081 struct list_head *qh_ptr; local in function:dwc2_process_periodic_channels
    [all...]

Completed in 34 milliseconds