Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dif_uath.c1969 struct usbd_xfer *ctlxfer, *txxfer, *rxxfer; in uath_loadfirmware() local
1974 if ((ctlxfer = usbd_alloc_xfer(sc->sc_udev)) == NULL) { in uath_loadfirmware()
1980 txblock = usbd_alloc_buffer(ctlxfer, sizeof (struct uath_fwblock)); in uath_loadfirmware()
2030 usbd_setup_xfer(ctlxfer, sc->cmd_tx_pipe, sc, txblock, in uath_loadfirmware()
2034 if ((error = usbd_transfer(ctlxfer)) != 0) { in uath_loadfirmware()
2068 fail2: usbd_free_xfer(ctlxfer); in uath_loadfirmware()