Home
last modified time | relevance | path

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 DdrvConfig.c156 (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 DdrvMsg.c396 return ms_usb_get_descriptor(pDev, USB_DT_DEVICE, in ms_usb_get_dev_descriptor()
H A DdrvUSB.c660 s32Err = ms_usb_get_descriptor(pUdev, USB_DT_DEVICE, 0, &pUdev->descriptor, 8); in ms_usb_new_device()
H A DdrvHub.c1171 s32Err = ms_usb_get_descriptor(ms_dev, USB_DT_DEVICE, 0, d_desc, sizeof(*d_desc)); in ms_usb_physical_reset_device()
H A DdrvUsbd.c348 case USB_DT_DEVICE << 8: in ms_rh_call_control()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvConfig.c164 (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 DdrvMsg.c321 int ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, &dev->descriptor, in usb_get_device_descriptor()
H A DdrvUSB.c3474 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, &dev->descriptor, 8); in usb_new_device()
H A DdrvHCD.c369 case USB_DT_DEVICE << 8: in rh_call_control()
H A DdrvHub.c8261 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 Dch9.h168 #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 DdrvUSB_CH9.h243 #define USB_DT_DEVICE 0x01 macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSB_CH9.h123 #define USB_DT_DEVICE 0x01 macro