Searched refs:DEVICE_DESC_LENGTH (Results 1 – 11 of 11) sorted by relevance
/external/libusb/libusb/os/ |
D | linux_usbfs.c | 580 memcpy(buffer, priv->descriptors, DEVICE_DESC_LENGTH); in op_get_device_descriptor() 768 descriptors += DEVICE_DESC_LENGTH; in op_get_config_descriptor_by_value() 769 size -= DEVICE_DESC_LENGTH; in op_get_config_descriptor_by_value() 825 descriptors += DEVICE_DESC_LENGTH; in op_get_config_descriptor() 826 size -= DEVICE_DESC_LENGTH; in op_get_config_descriptor() 954 if (priv->descriptors_len < DEVICE_DESC_LENGTH) { in initialize_device() 971 (DEVICE_DESC_LENGTH + LIBUSB_DT_CONFIG_SIZE)) { in initialize_device() 974 priv->descriptors + DEVICE_DESC_LENGTH, in initialize_device()
|
D | haiku_usb_raw.cpp | 76 memcpy(buffer, dev->Descriptor(), DEVICE_DESC_LENGTH); in haiku_get_device_descriptor()
|
D | netbsd_usb.c | 250 memcpy(buf, &dpriv->ddesc, DEVICE_DESC_LENGTH); in netbsd_get_device_descriptor()
|
D | openbsd_usb.c | 292 memcpy(buf, &dpriv->ddesc, DEVICE_DESC_LENGTH); in obsd_get_device_descriptor()
|
D | wince_usb.c | 370 memcpy(buffer, &priv->desc, DEVICE_DESC_LENGTH); in wince_get_device_descriptor()
|
D | windows_usbdk.c | 387 memcpy(buffer, &priv->info.DeviceDescriptor, DEVICE_DESC_LENGTH); in usbdk_get_device_descriptor()
|
D | darwin_usb.c | 567 memmove (buffer, &(priv->dev_descriptor), DEVICE_DESC_LENGTH); in darwin_get_device_descriptor()
|
D | windows_winusb.c | 1692 memcpy(buffer, &priv->dev_descriptor, DEVICE_DESC_LENGTH); in windows_get_device_descriptor()
|
/external/libusb/libusb/ |
D | libusbi.h | 55 #define DEVICE_DESC_LENGTH 18 macro
|
D | descriptor.c | 32 #define DEVICE_DESC_LENGTH 18 macro
|
/external/libusb/include/libusb/ |
D | libusbi.h | 55 #define DEVICE_DESC_LENGTH 18 macro
|