Home
last modified time | relevance | path

Searched refs:USB_DT_ENDPOINT (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvConfig.c110 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()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvConfig.c116 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()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/
H A Dch9.h172 #define USB_DT_ENDPOINT 0x05 macro
199 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB_CH9.h247 #define USB_DT_ENDPOINT 0x05 macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSB_CH9.h127 #define USB_DT_ENDPOINT 0x05 macro