Searched refs:libusb20_tr_open (Results 1 – 10 of 10) sorted by relevance
| /freebsd/share/examples/libusb20/ |
| H A D | bulk.c | 109 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 D | control.c | 158 if ((rv = libusb20_tr_open(xfr_intr, 0, 1, intr_ep)) != 0) in doit()
|
| /freebsd/tools/tools/usbtest/ |
| H A D | usb_modem_test.c | 470 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 D | usb_msc_test.c | 1043 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 D | usb_control_ep_test.c | 525 error = libusb20_tr_open(pxfer, 1, 1, epno); in usb_set_and_clear_stall_test()
|
| /freebsd/lib/libusb/ |
| H A D | libusb20.h | 208 int libusb20_tr_open(struct libusb20_transfer *xfer, uint32_t max_buf_size, uint32_t max_frame_coun…
|
| H A D | libusb01.c | 144 err = libusb20_tr_open(xfer, bufsize, 1, ep_no); in usb_get_transfer_by_ep_no()
|
| H A D | libusb20.c | 162 libusb20_tr_open(struct libusb20_transfer *xfer, uint32_t MaxBufSize, in libusb20_tr_open() function
|
| H A D | libusb10.c | 930 err = libusb20_tr_open(xfer, 0, 1, endpoint); in libusb_clear_halt()
|
| /freebsd/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 8986 OLD_FILES+=usr/share/man/man3/libusb20_tr_open.3.gz
|