Home
last modified time | relevance | path

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

/drivers/usb/isp1760/
Disp1760-hcd.c1201 struct list_head *ep_queue; in schedule_ptds() local
1217 ep_queue = &priv->qh_list[i]; in schedule_ptds()
1218 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) { in schedule_ptds()
1256 ep_queue = &priv->qh_list[i]; in schedule_ptds()
1257 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds()
1885 struct list_head *ep_queue; in isp1760_urb_enqueue() local
1894 ep_queue = &priv->qh_list[QH_CONTROL]; in isp1760_urb_enqueue()
1897 ep_queue = &priv->qh_list[QH_BULK]; in isp1760_urb_enqueue()
1903 ep_queue = &priv->qh_list[QH_INTERRUPT]; in isp1760_urb_enqueue()
1939 list_for_each_entry(qhit, ep_queue, qh_list) { in isp1760_urb_enqueue()
[all …]
/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c709 static int ep_queue(struct bdc_ep *ep, struct bdc_req *req) in ep_queue() function
1749 ret = ep_queue(ep, req); in bdc_gadget_ep_queue()
/drivers/usb/chipidea/
Dudc.c1510 static int ep_queue(struct usb_ep *ep, struct usb_request *req, in ep_queue() function
1639 .queue = ep_queue,