Home
last modified time | relevance | path

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 DdrvConfig.c155 (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 DdrvUsbd.c357 case USB_DT_CONFIG << 8: in ms_rh_call_control()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvConfig.c163 (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 DdrvHCD.c409 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 Dch9.h169 #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 DdrvUSB_CH9.h244 #define USB_DT_CONFIG 0x02 macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSB_CH9.h124 #define USB_DT_CONFIG 0x02 macro