Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcd.c268 list_add_tail(&channel->hc_list_entry, &hsotg->free_hc_list); in dwc2_hcd_cleanup_channels()
570 list_for_each_entry_safe(chan, chan_tmp, &hsotg->free_hc_list, in dwc2_hcd_reinit()
577 list_add_tail(&chan->hc_list_entry, &hsotg->free_hc_list); in dwc2_hcd_reinit()
793 if (list_empty(&hsotg->free_hc_list)) { in dwc2_assign_and_init_hc()
798 chan = list_first_entry(&hsotg->free_hc_list, struct dwc2_host_chan, in dwc2_assign_and_init_hc()
868 &hsotg->free_hc_list); in dwc2_assign_and_init_hc()
921 if (list_empty(&hsotg->free_hc_list)) in dwc2_hcd_select_transactions()
953 if (list_empty(&hsotg->free_hc_list)) in dwc2_hcd_select_transactions()
2364 INIT_LIST_HEAD(&hsotg->free_hc_list); in dwc2_hcd_init()
H A Ddwc2_core.h782 struct list_head free_hc_list; member
H A Ddwc2_hcdddma.c318 list_add_tail(&chan->hc_list_entry, &hsotg->free_hc_list); in dwc2_release_channel_ddma()
H A Ddwc2_hcdintr.c789 list_add_tail(&chan->hc_list_entry, &hsotg->free_hc_list); in dwc2_release_channel()