Searched refs:qh_list (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 148 struct list_head qh_list; member 418 INIT_LIST_HEAD(&qh->qh_list); in qh_alloc() 442 INIT_LIST_HEAD(&priv->qh_list[i]); in priv_init() 928 ep_queue = &priv->qh_list[i]; in schedule_ptds() 929 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) { in schedule_ptds() 932 list_del(&qh->qh_list); in schedule_ptds() 967 ep_queue = &priv->qh_list[i]; in schedule_ptds() 968 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds() 1502 ep_queue = &priv->qh_list[QH_CONTROL]; in isp1760_urb_enqueue() 1505 ep_queue = &priv->qh_list[QH_BUL in isp1760_urb_enqueue() [all...] |
H A D | isp1760-hcd.h | 61 struct list_head qh_list[QH_END]; member
|
/kernel/linux/linux-6.6/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 172 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() 1216 ep_queue = &priv->qh_list[i]; in schedule_ptds() 1217 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) { in schedule_ptds() 1220 list_del(&qh->qh_list); in schedule_ptds() 1255 ep_queue = &priv->qh_list[i]; in schedule_ptds() 1256 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds() 1891 ep_queue = &priv->qh_list[QH_CONTROL]; in isp1760_urb_enqueue() 1894 ep_queue = &priv->qh_list[QH_BUL in isp1760_urb_enqueue() [all...] |
H A D | isp1760-hcd.h | 64 struct list_head qh_list[QH_END]; member
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | hcd.c | 1606 struct list_head *qh_list) in dwc2_kill_urbs_in_qh_list() 1611 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { in dwc2_kill_urbs_in_qh_list() 1621 struct list_head *qh_list) in dwc2_qh_list_free() 1627 if (!qh_list->next) in dwc2_qh_list_free() 1634 dwc2_kill_urbs_in_qh_list(hsotg, qh_list); in dwc2_qh_list_free() 1636 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { in dwc2_qh_list_free() 1605 dwc2_kill_urbs_in_qh_list(struct dwc2_hsotg *hsotg, struct list_head *qh_list) dwc2_kill_urbs_in_qh_list() argument 1620 dwc2_qh_list_free(struct dwc2_hsotg *hsotg, struct list_head *qh_list) dwc2_qh_list_free() argument
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | hcd.c | 1571 struct list_head *qh_list) in dwc2_kill_urbs_in_qh_list() 1576 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { in dwc2_kill_urbs_in_qh_list() 1586 struct list_head *qh_list) in dwc2_qh_list_free() 1592 if (!qh_list->next) in dwc2_qh_list_free() 1599 dwc2_kill_urbs_in_qh_list(hsotg, qh_list); in dwc2_qh_list_free() 1601 list_for_each_entry_safe(qh, qh_tmp, qh_list, qh_list_entry) { in dwc2_qh_list_free() 1570 dwc2_kill_urbs_in_qh_list(struct dwc2_hsotg *hsotg, struct list_head *qh_list) dwc2_kill_urbs_in_qh_list() argument 1585 dwc2_qh_list_free(struct dwc2_hsotg *hsotg, struct list_head *qh_list) dwc2_qh_list_free() argument
|
Completed in 17 milliseconds