Searched refs:ud_pipe0 (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | usb_subr.c | 1480 &dev->ud_pipe0, USBD_MPSAFE); in usbd_new_device() 1546 usbd_kill_pipe(dev->ud_pipe0); in usbd_new_device() 1547 dev->ud_pipe0 = NULL; in usbd_new_device() 1549 &dev->ud_pipe0, USBD_MPSAFE); in usbd_new_device() 1572 usbd_kill_pipe(dev->ud_pipe0); in usbd_new_device() 1573 dev->ud_pipe0 = NULL; in usbd_new_device() 1575 &dev->ud_pipe0, USBD_MPSAFE); in usbd_new_device() 1668 if (dev->ud_pipe0 != NULL) in usbd_remove_device() 1669 usbd_kill_pipe(dev->ud_pipe0); in usbd_remove_device() 1838 if (dev->ud_pipe0 != NULL) in usb_free_device() [all …]
|
| D | usbdi.c | 170 (uintptr_t)dev->ud_bus, (uintptr_t)dev->ud_pipe0, 0, 0); in usbd_dump_device() 600 return dev->ud_pipe0; in usbd_get_pipe0() 722 KASSERT(xfer->ux_pipe == dev->ud_pipe0); in usbd_setup_default_xfer() 809 usbd_abort_pipe(device->ud_pipe0); in usbd_abort_default_pipe() 1304 int error = usbd_create_xfer(dev->ud_pipe0, len, 0, 0, &xfer); in usbd_do_request_len() 1313 KASSERT(xfer->ux_pipe == dev->ud_pipe0); in usbd_do_request_len()
|
| D | usbdivar.h | 202 struct usbd_pipe *ud_pipe0; /* pipe 0 */ member
|
| D | u3g.c | 596 usbd_clear_endpoint_stall(sc->sc_udev->ud_pipe0); in u3g_set()
|
| D | xhci.c | 2895 USBD_DEFAULT_INTERVAL, &dev->ud_pipe0); in xhci_new_device() 2939 USBD_DEFAULT_INTERVAL, &dev->ud_pipe0); in xhci_new_device() 3032 if (depth == 0 && port == 0 && dev->ud_pipe0) in xhci_new_device() 3033 usbd_kill_pipe(dev->ud_pipe0); in xhci_new_device() 3557 xhci_setup_ctx(dev->ud_pipe0); in xhci_set_address()
|
| D | if_umb.c | 2145 usbd_abort_pipe(sc->sc_udev->ud_pipe0); in umb_ctrl_msg()
|
| D | ehci.c | 1295 xfer->ux_pipe->up_dev->ud_pipe0 != xfer->ux_pipe) { in ehci_idone()
|