Searched refs:LIBUSB_DT_HID_SIZE (Results 1 – 2 of 2) sorted by relevance
146 #define LIBUSB_DT_HID_SIZE 9 macro148 + LIBUSB_DT_HID_SIZE + 2 * LIBUSB_DT_ENDPOINT_SIZE)
3045 + 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()