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 225 * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control
243 * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control
512 struct libusb_control_setup { struct
538 #define LIBUSB_CONTROL_SETUP_SIZE (sizeof(struct libusb_control_setup))
851 static inline struct libusb_control_setup *libusb_control_transfer_get_setup(
854 return (struct libusb_control_setup *) transfer->buffer;
864 * \ref libusb_control_setup::bmRequestType "bmRequestType" field of
865 * \ref libusb_control_setup
867 * \ref libusb_control_setup::bRequest "bRequest" field of
868 * \ref libusb_control_setup
    [all...]
  /external/libusb_aah/libusb/
libusb.h 320 * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control
338 * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control
607 struct libusb_control_setup { struct
633 #define LIBUSB_CONTROL_SETUP_SIZE (sizeof(struct libusb_control_setup))
    [all...]
  /external/libusb_aah/libusb/os/
openbsd_usb.c 621 struct libusb_control_setup *setup;
627 setup = (struct libusb_control_setup *)transfer->buffer;
darwin_usb.c     [all...]
  /external/libusb/libusb/os/
darwin_usb.c     [all...]

Completed in 30 milliseconds