Searched refs:USB_DT_CONFIG (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvConfig.c | 155 (desc->bDescriptorType == USB_DT_CONFIG) || in ms_usb_parse_ept() 274 (pDesc->bDescriptorType == USB_DT_CONFIG) || in ms_usb_parse_interface() 285 ((pDesc->bDescriptorType == USB_DT_CONFIG) || in ms_usb_parse_interface() 380 (pDesc->bDescriptorType == USB_DT_CONFIG) || in ms_usb_parse_config() 495 retval = ms_usb_get_descriptor(dev, USB_DT_CONFIG, cfg_num, pBuf, 8); in ms_usb_get_config() 512 retval = ms_usb_get_descriptor(dev, USB_DT_CONFIG, cfg_num, pBuf_tmp, len); in ms_usb_get_config()
|
| H A D | drvUsbd.c | 357 case USB_DT_CONFIG << 8: in ms_rh_call_control()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvConfig.c | 163 (header->bDescriptorType == USB_DT_CONFIG) || in usb_parse_endpoint() 326 (header->bDescriptorType == USB_DT_CONFIG) || in usb_parse_interface() 355 ((header->bDescriptorType == USB_DT_CONFIG) || in usb_parse_interface() 466 (header->bDescriptorType == USB_DT_CONFIG) || in usb_parse_configuration() 592 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 8); in usb_get_configuration() 618 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, bigbuffer, length); in usb_get_configuration()
|
| H A D | drvHCD.c | 409 case USB_DT_CONFIG << 8: in rh_call_control()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/ |
| H A D | ch9.h | 169 #define USB_DT_CONFIG 0x02 macro 196 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB_CH9.h | 244 #define USB_DT_CONFIG 0x02 macro
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvUSB_CH9.h | 124 #define USB_DT_CONFIG 0x02 macro
|