Home
last modified time | relevance | path

Searched refs:LIBUSB_DT_HID_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/os/
Dwindows_winusb.h146 #define LIBUSB_DT_HID_SIZE 9 macro
148 + LIBUSB_DT_HID_SIZE + 2 * LIBUSB_DT_ENDPOINT_SIZE)
Dwindows_winusb.c3045 + LIBUSB_DT_HID_SIZE + num_endpoints * LIBUSB_DT_ENDPOINT_SIZE; in _hid_get_config_descriptor()
3053 + LIBUSB_DT_HID_SIZE); in _hid_get_config_descriptor()
3074 tmp_size = LIBUSB_DT_HID_SIZE; in _hid_get_config_descriptor()
3154 d.bLength = LIBUSB_DT_HID_SIZE; in _hid_get_hid_descriptor()
3162 if (*size > LIBUSB_DT_HID_SIZE) in _hid_get_hid_descriptor()
3163 *size = LIBUSB_DT_HID_SIZE; in _hid_get_hid_descriptor()