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

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdqueue.c 99 INIT_LIST_HEAD(&qh->qh_list_entry);
560 list_add_tail(&qh->qh_list_entry, &hsotg->periodic_sched_ready);
563 list_add_tail(&qh->qh_list_entry,
588 list_del_init(&qh->qh_list_entry);
642 list_move(&qh->qh_list_entry,
671 if (!list_empty(&qh->qh_list_entry))
686 list_add_tail(&qh->qh_list_entry,
694 list_add_tail(&qh->qh_list_entry,
729 if (list_empty(&qh->qh_list_entry))
734 if (hsotg->non_periodic_qh_ptr == &qh->qh_list_entry)
    [all...]
dwc2_hcd.c 118 qh_list_entry)
122 qh_list_entry)
126 qh_list_entry)
149 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) {
174 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) {
928 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
937 list_move(&qh->qh_list_entry, &hsotg->periodic_sched_assigned);
955 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
986 list_move(&qh->qh_list_entry,
1117 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
    [all...]
dwc2_hcd.h 260 * @qh_list_entry: Entry for QH in either the periodic or non-periodic
302 struct list_head qh_list_entry; member in struct:dwc2_qh
647 if (qh && !list_empty(&qh->qh_list_entry))
dwc2_hcdintr.c 152 qh = list_entry(qh_entry, struct dwc2_qh, qh_list_entry);
159 list_move(&qh->qh_list_entry,
877 list_move(&chan->qh->qh_list_entry,
dwc2_hcdddma.c 1322 list_move(&qh->qh_list_entry,

Completed in 16 milliseconds