Home
last modified time | relevance | path

Searched refs:ep_queue (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/isp1760/
H A Disp1760-hcd.c912 struct list_head *ep_queue; in schedule_ptds() local
928 ep_queue = &priv->qh_list[i]; in schedule_ptds()
929 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) { in schedule_ptds()
967 ep_queue = &priv->qh_list[i]; in schedule_ptds()
968 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds()
1493 struct list_head *ep_queue; in isp1760_urb_enqueue() local
1502 ep_queue = &priv->qh_list[QH_CONTROL]; in isp1760_urb_enqueue()
1505 ep_queue = &priv->qh_list[QH_BULK]; in isp1760_urb_enqueue()
1511 ep_queue = &priv->qh_list[QH_INTERRUPT]; in isp1760_urb_enqueue()
1548 list_for_each_entry(qhit, ep_queue, qh_lis in isp1760_urb_enqueue()
[all...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dudc.c1500 * ep_queue: queues (submits) an I/O request to an endpoint
1504 static int ep_queue(struct usb_ep *ep, struct usb_request *req, in ep_queue() function
1633 .queue = ep_queue,
/kernel/linux/linux-5.10/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
1532 * we received ep_queue on ep0 in bdc_xsf_ep0_data_start()
1749 ret = ep_queue(ep, req); in bdc_gadget_ep_queue()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dudc.c1514 * ep_queue: queues (submits) an I/O request to an endpoint
1518 static int ep_queue(struct usb_ep *ep, struct usb_request *req, in ep_queue() function
1647 .queue = ep_queue,
/kernel/linux/linux-6.6/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
1532 * we received ep_queue on ep0 in bdc_xsf_ep0_data_start()
1749 ret = ep_queue(ep, req); in bdc_gadget_ep_queue()

Completed in 15 milliseconds