Home
last modified time | relevance | path

Searched refs:ms_usb_string (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSB.c141 if (ms_usb_string(pDev, iIdx, pCbuf, 256) > 0)
720 … retv = ms_usb_string(pUdev, pUdev->descriptor.iManufacturer, usb_manufacturer_string_buf, 64); in ms_usb_new_device()
734 retv = ms_usb_string(pUdev, pUdev->descriptor.iProduct, usb_product_string_buf, 64); in ms_usb_new_device()
748 … retv = ms_usb_string(pUdev, pUdev->descriptor.iSerialNumber, usb_serialnumber_string_buf, 64); in ms_usb_new_device()
H A DdrvMsg.c697 int ms_usb_string(struct usb_device *pDev, int index, char *pBuf, size_t size) in ms_usb_string() function
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h435 extern int ms_usb_string(struct usb_device *ms_dev, int index,