Searched refs:iLen (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvUsbd.c | 269 int iLen in ms_rh_string() argument 299 return 2 + ms_ascii2utf (pu8Buf, pData + 2, iLen - 2); in ms_rh_string() 317 int iLen = 0; in ms_rh_call_control() local 355 iLen = 18; in ms_rh_call_control() 361 iLen = sizeof hs_rh_config_descriptor; in ms_rh_call_control() 366 iLen = sizeof fs_rh_config_descriptor; in ms_rh_call_control() 407 if (pUrb->u32TransferBufferLength < iLen) in ms_rh_call_control() 408 iLen = pUrb->u32TransferBufferLength; in ms_rh_call_control() 409 pUrb->u32ActualLength = iLen; in ms_rh_call_control() 410 memcpy(ubuf, bufp, iLen); in ms_rh_call_control() [all …]
|
| H A D | drvEhciHcd.c | 1336 int iLen, iMaxpkt; in ms_qh_urb_process() local 1354 iLen = pUrb->u32TransferBufferLength; in ms_qh_urb_process() 1376 if (iLen > 0) in ms_qh_urb_process() 1408 this_qtd_len = ms_qtd_pack (pQtd, tBuf, iLen, u32Token, iMaxpkt); in ms_qh_urb_process() 1409 iLen -= this_qtd_len; in ms_qh_urb_process() 1418 if (iLen <= 0) in ms_qh_urb_process() 3237 int iLen, iMaxpkt; in ms_qh_urb_transaction_EHSET() local 3254 iLen = urb->u32TransferBufferLength; in ms_qh_urb_transaction_EHSET() 3273 tBufAddr = (iLen > 0) ? urb->tTransferDma : 0; in ms_qh_urb_transaction_EHSET() 3299 iThisQtdLen = ms_qtd_pack (pQtd, tBufAddr, iLen, u32Token, iMaxpkt); in ms_qh_urb_transaction_EHSET() [all …]
|