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

  /src/sys/dev/usb/
usb_subr.c 1485 &dev->ud_pipe0, USBD_MPSAFE);
1551 usbd_kill_pipe(dev->ud_pipe0);
1552 dev->ud_pipe0 = NULL;
1554 &dev->ud_pipe0, USBD_MPSAFE);
1577 usbd_kill_pipe(dev->ud_pipe0);
1578 dev->ud_pipe0 = NULL;
1580 &dev->ud_pipe0, USBD_MPSAFE);
1673 if (dev->ud_pipe0 != NULL)
1674 usbd_kill_pipe(dev->ud_pipe0);
1843 if (dev->ud_pipe0 != NULL
    [all...]
usbdivar.h 202 struct usbd_pipe *ud_pipe0; /* pipe 0 */ member in struct:usbd_device
usbdi.c 173 (uintptr_t)dev->ud_bus, (uintptr_t)dev->ud_pipe0, 0, 0);
603 return dev->ud_pipe0;
725 KASSERT(xfer->ux_pipe == dev->ud_pipe0);
812 usbd_abort_pipe(device->ud_pipe0);
1307 int error = usbd_create_xfer(dev->ud_pipe0, len, 0, 0, &xfer);
1316 KASSERT(xfer->ux_pipe == dev->ud_pipe0);
u3g.c 597 usbd_clear_endpoint_stall(sc->sc_udev->ud_pipe0);
xhci.c 2926 USBD_DEFAULT_INTERVAL, &dev->ud_pipe0);
2970 USBD_DEFAULT_INTERVAL, &dev->ud_pipe0);
3063 if (depth == 0 && port == 0 && dev->ud_pipe0)
3064 usbd_kill_pipe(dev->ud_pipe0);
3588 xhci_setup_ctx(dev->ud_pipe0);
if_umb.c 2145 usbd_abort_pipe(sc->sc_udev->ud_pipe0);
ehci.c 1295 xfer->ux_pipe->up_dev->ud_pipe0 != xfer->ux_pipe) {

Completed in 22 milliseconds