HomeSort by: relevance | last modified time | path
    Searched refs:ux_pipe (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/dev/usb/
motg.c 993 KASSERT(xfer->ux_pipe->up_intrxfer == xfer);
1014 return motg_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
1021 struct usbd_pipe *pipe = xfer->ux_pipe;
1121 pipe = xfer->ux_pipe;
1170 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe);
1186 UE_GET_ADDR(xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress) |
1187 motg_type(UE_GET_XFERTYPE(xfer->ux_pipe->up_endpoint->ue_edesc->bmAttributes))
1197 if ((xfer->ux_pipe->up_endpoint->ue_edesc->bmAttributes & UE_XFERTYPE)
1219 struct usbd_device *dev = xfer->ux_pipe->up_dev;
1220 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe);
    [all...]
ohci.c 543 xfer->ux_pipe->up_dev->ud_addr,
544 UE_GET_ADDR(xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress),
545 length, xfer->ux_pipe->up_dev->ud_speed);
612 xfer->ux_pipe->up_dev->ud_addr,
613 UE_GET_ADDR(xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress),
614 alen, xfer->ux_pipe->up_dev->ud_speed);
618 int mps = UGETW(xfer->ux_pipe->up_endpoint->ue_edesc->wMaxPacketSize);
1571 opipe = OHCI_PIPE2OPIPE(xfer->ux_pipe);
1634 opipe = OHCI_PIPE2OPIPE(xfer->ux_pipe);
1636 uedir = UE_GET_DIR(xfer->ux_pipe->up_endpoint->ue_edesc-
    [all...]
usbdivar.h 290 struct usbd_pipe *ux_pipe; member in struct:usbd_xfer
411 return xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress &
uhci.c 950 pipe = ux->ux_xfer.ux_pipe;
1573 UHCI_PIPE2UPIPE(xfer->ux_pipe);
1609 struct uhci_pipe *upipe = UHCI_PIPE2UPIPE(xfer->ux_pipe);
1720 xfer->ux_pipe->up_dev->ud_addr,
1721 xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress,
1987 (uintptr_t)xfer->ux_pipe, 0, 0);
1992 int maxp = UGETW(xfer->ux_pipe->up_endpoint->ue_edesc->wMaxPacketSize);
2072 struct usbd_pipe *pipe = xfer->ux_pipe;
2091 int addr = xfer->ux_pipe->up_dev->ud_addr;
2092 int endpt = xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress
    [all...]
usbdi.c 373 struct usbd_pipe *pipe = xfer->ux_pipe;
645 usb_rem_task_wait(xfer->ux_pipe->up_dev, &xfer->ux_aborttask,
664 xfer->ux_pipe = pipe;
706 KASSERT(xfer->ux_pipe);
725 KASSERT(xfer->ux_pipe == dev->ud_pipe0);
1109 struct usbd_pipe *pipe = xfer->ux_pipe;
1316 KASSERT(xfer->ux_pipe == dev->ud_pipe0);
1632 struct usbd_device *dev = xfer->ux_pipe->up_dev;
1767 KASSERT(!usb_task_pending(xfer->ux_pipe->up_dev, &xfer->ux_aborttask));
1844 KASSERT(!usb_task_pending(xfer->ux_pipe->up_dev, &xfer->ux_aborttask))
    [all...]
xhci.c 2229 (uintptr_t)xfer, (uintptr_t)xfer->ux_pipe, 0, 0);
2236 xhci_pipe_restart(xfer->ux_pipe);
2485 KASSERTMSG(xfer->ux_pipe != NULL, "xfer(%p)->ux_pipe is NULL", xfer);
2487 if (!xfer->ux_pipe->up_repeat &&
2488 SIMPLEQ_EMPTY(&xfer->ux_pipe->up_queue)) {
2495 UE_GET_XFERTYPE(xfer->ux_pipe->up_endpoint->ue_edesc->bmAttributes);
2554 xhci_pipe_restart_async(xfer->ux_pipe);
2589 (uintptr_t)xfer->ux_pipe, 0);
4377 return xhci_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue))
    [all...]
