Searched refs:LIBUSB_DT_CONFIG_SIZE (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/
H A Ddescriptor.c386 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...]
H A Dlibusb.h297 #define LIBUSB_DT_CONFIG_SIZE 9 macro
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.c685 if (size < LIBUSB_DT_CONFIG_SIZE) {
687 size, LIBUSB_DT_CONFIG_SIZE);
719 if (config.wTotalLength < LIBUSB_DT_CONFIG_SIZE) {
936 (DEVICE_DESC_LENGTH + LIBUSB_DT_CONFIG_SIZE)) {
H A Dwindows_usb.c3206 config_total_len = LIBUSB_DT_CONFIG_SIZE + LIBUSB_DT_INTERFACE_SIZE
3211 id = (struct libusb_interface_descriptor *)(tmp + LIBUSB_DT_CONFIG_SIZE);
3212 hd = (struct libusb_hid_descriptor *)(tmp + LIBUSB_DT_CONFIG_SIZE
3214 ed = (struct libusb_endpoint_descriptor *)(tmp + LIBUSB_DT_CONFIG_SIZE
3218 cd->bLength = LIBUSB_DT_CONFIG_SIZE;
H A Dwindows_usb.h153 #define HID_MAX_CONFIG_DESC_SIZE (LIBUSB_DT_CONFIG_SIZE + LIBUSB_DT_INTERFACE_SIZE \
/external/libusb/libusb/
H A Dlibusb.h141 #define LIBUSB_DT_CONFIG_SIZE 9 macro

Completed in 88 milliseconds