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