Home
last modified time | relevance | path

Searched refs:dwc2_qh_list_free (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_hcd.c1655 STATIC void dwc2_qh_list_free(struct dwc2_hsotg *hsotg, in dwc2_qh_list_free() function
5193 dwc2_qh_list_free(hsotg, &hsotg->non_periodic_sched_inactive); in dwc2_hcd_free()
5194 dwc2_qh_list_free(hsotg, &hsotg->non_periodic_sched_waiting); in dwc2_hcd_free()
5195 dwc2_qh_list_free(hsotg, &hsotg->non_periodic_sched_active); in dwc2_hcd_free()
5196 dwc2_qh_list_free(hsotg, &hsotg->periodic_sched_inactive); in dwc2_hcd_free()
5197 dwc2_qh_list_free(hsotg, &hsotg->periodic_sched_ready); in dwc2_hcd_free()
5198 dwc2_qh_list_free(hsotg, &hsotg->periodic_sched_assigned); in dwc2_hcd_free()
5199 dwc2_qh_list_free(hsotg, &hsotg->periodic_sched_queued); in dwc2_hcd_free()