Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dulpt.c88 struct usbd_xfer *sc_in_xfer1; member
433 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 …]