| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvHCD.c | 325 U16 typeReq, wValue, wIndex, wLength; in rh_call_control() local 336 wLength = LE16ToCPU (cmd->wLength); in rh_call_control() 338 if (wLength > urb->transfer_buffer_length) in rh_call_control() 343 urb->actual_length = wLength; in rh_call_control() 421 ubuf, wLength); in rh_call_control() 519 (char*) ubuf, wLength); in rh_call_control() 533 typeReq, wValue, wIndex, wLength, urb->status); in rh_call_control()
|
| H A D | drvTransport.c | 394 us->cr->wLength = CPUToLE16(size); in usb_stor_control_msg() 525 us->cr->wLength = CPUToLE16(size); in usb_stor_ctrl_transfer()
|
| H A D | drvEhciHcd_2.c | 130 …ci_hub_control (struct usb_hcd *hcd, U16 typeReq, U16 wValue, U16 wIndex, char *buf, U16 wLength);
|
| H A D | drvHCD.h | 274 char *buf, U16 wLength);
|
| H A D | drvMsg.c | 262 dr->wLength = CPUToLE16(size); in usb_control_msg()
|
| H A D | drvEhciHcd.c | 1258 U16 wLength in ehci_hub_control() argument 9439 …t usb_hcd *hcd, U16 typeReq, U16 wValue, U16 wIndex, char *buf, U16 wLength) ;
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvMassStor.c | 647 pCtrlData->wLength); in ms_ioctl_issue_ctrl() 649 if((pCtrlData->wLength > 0) && ((pCtrlData->bRequestType & USB_DIR_IN) == 0)) /* OUT transfer */ in ms_ioctl_issue_ctrl() 650 memcpy(ms_us->iobuf, pCtrlData->pDataBuf, pCtrlData->wLength); in ms_ioctl_issue_ctrl() 658 pCtrlData->wLength, in ms_ioctl_issue_ctrl() 668 if((pCtrlData->wLength > 0) && (pCtrlData->bRequestType & USB_DIR_IN)) /* IN transfer */ in ms_ioctl_issue_ctrl() 669 memcpy(pCtrlData->pDataBuf, ms_us->iobuf, pCtrlData->wLength); in ms_ioctl_issue_ctrl()
|
| H A D | drvMsg.c | 286 dr->wLength = u16Size; in ms_usb_control_cmd() 301 ret, dr->bRequestType, dr->bRequest, dr->wValue, dr->wIndex, dr->wLength); in ms_usb_control_cmd()
|
| H A D | drvBulktran.c | 455 ptr->cr->wLength = len; in ms_usb_control_msg() 755 ptr->cr->wLength = request_block->cmd_len; in ms_usb_CB_transport()
|
| H A D | drvUsbd.c | 325 u16Length = cmd->wLength; in ms_rh_call_control()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/ |
| H A D | drvHostLib_4.c | 1546 UINT16 wLength; in flib_Host20_Enumerate_Port4() local 1644 wLength=*(pUsbData_Port4+2)+((*(pUsbData_Port4+3))<<8); in flib_Host20_Enumerate_Port4() 1647 if (wLength > CONTROL_BUF_LEN) in flib_Host20_Enumerate_Port4() 1655 if (flib_Host20_Issue_Control_Port4 (1,bCMD,wLength,pUsbData_Port4)>0) in flib_Host20_Enumerate_Port4() 1816 UINT16 wLength; in _flib_Host20_Enumerate_Port4() local 1914 wLength=*(pUsbData_Port4+2)+((*(pUsbData_Port4+3))<<8); in _flib_Host20_Enumerate_Port4() 1917 if (wLength > CONTROL_BUF_LEN) in _flib_Host20_Enumerate_Port4() 1925 if (flib_Host20_Issue_Control_Port4 (1,bCMD,wLength,pUsbData_Port4)>0) in _flib_Host20_Enumerate_Port4()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/ |
| H A D | drvHostLib_3.c | 1554 UINT16 wLength; in flib_Host20_Enumerate_Port3() local 1652 wLength=*(pUsbData_Port3+2)+((*(pUsbData_Port3+3))<<8); in flib_Host20_Enumerate_Port3() 1655 if (wLength > CONTROL_BUF_LEN) in flib_Host20_Enumerate_Port3() 1663 if (flib_Host20_Issue_Control_Port3 (1,bCMD,wLength,pUsbData_Port3)>0) in flib_Host20_Enumerate_Port3() 1824 UINT16 wLength; in _flib_Host20_Enumerate_Port3() local 1922 wLength=*(pUsbData_Port3+2)+((*(pUsbData_Port3+3))<<8); in _flib_Host20_Enumerate_Port3() 1925 if (wLength > CONTROL_BUF_LEN) in _flib_Host20_Enumerate_Port3() 1933 if (flib_Host20_Issue_Control_Port3 (1,bCMD,wLength,pUsbData_Port3)>0) in _flib_Host20_Enumerate_Port3()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/ |
| H A D | drvHostLib_2.c | 1556 UINT16 wLength; in flib_Host20_Enumerate_Port2() local 1654 wLength=*(pUsbData_Port2+2)+((*(pUsbData_Port2+3))<<8); in flib_Host20_Enumerate_Port2() 1657 if (wLength > CONTROL_BUF_LEN) in flib_Host20_Enumerate_Port2() 1665 if (flib_Host20_Issue_Control_Port2 (1,bCMD,wLength,pUsbData_Port2)>0) in flib_Host20_Enumerate_Port2() 1826 UINT16 wLength; in _flib_Host20_Enumerate_Port2() local 1924 wLength=*(pUsbData_Port2+2)+((*(pUsbData_Port2+3))<<8); in _flib_Host20_Enumerate_Port2() 1927 if (wLength > CONTROL_BUF_LEN) in _flib_Host20_Enumerate_Port2() 1935 if (flib_Host20_Issue_Control_Port2 (1,bCMD,wLength,pUsbData_Port2)>0) in _flib_Host20_Enumerate_Port2()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/ |
| H A D | drvHostLib.c | 1570 UINT16 wLength; in flib_Host20_Enumerate() local 1667 wLength=*(pUsbData+2)+((*(pUsbData+3))<<8); in flib_Host20_Enumerate() 1670 if (wLength > CONTROL_BUF_LEN) in flib_Host20_Enumerate() 1678 if (flib_Host20_Issue_Control (1,bCMD,wLength,pUsbData)>0) in flib_Host20_Enumerate() 1838 UINT16 wLength; in _flib_Host20_Enumerate() local 1935 wLength=*(pUsbData+2)+((*(pUsbData+3))<<8); in _flib_Host20_Enumerate() 1938 if (wLength > CONTROL_BUF_LEN) in _flib_Host20_Enumerate() 1946 if (flib_Host20_Issue_Control (1,bCMD,wLength,pUsbData)>0) in _flib_Host20_Enumerate()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/ |
| H A D | drvHost200_4.h | 181 …extern void OTGH_PT_Bulk_SendCBW(UINT32 wLength, UINT16 hwStartAdd, UINT32 wTagNum , UINT8 bDataD…
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/ |
| H A D | drvHost200.h | 181 …extern void OTGH_PT_Bulk_SendCBW(UINT32 wLength, UINT16 hwStartAdd, UINT32 wTagNum , UINT8 bDataD…
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/ |
| H A D | drvHost200_3.h | 181 …extern void OTGH_PT_Bulk_SendCBW(UINT32 wLength, UINT16 hwStartAdd, UINT32 wTagNum , UINT8 bDataD…
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/ |
| H A D | drvHost200_2.h | 181 …extern void OTGH_PT_Bulk_SendCBW(UINT32 wLength, UINT16 hwStartAdd, UINT32 wTagNum , UINT8 bDataD…
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | usbdevice_fs.h | 46 __u16 wLength; member
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB_CH9.h | 220 U16 wLength; member
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvUSB_CH9.h | 118 MS_U16 wLength; member
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | drvUSB_eCos.h | 199 U16 wLength; member
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/ |
| H A D | cdc.h | 233 __le16 wLength; member
|
| H A D | ch9.h | 151 __le16 wLength; member
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 53316 U16 wLength;
|