Home
last modified time | relevance | path

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

/drivers/usb/host/
Disp1760-hcd.c50 struct list_head qh_list[QH_END]; member
122 struct list_head qh_list; member
397 INIT_LIST_HEAD(&qh->qh_list); in qh_alloc()
421 INIT_LIST_HEAD(&priv->qh_list[i]); in priv_init()
955 ep_queue = &priv->qh_list[i]; in schedule_ptds()
956 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) { in schedule_ptds()
959 list_del(&qh->qh_list); in schedule_ptds()
994 ep_queue = &priv->qh_list[i]; in schedule_ptds()
995 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds()
1531 ep_queue = &priv->qh_list[QH_CONTROL]; in isp1760_urb_enqueue()
[all …]
/drivers/usb/dwc2/
Dhcd.c129 struct list_head *qh_list) in dwc2_kill_urbs_in_qh_list() argument
134 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { in dwc2_kill_urbs_in_qh_list()
144 struct list_head *qh_list) in dwc2_qh_list_free() argument
150 if (!qh_list->next) in dwc2_qh_list_free()
157 dwc2_kill_urbs_in_qh_list(hsotg, qh_list); in dwc2_qh_list_free()
159 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { in dwc2_qh_list_free()