Home
last modified time | relevance | path

Searched refs:data_tx_pipe (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/usb/
H A Dif_uathvar.h123 struct usbd_pipe *data_tx_pipe; member
H A Dif_uath.c459 &sc->data_tx_pipe); in uath_open_pipes()
491 if (sc->data_tx_pipe != NULL) { in uath_close_pipes()
492 usbd_close_pipe(sc->data_tx_pipe); in uath_close_pipes()
493 sc->data_tx_pipe = NULL; in uath_close_pipes()
1291 usbd_setup_xfer(data->xfer, sc->data_tx_pipe, data, data->buf, in uath_tx_null()
1320 usbd_clear_endpoint_stall_async(sc->data_tx_pipe); in uath_data_txeof()
1432 usbd_setup_xfer(data->xfer, sc->data_tx_pipe, data, data->buf, xferlen, in uath_tx_data()
1953 usbd_abort_pipe(sc->data_tx_pipe); in uath_stop()
2042 usbd_setup_xfer(txxfer, sc->data_tx_pipe, sc, txdata, mlen, in uath_loadfirmware()
H A Dif_otus.c494 &sc->data_tx_pipe); in otus_open_pipes()
559 if (sc->data_tx_pipe != NULL) in otus_close_pipes()
560 usbd_close_pipe(sc->data_tx_pipe); in otus_close_pipes()
635 usbd_abort_pipe(sc->data_tx_pipe); in otus_free_tx_data_list()
1262 usbd_clear_endpoint_stall_async(sc->data_tx_pipe); in otus_txeof()
1384 usbd_setup_xfer(data->xfer, sc->data_tx_pipe, data, data->buf, xferlen, in otus_tx()
H A Dif_otusreg.h944 struct usbd_pipe *data_tx_pipe; member