Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhcd_ddma.c284 if (!list_empty(&chan->hc_list_entry)) in dwc2_release_channel_ddma()
285 list_del(&chan->hc_list_entry); in dwc2_release_channel_ddma()
287 list_add_tail(&chan->hc_list_entry, &hsotg->free_hc_list); in dwc2_release_channel_ddma()
H A Dhcd.h134 struct list_head hc_list_entry; member
H A Dhcd.c1675 if (!list_empty(&channel->hc_list_entry)) in dwc2_hcd_cleanup_channels()
1688 if (!list_empty(&channel->hc_list_entry)) in dwc2_hcd_cleanup_channels()
1698 list_add_tail(&channel->hc_list_entry, &hsotg->free_hc_list); in dwc2_hcd_cleanup_channels()
2291 hc_list_entry) in dwc2_hcd_reinit()
2292 list_del_init(&chan->hc_list_entry); in dwc2_hcd_reinit()
2297 list_add_tail(&chan->hc_list_entry, &hsotg->free_hc_list); in dwc2_hcd_reinit()
2564 hc_list_entry); in dwc2_assign_and_init_hc()
2567 list_del_init(&chan->hc_list_entry); in dwc2_assign_and_init_hc()
2637 list_add_tail(&chan->hc_list_entry, in dwc2_assign_and_init_hc()
H A Dhcd_intr.c729 if (!list_empty(&chan->hc_list_entry)) in dwc2_release_channel()
730 list_del(&chan->hc_list_entry); in dwc2_release_channel()
732 list_add_tail(&chan->hc_list_entry, &hsotg->free_hc_list); in dwc2_release_channel()