Searched refs:endpoint_q (Results 1 – 7 of 7) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_transfer.c | 1683 endpoint_q[xfer->stream_id], xfer); in usbd_transfer_submit() 1802 usb_command_wrapper(&ep->endpoint_q[xfer->stream_id], xfer); in usbd_pipe_enter() 1923 if (ep->endpoint_q[xfer->stream_id].curr == xfer) { in usbd_transfer_stop() 1925 &ep->endpoint_q[xfer->stream_id], NULL); in usbd_transfer_stop() 2931 if (ep->endpoint_q[xfer->stream_id].curr == xfer) { in usbd_callback_wrapper_sub() 2932 usb_command_wrapper(&ep->endpoint_q[xfer->stream_id], NULL); in usbd_callback_wrapper_sub() 2934 if ((ep->endpoint_q[xfer->stream_id].curr != NULL) || in usbd_callback_wrapper_sub() 2935 (TAILQ_FIRST(&ep->endpoint_q[xfer->stream_id].head) != NULL)) { in usbd_callback_wrapper_sub()
|
D | usb_debug.c | 97 TAILQ_FOREACH(xfer, &ep->endpoint_q[x].head, wait_entry) in usb_dump_queue()
|
D | usb_device.c | 327 TAILQ_INIT(&ep->endpoint_q[x].head); in usb_init_endpoint() 328 ep->endpoint_q[x].command = &usbd_pipe_start; in usb_init_endpoint() 951 xfer = ep->endpoint_q[x].curr; in usbd_set_endpoint_stall() 974 usb_command_wrapper(&ep->endpoint_q[x], in usbd_set_endpoint_stall() 975 ep->endpoint_q[x].curr); in usbd_set_endpoint_stall()
|
D | usbdi.h | 136 struct usb_xfer_queue endpoint_q[USB_MAX_EP_STREAMS]; member
|
D | usb_request.c | 231 usb_command_wrapper(&ep->endpoint_q[x], in usb_do_clear_stall_callback() 232 ep->endpoint_q[x].curr); in usb_do_clear_stall_callback()
|
D | usb_hub.c | 2201 TAILQ_FOREACH(pipe_xfer, &xfer->endpoint->endpoint_q[0].head, in usbd_fs_isoc_schedule_alloc_slot()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 3062 xfer = ep->endpoint_q[stream_id].curr; in xhci_device_generic_multi_enter() 3074 xfer = TAILQ_FIRST(&ep->endpoint_q[stream_id].head); in xhci_device_generic_multi_enter()
|