Searched refs:sc_ipipe (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/sys/dev/usb/ |
| D | usps.c | 70 struct usbd_pipe *sc_ipipe; member 267 USBD_SHORT_XFER_OK, &sc->sc_ipipe, sc, sc->sc_intrbuf, in usps_attach() 279 if (sc->sc_ipipe != NULL) in usps_attach() 280 usbd_close_pipe(sc->sc_ipipe); in usps_attach() 296 if (sc->sc_ipipe != NULL) { in usps_detach() 297 usbd_close_pipe(sc->sc_ipipe); in usps_detach() 300 sc->sc_ipipe = NULL; in usps_detach() 396 usbd_clear_endpoint_stall_async(sc->sc_ipipe); in usps_intr()
|
| D | uhidev.c | 472 if (sc->sc_ipipe != NULL) { in uhidev_detach() 473 usbd_close_pipe(sc->sc_ipipe); in uhidev_detach() 474 sc->sc_ipipe = NULL; in uhidev_detach() 533 usbd_clear_endpoint_stall_async(sc->sc_ipipe); in uhidev_intr() 588 USBD_SHORT_XFER_OK, &sc->sc_ipipe, sc, sc->sc_ibuf, in uhidev_open() 597 DPRINTF(("uhidev_open: sc->sc_ipipe=%p\n", sc->sc_ipipe)); in uhidev_open() 665 usbd_close_pipe(sc->sc_ipipe); in uhidev_open() 672 sc->sc_ipipe = NULL; in uhidev_open() 707 if (sc->sc_ipipe != NULL) { in uhidev_close() 708 usbd_close_pipe(sc->sc_ipipe); in uhidev_close() [all …]
|
| D | umcs.c | 87 struct usbd_pipe *sc_ipipe; /* interrupt pipe */ member 264 USBD_SHORT_XFER_OK, &sc->sc_ipipe, sc, sc->sc_ibuf, in umcs_attach() 471 if (sc->sc_ipipe != NULL) { in umcs_detach() 472 usbd_close_pipe(sc->sc_ipipe); in umcs_detach() 473 sc->sc_ipipe = NULL; in umcs_detach() 769 usbd_clear_endpoint_stall_async(sc->sc_ipipe); in umcs_intr()
|
| D | uhub.c | 60 struct usbd_pipe *sc_ipipe; /* interrupt pipe */ member 252 USBD_SHORT_XFER_OK, &sc->sc_ipipe, sc, sc->sc_statusbuf, in uhub_attach() 460 usbd_close_pipe(sc->sc_ipipe); in uhub_detach() 498 usbd_clear_endpoint_stall_async(sc->sc_ipipe); in uhub_intr()
|
| D | uhidev.h | 39 struct usbd_pipe *sc_ipipe; /* input interrupt pipe */ member
|
| D | ucom.c | 102 struct usbd_pipe *sc_ipipe; /* hid interrupt input pipe */ member 359 sc->sc_uhidev, sc->sc_ipipe, sc->sc_opipe)); in ucom_do_open() 407 sc->sc_ipipe = sc->sc_uhidev->sc_ipipe; in ucom_do_open()
|
| D | uslhcom.c | 160 sc->sc_hdev.sc_parent->sc_ipipe, uha->reportid)); in uslhcom_attach()
|
| D | ucycom.c | 207 sc, sc->sc_hdev.sc_parent->sc_opipe, sc->sc_hdev.sc_parent->sc_ipipe, in ucycom_attach()
|