Searched refs:sc_uc_xfer (Results 1 – 2 of 2) sorted by relevance
394 sc->sc_uc_xfer[sc->sc_nucom][0] = NULL; in usie_attach()400 sc->sc_uc_xfer[sc->sc_nucom] + start, in usie_attach()411 usbd_xfer_set_stall(sc->sc_uc_xfer[sc->sc_nucom][start]); in usie_attach()489 usbd_transfer_unsetup(sc->sc_uc_xfer[x], USIE_UC_N_XFER); in usie_detach()521 if (sc->sc_uc_xfer[ucom->sc_subunit][USIE_UC_STATUS] == NULL) in usie_uc_update_line_state()569 usbd_transfer_start(sc->sc_uc_xfer[ucom->sc_subunit][USIE_UC_STATUS]); in usie_uc_cfg_open()577 usbd_transfer_stop(sc->sc_uc_xfer[ucom->sc_subunit][USIE_UC_STATUS]); in usie_uc_cfg_close()585 usbd_transfer_start(sc->sc_uc_xfer[ucom->sc_subunit][USIE_UC_RX]); in usie_uc_start_read()593 usbd_transfer_stop(sc->sc_uc_xfer[ucom->sc_subunit][USIE_UC_RX]); in usie_uc_stop_read()601 usbd_transfer_start(sc->sc_uc_xfer[ucom->sc_subunit][USIE_UC_TX]); in usie_uc_start_write()[all …]
228 struct usb_xfer *sc_uc_xfer[USIE_UCOM_MAX][USIE_UC_N_XFER]; member