Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/isp1760/
Disp1760-hcd.c914 struct list_head *ep_queue; in schedule_ptds() local
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()
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()
1497 struct list_head *ep_queue; in isp1760_urb_enqueue() local
1506 ep_queue = &priv->qh_list[QH_CONTROL]; in isp1760_urb_enqueue()
1509 ep_queue = &priv->qh_list[QH_BULK]; in isp1760_urb_enqueue()
1515 ep_queue = &priv->qh_list[QH_INTERRUPT]; in isp1760_urb_enqueue()
1552 list_for_each_entry(qhit, ep_queue, qh_list) { in isp1760_urb_enqueue()
[all …]
/Linux-v5.4/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c710 static int ep_queue(struct bdc_ep *ep, struct bdc_req *req) in ep_queue() function
1747 ret = ep_queue(ep, req); in bdc_gadget_ep_queue()
/Linux-v5.4/drivers/usb/chipidea/
Dudc.c1388 static int ep_queue(struct usb_ep *ep, struct usb_request *req, in ep_queue() function
1517 .queue = ep_queue,