Home
last modified time | relevance | path

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

/freebsd/share/examples/libusb20/
H A Dbulk.c96 struct libusb20_transfer *xfr_out = libusb20_tr_get_pointer(dev, 0); in doit() local
99 if (xfr_in == NULL || xfr_out == NULL) in doit()
109 if ((rv = libusb20_tr_open(xfr_out, 0, 1, out_ep)) != 0) in doit()
125 if ((rv = libusb20_tr_bulk_intr_sync(xfr_out, out_buf, out_len, &rlen, TIMEOUT)) in doit()
142 libusb20_tr_close(xfr_out); in doit()