pipeh 86 dev/usb/ugen.c usbd_pipe_handle pipeh;
pipeh 336 dev/usb/ugen.c edesc->bEndpointAddress, 0, &sce->pipeh);
pipeh 351 dev/usb/ugen.c USBD_SHORT_XFER_OK, &sce->pipeh, sce,
pipeh 363 dev/usb/ugen.c edesc->bEndpointAddress, 0, &sce->pipeh);
pipeh 380 dev/usb/ugen.c edesc->bEndpointAddress, 0, &sce->pipeh);
pipeh 401 dev/usb/ugen.c (xfer, sce->pipeh, &sce->isoreqs[i],
pipeh 453 dev/usb/ugen.c if (sce == NULL || sce->pipeh == NULL)
pipeh 458 dev/usb/ugen.c usbd_abort_pipe(sce->pipeh);
pipeh 459 dev/usb/ugen.c usbd_close_pipe(sce->pipeh);
pipeh 460 dev/usb/ugen.c sce->pipeh = NULL;
pipeh 511 dev/usb/ugen.c if (sce->pipeh == NULL) {
pipeh 568 dev/usb/ugen.c xfer, sce->pipeh,
pipeh 672 dev/usb/ugen.c if (sce->pipeh == NULL) {
pipeh 688 dev/usb/ugen.c err = usbd_bulk_transfer(xfer, sce->pipeh, 0,
pipeh 712 dev/usb/ugen.c err = usbd_intr_transfer(xfer, sce->pipeh, 0,
pipeh 780 dev/usb/ugen.c if (sce && sce->pipeh)
pipeh 781 dev/usb/ugen.c usbd_abort_pipe(sce->pipeh);
pipeh 824 dev/usb/ugen.c usbd_clear_endpoint_stall_async(sce->pipeh);
pipeh 893 dev/usb/ugen.c usbd_setup_isoc_xfer(xfer, sce->pipeh, req, req->sizes, UGEN_NISORFRMS,
pipeh 1037 dev/usb/ugen.c if (sce == NULL || sce->pipeh == NULL)
pipeh 1316 dev/usb/ugen.c if (!sce->pipeh) {