Searched refs:wLength (Results 1 – 8 of 8) sorted by relevance
364 gpphTmlNfc_Context->tReadInfo.wLength = (uint16_t)(dwNoBytesWrRd); in phTmlNfc_TmlThread()367 gpphTmlNfc_Context->tReadInfo.wLength); in phTmlNfc_TmlThread()376 tTransactionInfo.wLength = gpphTmlNfc_Context->tReadInfo.wLength; in phTmlNfc_TmlThread()446 gpphTmlNfc_Context->tWriteInfo.wLength); in phTmlNfc_TmlWriterThread()462 gpphTmlNfc_Context->tWriteInfo.wLength); in phTmlNfc_TmlWriterThread()474 tTransactionInfo.wLength = (uint16_t)dwNoBytesWrRd; in phTmlNfc_TmlWriterThread()645 NFCSTATUS phTmlNfc_Write(uint8_t* pBuffer, uint16_t wLength, in phTmlNfc_Write() argument654 (PH_TMLNFC_RESET_VALUE != wLength) && (NULL != pTmlWriteComplete)) { in phTmlNfc_Write()662 gpphTmlNfc_Context->tWriteInfo.wLength = wLength; in phTmlNfc_Write()717 NFCSTATUS phTmlNfc_Read(uint8_t* pBuffer, uint16_t wLength, in phTmlNfc_Read() argument[all …]
76 uint16_t wLength; /* Data size of the Transaction*/ member136 uint16_t wLength; /*Length of data read/written */ member212 NFCSTATUS phTmlNfc_Write(uint8_t* pBuffer, uint16_t wLength,215 NFCSTATUS phTmlNfc_Read(uint8_t* pBuffer, uint16_t wLength,
851 if ((PH_DL_STATUS_OK != pInfo->wStatus) || (0 == pInfo->wLength) || in phDnldNfc_ProcessFrame()860 (pInfo->wLength)); in phDnldNfc_ProcessFrame()862 (pDlCtxt->tRspBuffInfo.wLen) = (pInfo->wLength); in phDnldNfc_ProcessFrame()869 (pInfo->pBuff), ((pInfo->wLength) - PHDNLDNFC_FRAME_CRC_LEN)); in phDnldNfc_ProcessFrame()872 wRecvdCrc = (((uint16_t)(pInfo->pBuff[(pInfo->wLength) - 2]) << 8U) | in phDnldNfc_ProcessFrame()873 (pInfo->pBuff[(pInfo->wLength) - 1])); in phDnldNfc_ProcessFrame()880 wPldLen = ((pInfo->wLength) - in phDnldNfc_ProcessFrame()
242 req.wLength = sizeof(languages); in AndroidInterfaceAdded()260 req.wLength = sizeof(buffer); in AndroidInterfaceAdded()
648 if ((act->wLength == 0x05) && in st_validator_testSWP1_vltg()920 if (exp->len <= act->wLength && in st_validator_testEquals()
355 req.wLength = sizeof(buffer); in try_device()
601 ctrl.wLength = length; in usb_device_control_transfer()
901 nxpncihal_ctrl.rx_data_len = pInfo->wLength; in phNxpNciHal_read_complete()