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

  /external/libusb/libusb/
sync.c 84 buffer = malloc(LIBUSB_CONTROL_SETUP_SIZE + wLength);
93 memcpy(buffer + LIBUSB_CONTROL_SETUP_SIZE, data, wLength);
libusb.h 538 #define LIBUSB_CONTROL_SETUP_SIZE (sizeof(struct libusb_control_setup))
836 return transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE;
935 transfer->length = LIBUSB_CONTROL_SETUP_SIZE
    [all...]
io.c 353 * the setup packet (LIBUSB_CONTROL_SETUP_SIZE).
356 * -# Allocate a buffer of size LIBUSB_CONTROL_SETUP_SIZE plus the size of the
362 * in the data buffer, starting at offset LIBUSB_CONTROL_SETUP_SIZE.
381 * at offset LIBUSB_CONTROL_SETUP_SIZE into the buffer.
    [all...]
  /external/libusb/examples/
dpfp.c 167 unsigned char *buf = malloc(LIBUSB_CONTROL_SETUP_SIZE + 1);
181 buf[LIBUSB_CONTROL_SETUP_SIZE] = data;
dpfp_threaded.c 196 unsigned char *buf = malloc(LIBUSB_CONTROL_SETUP_SIZE + 1);
210 buf[LIBUSB_CONTROL_SETUP_SIZE] = data;
  /external/libusb/libusb/os/
darwin_usb.c     [all...]
linux_usbfs.c     [all...]

Completed in 517 milliseconds