LIBUSB_DT_CONFIG_SIZE 386 third_party/libusb/src/libusb/descriptor.c if (size < LIBUSB_DT_CONFIG_SIZE) { LIBUSB_DT_CONFIG_SIZE 388 third_party/libusb/src/libusb/descriptor.c size, LIBUSB_DT_CONFIG_SIZE); LIBUSB_DT_CONFIG_SIZE 398 third_party/libusb/src/libusb/descriptor.c if (config->bLength < LIBUSB_DT_CONFIG_SIZE) { LIBUSB_DT_CONFIG_SIZE 578 third_party/libusb/src/libusb/descriptor.c unsigned char tmp[LIBUSB_DT_CONFIG_SIZE]; LIBUSB_DT_CONFIG_SIZE 584 third_party/libusb/src/libusb/descriptor.c LIBUSB_DT_CONFIG_SIZE, &host_endian); LIBUSB_DT_CONFIG_SIZE 587 third_party/libusb/src/libusb/descriptor.c if (r < LIBUSB_DT_CONFIG_SIZE) { LIBUSB_DT_CONFIG_SIZE 589 third_party/libusb/src/libusb/descriptor.c r, LIBUSB_DT_CONFIG_SIZE); LIBUSB_DT_CONFIG_SIZE 627 third_party/libusb/src/libusb/descriptor.c unsigned char tmp[LIBUSB_DT_CONFIG_SIZE]; LIBUSB_DT_CONFIG_SIZE 637 third_party/libusb/src/libusb/descriptor.c LIBUSB_DT_CONFIG_SIZE, &host_endian); LIBUSB_DT_CONFIG_SIZE 640 third_party/libusb/src/libusb/descriptor.c if (r < LIBUSB_DT_CONFIG_SIZE) { LIBUSB_DT_CONFIG_SIZE 642 third_party/libusb/src/libusb/descriptor.c r, LIBUSB_DT_CONFIG_SIZE); LIBUSB_DT_CONFIG_SIZE 685 third_party/libusb/src/libusb/os/linux_usbfs.c if (size < LIBUSB_DT_CONFIG_SIZE) { LIBUSB_DT_CONFIG_SIZE 687 third_party/libusb/src/libusb/os/linux_usbfs.c size, LIBUSB_DT_CONFIG_SIZE); LIBUSB_DT_CONFIG_SIZE 719 third_party/libusb/src/libusb/os/linux_usbfs.c if (config.wTotalLength < LIBUSB_DT_CONFIG_SIZE) { LIBUSB_DT_CONFIG_SIZE 936 third_party/libusb/src/libusb/os/linux_usbfs.c (DEVICE_DESC_LENGTH + LIBUSB_DT_CONFIG_SIZE)) { LIBUSB_DT_CONFIG_SIZE 3206 third_party/libusb/src/libusb/os/windows_usb.c config_total_len = LIBUSB_DT_CONFIG_SIZE + LIBUSB_DT_INTERFACE_SIZE LIBUSB_DT_CONFIG_SIZE 3211 third_party/libusb/src/libusb/os/windows_usb.c id = (struct libusb_interface_descriptor *)(tmp + LIBUSB_DT_CONFIG_SIZE); LIBUSB_DT_CONFIG_SIZE 3212 third_party/libusb/src/libusb/os/windows_usb.c hd = (struct libusb_hid_descriptor *)(tmp + LIBUSB_DT_CONFIG_SIZE LIBUSB_DT_CONFIG_SIZE 3214 third_party/libusb/src/libusb/os/windows_usb.c ed = (struct libusb_endpoint_descriptor *)(tmp + LIBUSB_DT_CONFIG_SIZE LIBUSB_DT_CONFIG_SIZE 3218 third_party/libusb/src/libusb/os/windows_usb.c cd->bLength = LIBUSB_DT_CONFIG_SIZE; LIBUSB_DT_CONFIG_SIZE 153 third_party/libusb/src/libusb/os/windows_usb.h #define HID_MAX_CONFIG_DESC_SIZE (LIBUSB_DT_CONFIG_SIZE + LIBUSB_DT_INTERFACE_SIZE \