Searched refs:sc_in_xfer1 (Results 1 – 1 of 1) sorted by relevance
88 struct usbd_xfer *sc_in_xfer1; member433 if (xfer == sc->sc_in_xfer1) in ulpt_input()436 usbd_transfer(sc->sc_in_xfer1); in ulpt_input()503 sc->sc_in_xfer1 = usbd_alloc_xfer(sc->sc_udev); in ulptopen()507 if (sc->sc_in_xfer1 != NULL) { in ulptopen()508 usbd_free_xfer(sc->sc_in_xfer1); in ulptopen()509 sc->sc_in_xfer1 = NULL; in ulptopen()522 usbd_setup_xfer(sc->sc_in_xfer1, sc->sc_in_pipe, sc, in ulptopen()578 if (sc->sc_in_xfer1 != NULL) { in ulptclose()579 usbd_free_xfer(sc->sc_in_xfer1); in ulptclose()[all …]