Symbol: libusb20_dev_request_sync
lib/libusb/libusb01.c
710
err = libusb20_dev_request_sync((void *)dev, &req, bytes,
lib/libusb/libusb10_io.c
477
err = libusb20_dev_request_sync(devh, &req, data,
lib/libusb/libusb20.c
809
error = libusb20_dev_request_sync(pdev, &req,
lib/libusb/libusb20.c
819
error = libusb20_dev_request_sync(pdev, &req,
lib/libusb/libusb20.h
247
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
124
if ((rv = libusb20_dev_request_sync(dev, &setup, data,
tools/tools/usbtest/usb_control_ep_test.c
117
error = libusb20_dev_request_sync(pdev, &req, buffer,
tools/tools/usbtest/usb_control_ep_test.c
128
error = libusb20_dev_request_sync(pdev, &req, buffer,
tools/tools/usbtest/usb_control_ep_test.c
133
error = libusb20_dev_request_sync(pdev, &req, buffer,
tools/tools/usbtest/usb_control_ep_test.c
144
error = libusb20_dev_request_sync(pdev, &req, buffer,
tools/tools/usbtest/usb_control_ep_test.c
149
error = libusb20_dev_request_sync(pdev, &req, buffer,
tools/tools/usbtest/usb_control_ep_test.c
537
error = libusb20_dev_request_sync(pdev,
tools/tools/usbtest/usb_control_ep_test.c
548
error = libusb20_dev_request_sync(pdev,
tools/tools/usbtest/usb_control_ep_test.c
577
error = libusb20_dev_request_sync(pdev,
tools/tools/usbtest/usb_modem_test.c
230
if (libusb20_dev_request_sync(p->usb_dev, &setup, buf, NULL, 250, 0)) {
tools/tools/usbtest/usb_modem_test.c
242
if (libusb20_dev_request_sync(p->usb_dev, &setup, &ast, NULL, 250, 0)) {
tools/tools/usbtest/usb_modem_test.c
258
if (libusb20_dev_request_sync(p->usb_dev, &setup, &ls, NULL, 250, 0)) {
tools/tools/usbtest/usb_msc_test.c
138
if (libusb20_dev_request_sync(usb_pdev, &setup, NULL, NULL, 5000, 0)) {
usr.sbin/usbconfig/usbconfig.c
415
if (libusb20_dev_request_sync(pdev, &opt->setup,