Searched refs:ep_queue (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/usb/chipidea/
H A Dudc.c1515 * ep_queue: queues (submits) an I/O request to an endpoint
1519 static int ep_queue(struct usb_ep *ep, struct usb_request *req, function
1648 .queue = ep_queue,
/linux-master/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c709 static int ep_queue(struct bdc_ep *ep, struct bdc_req *req) function
1532 * we received ep_queue on ep0
1749 ret = ep_queue(ep, req);
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c1200 struct list_head *ep_queue; local
1216 ep_queue = &priv->qh_list[i];
1217 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) {
1255 ep_queue = &priv->qh_list[i];
1256 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list)
1882 struct list_head *ep_queue; local
1891 ep_queue = &priv->qh_list[QH_CONTROL];
1894 ep_queue = &priv->qh_list[QH_BULK];
1900 ep_queue = &priv->qh_list[QH_INTERRUPT];
1936 list_for_each_entry(qhit, ep_queue, qh_lis
[all...]

Completed in 329 milliseconds