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

/external/libusb/libusb/
H A Ddescriptor.c380 if (size < LIBUSB_DT_CONFIG_SIZE) {
382 size, LIBUSB_DT_CONFIG_SIZE);
392 if (config->bLength < LIBUSB_DT_CONFIG_SIZE) {
570 unsigned char tmp[LIBUSB_DT_CONFIG_SIZE];
576 LIBUSB_DT_CONFIG_SIZE, &host_endian);
579 if (r < LIBUSB_DT_CONFIG_SIZE) {
581 r, LIBUSB_DT_CONFIG_SIZE);
619 unsigned char tmp[LIBUSB_DT_CONFIG_SIZE];
629 LIBUSB_DT_CONFIG_SIZE, &host_endian);
632 if (r < LIBUSB_DT_CONFIG_SIZE) {
[all...]
H A Dlibusb.h291 #define LIBUSB_DT_CONFIG_SIZE 9 macro
/external/libusb/libusb/os/
H A Dlinux_usbfs.c707 if (size < LIBUSB_DT_CONFIG_SIZE) {
709 size, LIBUSB_DT_CONFIG_SIZE);
741 if (config.wTotalLength < LIBUSB_DT_CONFIG_SIZE) {
971 (DEVICE_DESC_LENGTH + LIBUSB_DT_CONFIG_SIZE)) {
H A Dwindows_winusb.c3044 config_total_len = LIBUSB_DT_CONFIG_SIZE + LIBUSB_DT_INTERFACE_SIZE
3048 id = (struct libusb_interface_descriptor *)(tmp + LIBUSB_DT_CONFIG_SIZE);
3049 hd = (struct libusb_hid_descriptor *)(tmp + LIBUSB_DT_CONFIG_SIZE
3051 ed = (struct libusb_endpoint_descriptor *)(tmp + LIBUSB_DT_CONFIG_SIZE
3055 cd->bLength = LIBUSB_DT_CONFIG_SIZE;
H A Dwindows_winusb.h147 #define HID_MAX_CONFIG_DESC_SIZE (LIBUSB_DT_CONFIG_SIZE + LIBUSB_DT_INTERFACE_SIZE \
/external/libusb/include/libusb/
H A Dlibusb.h291 #define LIBUSB_DT_CONFIG_SIZE 9 macro

Completed in 85 milliseconds