usbroothub.c 348 return roothub_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
354 struct usbd_pipe *pipe = xfer->ux_pipe;
vhci.c 597 return vhci_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
603 usb_endpoint_descriptor_t *ed = xfer->ux_pipe->up_endpoint->ue_edesc;
605 struct usbd_device *dev = xfer->ux_pipe->up_dev;
700 return vhci_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
730 KASSERT(xfer->ux_pipe->up_intrxfer == xfer);
ehci.c 1039 if (&ex->ex_xfer != SIMPLEQ_FIRST(&ex->ex_xfer.ux_pipe->up_queue))
1084 if (&ex->ex_xfer != SIMPLEQ_FIRST(&ex->ex_xfer.ux_pipe->up_queue))
1165 i = xfer->ux_pipe->up_endpoint->ue_edesc->bInterval;
1295 xfer->ux_pipe->up_dev->ud_pipe0 != xfer->ux_pipe) {
1311 xfer->ux_pipe->up_dev->ud_addr,
1312 xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress,
2829 return ehci_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
2856 KASSERT(xfer->ux_pipe->up_intrxfer == xfer);
3122 int mps = UGETW(xfer->ux_pipe->up_endpoint->ue_edesc->wMaxPacketSize)
    [all...]
ehcivar.h 134 #define EHCI_XFER2EPIPE(xfer) ((struct ehci_pipe *)((xfer)->ux_pipe))
usb.c 356 xfer, xfer->ux_pipe, xfer->ux_priv, xfer->ux_buffer);
  /src/sys/external/bsd/dwc2/
dwc2var.h 67 #define DWC2_XFER2DPIPE(x) (struct dwc2_pipe *)(x)->ux_pipe;
dwc2.c 468 DPRINTF("xfer %p pipe %p status 0x%08x", xfer, xfer->ux_pipe,
616 return dwc2_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
647 KASSERT(xfer->ux_pipe->up_intrxfer == xfer);
701 return dwc2_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
800 return dwc2_device_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
897 struct usbd_device *dev = xfer->ux_pipe->up_dev;
898 usb_endpoint_descriptor_t *ed = xfer->ux_pipe->up_endpoint->ue_edesc;
911 DPRINTFN(1, "xfer=%p pipe=%p\n", xfer, xfer->ux_pipe);
1417 ed = xfer->ux_pipe->up_endpoint->ue_edesc;
  /src/sys/arch/mips/adm5120/dev/
ahci.c 736 return ahci_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
749 sc->sc_interval = MS_TO_TICKS(xfer->ux_pipe->up_endpoint->ue_edesc->bInterval);
765 KASSERT(xfer->ux_pipe->up_intrxfer == xfer);
821 return ahci_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
832 struct usbd_pipe *pipe = xfer->ux_pipe;
840 struct ahci_pipe *apipe = (struct ahci_pipe *)xfer->ux_pipe;
1002 return ahci_device_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
1009 struct usbd_pipe *pipe = xfer->ux_pipe;
1041 struct usbd_pipe *pipe = xfer->ux_pipe;
1141 return ahci_device_bulk_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue))
    [all...]
  /src/sys/rump/dev/lib/libugenhc/
ugenhc.c 405 return rumpusb_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
536 return rumpusb_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
576 usb_endpoint_descriptor_t *ed = xfer->ux_pipe->up_endpoint->ue_edesc;
586 ed = xfer->ux_pipe->up_endpoint->ue_edesc;
704 SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
706 kthread_create(PRI_NONE, 0, NULL, doxfer_kth, xfer->ux_pipe, NULL,
  /src/sys/dev/ic/
sl811hs.c 285 #define SLHCI_XFER2SPIPE(xfer) SLHCI_PIPE2SPIPE((xfer)->ux_pipe)
808 (uintptr_t)xfer, (uintptr_t)xfer->ux_pipe,0,0);
845 SLHCI_XFER_TYPE(xfer), (uintptr_t)xfer, (uintptr_t)xfer->ux_pipe,
849 error = xfer->ux_pipe->up_methods->upm_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
860 struct usbd_pipe *pipe = xfer->ux_pipe;
998 spipe = SLHCI_PIPE2SPIPE(xfer->ux_pipe);
1326 spipe = SLHCI_PIPE2SPIPE(xfer->ux_pipe);
3359 UE_GET_DIR(xfer->ux_pipe->up_endpoint->ue_edesc->bEndpointAddress) ==

Completed in 35 milliseconds