Home
last modified time | relevance | path

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

/freebsd/share/examples/libusb20/
H A Dbulk.c109 if ((rv = libusb20_tr_open(xfr_out, 0, 1, out_ep)) != 0) in doit()
114 if ((rv = libusb20_tr_open(xfr_in, 0, 1, in_ep)) != 0) in doit()
H A Dcontrol.c158 if ((rv = libusb20_tr_open(xfr_intr, 0, 1, intr_ep)) != 0) in doit()
/freebsd/tools/tools/usbtest/
H A Dusb_modem_test.c470 error = libusb20_tr_open(p->xfer_in, 65536 / 4, 1, in_ep); in exec_host_modem_test()
477 error = libusb20_tr_open(p->xfer_out, 65536 / 4, 1, out_ep); in exec_host_modem_test()
H A Dusb_msc_test.c1043 error = libusb20_tr_open(xfer_in, 65536, 1, in_ep); in exec_host_msc_test()
1050 error = libusb20_tr_open(xfer_out, 65536, 1, out_ep); in exec_host_msc_test()
H A Dusb_control_ep_test.c525 error = libusb20_tr_open(pxfer, 1, 1, epno); in usb_set_and_clear_stall_test()
/freebsd/lib/libusb/
H A Dlibusb20.h208 int libusb20_tr_open(struct libusb20_transfer *xfer, uint32_t max_buf_size, uint32_t max_frame_coun…
H A Dlibusb01.c144 err = libusb20_tr_open(xfer, bufsize, 1, ep_no); in usb_get_transfer_by_ep_no()
H A Dlibusb20.c162 libusb20_tr_open(struct libusb20_transfer *xfer, uint32_t MaxBufSize, in libusb20_tr_open() function
H A Dlibusb10.c930 err = libusb20_tr_open(xfer, 0, 1, endpoint); in libusb_clear_halt()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc8986 OLD_FILES+=usr/share/man/man3/libusb20_tr_open.3.gz