Home
last modified time | relevance | path

Searched refs:DEVICE_DESC_LENGTH (Results 1 – 11 of 11) sorted by relevance

/external/libusb/libusb/os/
Dlinux_usbfs.c580 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()
Dhaiku_usb_raw.cpp76 memcpy(buffer, dev->Descriptor(), DEVICE_DESC_LENGTH); in haiku_get_device_descriptor()
Dnetbsd_usb.c250 memcpy(buf, &dpriv->ddesc, DEVICE_DESC_LENGTH); in netbsd_get_device_descriptor()
Dopenbsd_usb.c292 memcpy(buf, &dpriv->ddesc, DEVICE_DESC_LENGTH); in obsd_get_device_descriptor()
Dwince_usb.c370 memcpy(buffer, &priv->desc, DEVICE_DESC_LENGTH); in wince_get_device_descriptor()
Dwindows_usbdk.c387 memcpy(buffer, &priv->info.DeviceDescriptor, DEVICE_DESC_LENGTH); in usbdk_get_device_descriptor()
Ddarwin_usb.c567 memmove (buffer, &(priv->dev_descriptor), DEVICE_DESC_LENGTH); in darwin_get_device_descriptor()
Dwindows_winusb.c1692 memcpy(buffer, &priv->dev_descriptor, DEVICE_DESC_LENGTH); in windows_get_device_descriptor()
/external/libusb/libusb/
Dlibusbi.h55 #define DEVICE_DESC_LENGTH 18 macro
Ddescriptor.c32 #define DEVICE_DESC_LENGTH 18 macro
/external/libusb/include/libusb/
Dlibusbi.h55 #define DEVICE_DESC_LENGTH 18 macro