Searched refs:USB_GET_DESCRIPTOR_INDEX (Results 1 – 8 of 8) sorted by relevance
25 USB_GET_DESCRIPTOR_INDEX(setup->wValue) == USB_OSDESC_STRING_DESC_INDEX) { in usb_handle_os_desc()
469 index = USB_GET_DESCRIPTOR_INDEX(setup->wValue); in usb_get_descriptor()
71 uint8_t index = USB_GET_DESCRIPTOR_INDEX(setup->wValue); in webusb_to_host_cb()
73 uint8_t index = USB_GET_DESCRIPTOR_INDEX(setup->wValue); in webusb_to_host_cb()
263 USB_GET_DESCRIPTOR_INDEX(pSetup->wValue) == 0xEE) { in custom_handle_req()302 uint8_t index = USB_GET_DESCRIPTOR_INDEX(pSetup->wValue); in vendor_handle_req()
284 #define USB_GET_DESCRIPTOR_INDEX(wValue) ((uint8_t)(wValue)) macro
339 uint8_t desc_idx = USB_GET_DESCRIPTOR_INDEX(setup->wValue); in handle_get_descriptor()
784 uint8_t desc_idx = USB_GET_DESCRIPTOR_INDEX(setup->wValue); in sreq_get_descriptor()