Home
last modified time | relevance | path

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

/freebsd/tools/tools/usbtest/
H A Dusb_modem_test.c47 struct libusb20_transfer *xfer_in; member
295 in_max = libusb20_tr_get_max_total_length(p->xfer_in); in usb_modem_data_stress_test()
340 if (!libusb20_tr_pending(p->xfer_in)) { in usb_modem_data_stress_test()
342 if (libusb20_tr_get_status(p->xfer_in) == 0) { in usb_modem_data_stress_test()
353 libusb20_tr_start(p->xfer_in); in usb_modem_data_stress_test()
383 len = libusb20_tr_get_length(p->xfer_in, 0); in usb_modem_data_stress_test()
389 if (!libusb20_tr_pending(p->xfer_in)) { in usb_modem_data_stress_test()
391 libusb20_tr_start(p->xfer_in); in usb_modem_data_stress_test()
417 libusb20_tr_stop(p->xfer_in); in usb_modem_data_stress_test()
469 p->xfer_in = libusb20_tr_get_pointer(pdev, 0); in exec_host_modem_test()
[all …]
H A Dusb_msc_test.c99 static struct libusb20_transfer *xfer_in; variable
141 libusb20_tr_clear_stall_sync(xfer_in); in do_msc_reset()
192 xfer_io = isread ? xfer_in : xfer_out; in do_msc_cmd()
211 error = libusb20_tr_bulk_intr_sync(xfer_in, &csw, in do_msc_cmd()
226 libusb20_tr_clear_stall_sync(xfer_in); in do_msc_cmd()
227 error = libusb20_tr_bulk_intr_sync(xfer_in, &csw, in do_msc_cmd()
230 libusb20_tr_clear_stall_sync(xfer_in); in do_msc_cmd()
1046 xfer_in = libusb20_tr_get_pointer(pdev, 0); in exec_host_msc_test()
1047 error = libusb20_tr_open(xfer_in, 65536, 1, in_ep); in exec_host_msc_test()