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

  /external/chromium_org/third_party/libusb/src/libusb/
descriptor.c 386 if (size < LIBUSB_DT_CONFIG_SIZE) {
388 size, LIBUSB_DT_CONFIG_SIZE);
398 if (config->bLength < LIBUSB_DT_CONFIG_SIZE) {
578 unsigned char tmp[LIBUSB_DT_CONFIG_SIZE];
584 LIBUSB_DT_CONFIG_SIZE, &host_endian);
587 if (r < LIBUSB_DT_CONFIG_SIZE) {
589 r, LIBUSB_DT_CONFIG_SIZE);
627 unsigned char tmp[LIBUSB_DT_CONFIG_SIZE];
637 LIBUSB_DT_CONFIG_SIZE, &host_endian);
640 if (r < LIBUSB_DT_CONFIG_SIZE) {
    [all...]
libusb.h 297 #define LIBUSB_DT_CONFIG_SIZE 9
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 667 if (size < LIBUSB_DT_CONFIG_SIZE) {
669 size, LIBUSB_DT_CONFIG_SIZE);
701 if (config.wTotalLength < LIBUSB_DT_CONFIG_SIZE) {
918 (DEVICE_DESC_LENGTH + LIBUSB_DT_CONFIG_SIZE)) {
    [all...]
windows_usb.c     [all...]
windows_usb.h 153 #define HID_MAX_CONFIG_DESC_SIZE (LIBUSB_DT_CONFIG_SIZE + LIBUSB_DT_INTERFACE_SIZE \
  /external/libusb/libusb/
libusb.h 141 #define LIBUSB_DT_CONFIG_SIZE 9
    [all...]

Completed in 6466 milliseconds