Searched refs:qh_list (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 147 struct list_head qh_list; member 420 INIT_LIST_HEAD(&qh->qh_list); in qh_alloc() 444 INIT_LIST_HEAD(&priv->qh_list[i]); in priv_init() 930 ep_queue = &priv->qh_list[i]; in schedule_ptds() 931 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) { in schedule_ptds() 934 list_del(&qh->qh_list); in schedule_ptds() 969 ep_queue = &priv->qh_list[i]; in schedule_ptds() 970 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds() 1506 ep_queue = &priv->qh_list[QH_CONTROL]; in isp1760_urb_enqueue() 1509 ep_queue = &priv->qh_list[QH_BULK]; in isp1760_urb_enqueue() [all …]
|
D | isp1760-hcd.h | 61 struct list_head qh_list[QH_END]; member
|
/Linux-v4.19/drivers/usb/dwc2/ |
D | hcd.c | 1804 struct list_head *qh_list) in dwc2_kill_urbs_in_qh_list() argument 1809 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { in dwc2_kill_urbs_in_qh_list() 1819 struct list_head *qh_list) in dwc2_qh_list_free() argument 1825 if (!qh_list->next) in dwc2_qh_list_free() 1832 dwc2_kill_urbs_in_qh_list(hsotg, qh_list); in dwc2_qh_list_free() 1834 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { in dwc2_qh_list_free()
|