Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c1200 struct list_head *ep_queue; in schedule_ptds() local
1216 ep_queue = &priv->qh_list[i]; 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()
1882 struct list_head *ep_queue; in isp1760_urb_enqueue() local
1891 ep_queue = &priv->qh_list[QH_CONTROL]; in isp1760_urb_enqueue()
1894 ep_queue = &priv->qh_list[QH_BULK]; in isp1760_urb_enqueue()
1900 ep_queue = &priv->qh_list[QH_INTERRUPT]; in isp1760_urb_enqueue()
1936 list_for_each_entry(qhit, ep_queue, qh_list) { in isp1760_urb_enqueue()
1943 list_add_tail(&qh->qh_list, ep_queue); in isp1760_urb_enqueue()
[all …]
/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A 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()
/openbmc/linux/drivers/usb/chipidea/
H A Dudc.c1518 static int ep_queue(struct usb_ep *ep, struct usb_request *req, in ep_queue() function
1647 .queue = ep_queue,