Searched refs:LIBUSB_DT_DEVICE_SIZE (Results 1 - 4 of 4) sorted by relevance

/external/libusb/libusb/os/
H A Dsunos_usb.c106 bcopy(descr, &dpriv->dev_descr, LIBUSB_DT_DEVICE_SIZE);
644 memcpy(buf, &dpriv->dev_descr, LIBUSB_DT_DEVICE_SIZE);
H A Dwindows_winusb.c3006 d.bLength = LIBUSB_DT_DEVICE_SIZE;
3021 if (*size > LIBUSB_DT_DEVICE_SIZE)
3022 *size = LIBUSB_DT_DEVICE_SIZE;
/external/libusb/include/libusb/
H A Dlibusb.h290 #define LIBUSB_DT_DEVICE_SIZE 18 macro
/external/libusb/libusb/
H A Dlibusb.h290 #define LIBUSB_DT_DEVICE_SIZE 18 macro

Completed in 53 milliseconds