Searched refs:USB_DT_DEVICE (Results 1 – 13 of 13) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvConfig.c | 156 (desc->bDescriptorType == USB_DT_DEVICE)) in ms_usb_parse_ept() 275 (pDesc->bDescriptorType == USB_DT_DEVICE)) in ms_usb_parse_interface() 286 (pDesc->bDescriptorType == USB_DT_DEVICE))) in ms_usb_parse_interface() 381 (pDesc->bDescriptorType == USB_DT_DEVICE)) in ms_usb_parse_config()
|
| H A D | drvMsg.c | 396 return ms_usb_get_descriptor(pDev, USB_DT_DEVICE, in ms_usb_get_dev_descriptor()
|
| H A D | drvUSB.c | 660 s32Err = ms_usb_get_descriptor(pUdev, USB_DT_DEVICE, 0, &pUdev->descriptor, 8); in ms_usb_new_device()
|
| H A D | drvHub.c | 1171 s32Err = ms_usb_get_descriptor(ms_dev, USB_DT_DEVICE, 0, d_desc, sizeof(*d_desc)); in ms_usb_physical_reset_device()
|
| H A D | drvUsbd.c | 348 case USB_DT_DEVICE << 8: in ms_rh_call_control()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvConfig.c | 164 (header->bDescriptorType == USB_DT_DEVICE)) in usb_parse_endpoint() 327 (header->bDescriptorType == USB_DT_DEVICE)) in usb_parse_interface() 356 (header->bDescriptorType == USB_DT_DEVICE))) in usb_parse_interface() 467 (header->bDescriptorType == USB_DT_DEVICE)) in usb_parse_configuration()
|
| H A D | drvMsg.c | 321 int ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, &dev->descriptor, in usb_get_device_descriptor()
|
| H A D | drvUSB.c | 3474 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, &dev->descriptor, 8); in usb_new_device()
|
| H A D | drvHCD.c | 369 case USB_DT_DEVICE << 8: in rh_call_control()
|
| H A D | drvHub.c | 8261 ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, descriptor, in usb_physical_reset_device()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/ |
| H A D | ch9.h | 168 #define USB_DT_DEVICE 0x01 macro 195 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB_CH9.h | 243 #define USB_DT_DEVICE 0x01 macro
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvUSB_CH9.h | 123 #define USB_DT_DEVICE 0x01 macro
|