Home
last modified time | relevance | path

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

/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()
1217 list_for_each_entry_safe(qh, qh_next, ep_queue, 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()
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_lis in isp1760_urb_enqueue()
[all...]
/linux/drivers/usb/chipidea/
H A Dudc.c1684 * ep_queue: queues (submits) an I/O request to an endpoint
1688 static int ep_queue(struct usb_ep *ep, struct usb_request *req, in ep_queue() function
1820 .queue = ep_queue,