Home
last modified time | relevance | path

Searched refs:USB_DT_STRING (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvMsg.c719 (USB_DT_STRING << 8), 0, pTmp_buf, 4, in ms_usb_string()
745 (USB_DT_STRING << 8) + index, pDev->u32StringLangId, pTmp_buf, 2, in ms_usb_string()
759 (USB_DT_STRING << 8) + index, pDev->u32StringLangId, pTmp_buf, len, in ms_usb_string()
H A DdrvUsbd.c369 case USB_DT_STRING << 8: in ms_rh_call_control()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/
H A Dch9.h170 #define USB_DT_STRING 0x03 macro
197 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB_CH9.h245 #define USB_DT_STRING 0x03 macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSB_CH9.h125 #define USB_DT_STRING 0x03 macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMsg.c315 (USB_DT_STRING << 8) + index, langid, buf, size, in usb_get_string()
H A DdrvHCD.c418 case USB_DT_STRING << 8: in rh_call_control()