Home
last modified time | relevance | path

Searched refs:wLength (Results 1 – 25 of 25) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.c325 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 DdrvTransport.c394 us->cr->wLength = CPUToLE16(size); in usb_stor_control_msg()
525 us->cr->wLength = CPUToLE16(size); in usb_stor_ctrl_transfer()
H A DdrvEhciHcd_2.c130 …ci_hub_control (struct usb_hcd *hcd, U16 typeReq, U16 wValue, U16 wIndex, char *buf, U16 wLength);
H A DdrvHCD.h274 char *buf, U16 wLength);
H A DdrvMsg.c262 dr->wLength = CPUToLE16(size); in usb_control_msg()
H A DdrvEhciHcd.c1258 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 DdrvMassStor.c647 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 DdrvMsg.c286 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 DdrvBulktran.c455 ptr->cr->wLength = len; in ms_usb_control_msg()
755 ptr->cr->wLength = request_block->cmd_len; in ms_usb_CB_transport()
H A DdrvUsbd.c325 u16Length = cmd->wLength; in ms_rh_call_control()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/
H A DdrvHostLib_4.c1546 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 DdrvHostLib_3.c1554 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 DdrvHostLib_2.c1556 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 DdrvHostLib.c1570 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 DdrvHost200_4.h181 …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 DdrvHost200.h181 …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 DdrvHost200_3.h181 …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 DdrvHost200_2.h181 …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 Dusbdevice_fs.h46 __u16 wLength; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB_CH9.h220 U16 wLength; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSB_CH9.h118 MS_U16 wLength; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvUSB_eCos.h199 U16 wLength; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/
H A Dcdc.h233 __le16 wLength; member
H A Dch9.h151 __le16 wLength; member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt53316 U16 wLength;