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.h144 #define LIBUSB_DT_HID_SIZE 9 macro
146 + LIBUSB_DT_HID_SIZE + 2 * LIBUSB_DT_ENDPOINT_SIZE)
Dwindows_winusb.c3241 + LIBUSB_DT_HID_SIZE + num_endpoints * LIBUSB_DT_ENDPOINT_SIZE; in _hid_get_config_descriptor()
3249 + LIBUSB_DT_HID_SIZE); in _hid_get_config_descriptor()
3270 tmp_size = LIBUSB_DT_HID_SIZE; in _hid_get_config_descriptor()
3352 d.bLength = LIBUSB_DT_HID_SIZE; in _hid_get_hid_descriptor()
3360 if (*size > LIBUSB_DT_HID_SIZE) in _hid_get_hid_descriptor()
3361 *size = LIBUSB_DT_HID_SIZE; in _hid_get_hid_descriptor()