Searched refs:hid_desc (Results 1 – 1 of 1) sorted by relevance
517 const struct usb_hid_config *hid_desc; in hid_custom_handle_req() local531 hid_desc = cfg->interface_descriptor; in hid_custom_handle_req()535 *len = MIN(setup->wLength, hid_desc->if0_hid.bLength); in hid_custom_handle_req()536 *data = (uint8_t *)&hid_desc->if0_hid; in hid_custom_handle_req()