Searched refs:USB_DT_ENDPOINT (Results 1 – 5 of 5) sorted by relevance
110 if (header->bDescriptorType != USB_DT_ENDPOINT) { in usb_parse_endpoint()112 header->bDescriptorType, USB_DT_ENDPOINT); in usb_parse_endpoint()161 if ((header->bDescriptorType == USB_DT_ENDPOINT) || in usb_parse_endpoint()325 (header->bDescriptorType == USB_DT_ENDPOINT) || in usb_parse_interface()464 if ((header->bDescriptorType == USB_DT_ENDPOINT) || in usb_parse_configuration()
116 if (desc->bDescriptorType != USB_DT_ENDPOINT) in ms_usb_parse_ept()153 if ((desc->bDescriptorType == USB_DT_ENDPOINT) || in ms_usb_parse_ept()273 (pDesc->bDescriptorType == USB_DT_ENDPOINT) || in ms_usb_parse_interface()378 if ((pDesc->bDescriptorType == USB_DT_ENDPOINT) || in ms_usb_parse_config()
172 #define USB_DT_ENDPOINT 0x05 macro199 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
247 #define USB_DT_ENDPOINT 0x05 macro
127 #define USB_DT_ENDPOINT 0x05 macro