Home
last modified time | relevance | path

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

/linux/drivers/usb/isp1760/
A Disp1760-hcd.c172 struct list_head qh_list; member
667 INIT_LIST_HEAD(&qh->qh_list); in qh_alloc()
692 INIT_LIST_HEAD(&priv->qh_list[i]); in priv_init()
1217 ep_queue = &priv->qh_list[i]; in schedule_ptds()
1221 list_del(&qh->qh_list); in schedule_ptds()
1256 ep_queue = &priv->qh_list[i]; in schedule_ptds()
1894 ep_queue = &priv->qh_list[QH_CONTROL]; in isp1760_urb_enqueue()
1897 ep_queue = &priv->qh_list[QH_BULK]; in isp1760_urb_enqueue()
1955 list_add_tail(&qh->qh_list, ep_queue); in isp1760_urb_enqueue()
2086 list_for_each_entry(qh_iter, &priv->qh_list[i], qh_list) in isp1760_endpoint_disable()
[all …]
A Disp1760-hcd.h64 struct list_head qh_list[QH_END]; member
/linux/drivers/usb/dwc2/
A Dhcd.c1600 struct list_head *qh_list) in dwc2_kill_urbs_in_qh_list() argument
1605 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { in dwc2_kill_urbs_in_qh_list()
1615 struct list_head *qh_list) in dwc2_qh_list_free() argument
1621 if (!qh_list->next) in dwc2_qh_list_free()
1628 dwc2_kill_urbs_in_qh_list(hsotg, qh_list); in dwc2_qh_list_free()
1630 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { in dwc2_qh_list_free()

Completed in 17 milliseconds