HomeSort by relevance Sort by last modified time
    Searched refs:libusb_control_setup (Results 1 - 5 of 5) sorted by null

  /external/libusb/libusb/
libusb.h 399 * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control
417 * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control
868 struct libusb_control_setup { struct
894 #define LIBUSB_CONTROL_SETUP_SIZE (sizeof(struct libusb_control_setup))
    [all...]
  /external/libusb/libusb/os/
haiku_usb_backend.cpp 70 struct libusb_control_setup *setup = (struct libusb_control_setup *)fLibusbTransfer->buffer;
netbsd_usb.c 571 struct libusb_control_setup *setup;
577 setup = (struct libusb_control_setup *)transfer->buffer;
openbsd_usb.c 631 struct libusb_control_setup *setup;
637 setup = (struct libusb_control_setup *)transfer->buffer;
darwin_usb.c     [all...]

Completed in 231 milliseconds