Symbol: libusb20_dev_request_sync
lib/libusb/libusb01.c
713
err = libusb20_dev_request_sync((void *)dev, &req, bytes,
lib/libusb/libusb10_io.c
498
err = libusb20_dev_request_sync(devh, &req, data,
lib/libusb/libusb20.c
846
error = libusb20_dev_request_sync(pdev, &req,
lib/libusb/libusb20.c
861
error = libusb20_dev_request_sync(pdev, &req, ptr, NULL, 1000, flags);
lib/libusb/libusb20.h
256
int libusb20_dev_request_sync(struct libusb20_device *pdev, struct LIBUSB20_CONTROL_SETUP_DECODED *setup, void *data, uint16_t *pactlen, uint32_t timeout, uint8_t flags);
share/examples/libusb20/control.c
125
if ((rv = libusb20_dev_request_sync(dev, &setup, data,
tools/tools/usbtest/usb_control_ep_test.c
116
error = libusb20_dev_request_sync(pdev, &req, buffer,
tools/tools/usbtest/usb_control_ep_test.c
127
error = libusb20_dev_request_sync(pdev, &req, buffer,
tools/tools/usbtest/usb_control_ep_test.c
132
error = libusb20_dev_request_sync(pdev, &req, buffer,
tools/tools/usbtest/usb_control_ep_test.c
143
error = libusb20_dev_request_sync(pdev, &req, buffer,
tools/tools/usbtest/usb_control_ep_test.c
148
error = libusb20_dev_request_sync(pdev, &req, buffer,
tools/tools/usbtest/usb_control_ep_test.c
536
error = libusb20_dev_request_sync(pdev,
tools/tools/usbtest/usb_control_ep_test.c
547
error = libusb20_dev_request_sync(pdev,
tools/tools/usbtest/usb_control_ep_test.c
576
error = libusb20_dev_request_sync(pdev,
tools/tools/usbtest/usb_modem_test.c
229
if (libusb20_dev_request_sync(p->usb_dev, &setup, buf, NULL, 250, 0)) {
tools/tools/usbtest/usb_modem_test.c
241
if (libusb20_dev_request_sync(p->usb_dev, &setup, &ast, NULL, 250, 0)) {
tools/tools/usbtest/usb_modem_test.c
257
if (libusb20_dev_request_sync(p->usb_dev, &setup, &ls, NULL, 250, 0)) {
tools/tools/usbtest/usb_msc_test.c
137
if (libusb20_dev_request_sync(usb_pdev, &setup, NULL, NULL, 5000, 0)) {
usr.sbin/usbconfig/usbconfig.c
420
if (libusb20_dev_request_sync(pdev, &opt->setup,