Searched refs:sc_tp_pipe (Results 1 – 1 of 1) sorted by relevance
323 struct usbd_pipe *sc_tp_pipe; /* trackpad pipe */ member573 if (sc->sc_tp_pipe != NULL) { in ubcmtp_disable()574 usbd_close_pipe(sc->sc_tp_pipe); in ubcmtp_disable()575 sc->sc_tp_pipe = NULL; in ubcmtp_disable()751 USBD_SHORT_XFER_OK, &sc->sc_tp_pipe, sc, sc->tp_pkt, sc->tp_maxlen, in ubcmtp_setup_pipes()762 if (sc->sc_tp_pipe != NULL) in ubcmtp_setup_pipes()763 usbd_close_pipe(sc->sc_tp_pipe); in ubcmtp_setup_pipes()793 usbd_clear_endpoint_stall_async(sc->sc_tp_pipe); in ubcmtp_tp_intr()851 usbd_clear_endpoint_stall_async(sc->sc_tp_pipe); in ubcmtp_bt_intr()