sc_ipipe          111 dev/usb/ucom.c 	usbd_pipe_handle	sc_ipipe;	/* hid interrupt input pipe */
sc_ipipe          340 dev/usb/ucom.c 		    sc->sc_uhidev, sc->sc_ipipe, sc->sc_opipe));
sc_ipipe          388 dev/usb/ucom.c 			sc->sc_ipipe = sc->sc_uhidev->sc_ipipe;
sc_ipipe          232 dev/usb/ucycom.c 	    sc, sc->sc_hdev.sc_parent->sc_opipe, sc->sc_hdev.sc_parent->sc_ipipe,
sc_ipipe          387 dev/usb/uhidev.c 	if (sc->sc_ipipe != NULL)
sc_ipipe          388 dev/usb/uhidev.c 		usbd_abort_pipe(sc->sc_ipipe);
sc_ipipe          436 dev/usb/uhidev.c 		usbd_clear_endpoint_stall_async(sc->sc_ipipe);
sc_ipipe          495 dev/usb/uhidev.c 		  USBD_SHORT_XFER_OK, &sc->sc_ipipe, sc, sc->sc_ibuf,
sc_ipipe          504 dev/usb/uhidev.c 	DPRINTF(("uhidev_open: sc->sc_ipipe=%p\n", sc->sc_ipipe));
sc_ipipe          553 dev/usb/uhidev.c 	usbd_close_pipe(sc->sc_ipipe);
sc_ipipe          559 dev/usb/uhidev.c 	sc->sc_ipipe = NULL;
sc_ipipe          597 dev/usb/uhidev.c 	if (sc->sc_ipipe != NULL) {
sc_ipipe          598 dev/usb/uhidev.c 		usbd_abort_pipe(sc->sc_ipipe);
sc_ipipe          599 dev/usb/uhidev.c 		usbd_close_pipe(sc->sc_ipipe);
sc_ipipe          600 dev/usb/uhidev.c 		sc->sc_ipipe = NULL;
sc_ipipe           51 dev/usb/uhidev.h 	usbd_pipe_handle sc_ipipe;	/* input interrupt pipe */
sc_ipipe           74 dev/usb/uhub.c 	usbd_pipe_handle	sc_ipipe;	/* interrupt pipe */
sc_ipipe          245 dev/usb/uhub.c 		  USBD_SHORT_XFER_OK, &sc->sc_ipipe, sc, sc->sc_status,
sc_ipipe          556 dev/usb/uhub.c 	usbd_abort_pipe(sc->sc_ipipe);
sc_ipipe          557 dev/usb/uhub.c 	usbd_close_pipe(sc->sc_ipipe);
sc_ipipe          590 dev/usb/uhub.c 		usbd_clear_endpoint_stall_async(sc->sc_ipipe);