Lines Matching refs:sc_uc_xfer
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()
609 usbd_transfer_stop(sc->sc_uc_xfer[ucom->sc_subunit][USIE_UC_TX]); in usie_uc_stop_write()
1239 usbd_transfer_start(sc->sc_uc_xfer[USIE_HIP_IF][USIE_UC_RX]); in usie_if_init()
1451 xfer = sc->sc_uc_xfer[USIE_HIP_IF][USIE_UC_TX]; in usie_cns_req()