Home
last modified time | relevance | path

Searched refs:tData (Results 1 – 8 of 8) sorted by relevance

/hardware/st/secure_element/ese-spi-driver/utils-lib/
DDataMgmt.cc94 newNode->tData.len = data_len; in DataMgmt_StoreDataInList()
95 newNode->tData.data = (uint8_t*)malloc(ATP.ifsc * sizeof(uint8_t)); in DataMgmt_StoreDataInList()
96 if (newNode->tData.data == NULL) { in DataMgmt_StoreDataInList()
100 memcpy(newNode->tData.data, pbuff, data_len); in DataMgmt_StoreDataInList()
130 if (new_node->tData.len > ATP.ifsc) { in DataMgmt_GetDataFromList()
133 memcpy((pbuff + offset), new_node->tData.data, new_node->tData.len); in DataMgmt_GetDataFromList()
134 offset += new_node->tData.len; in DataMgmt_GetDataFromList()
159 free(current->tData.data); in DataMgmt_DeletList()
160 current->tData.data = NULL; in DataMgmt_DeletList()
DDataMgmt.h25 Tpdu tData; member
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEseDataMgr.cpp94 newNode->tData.wLen = data_len; in phNxpEse_StoreDatainList()
95 phNxpEse_memcpy(newNode->tData.sbuffer, pbuff, data_len); in phNxpEse_StoreDatainList()
125 phNxpEse_memcpy((pbuff + offset), new_node->tData.sbuffer, in phNxpEse_GetDataFromList()
126 new_node->tData.wLen); in phNxpEse_GetDataFromList()
127 offset += new_node->tData.wLen; in phNxpEse_GetDataFromList()
DphNxpEseDataMgr.h30 tData; /* buffer to be used to store the received payload */ member
/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEseDataMgr.cpp104 newNode->tData.wLen = data_len; in phNxpEse_StoreDatainList()
105 phNxpEse_memcpy(newNode->tData.sbuffer, pbuff, data_len); in phNxpEse_StoreDatainList()
135 phNxpEse_memcpy((pbuff + offset), new_node->tData.sbuffer, in phNxpEse_GetDataFromList()
136 new_node->tData.wLen); in phNxpEse_GetDataFromList()
137 offset += new_node->tData.wLen; in phNxpEse_GetDataFromList()
DphNxpEseDataMgr.h40 tData; /*!<buffer to be used to store the received payload */ member
/hardware/nxp/nfc/pn8x/halimpl/dnld/
DphNxpNciHal_Dnld.cc371 phDnldNfc_Buff_t tData; in phNxpNciHal_fw_dnld_normal() local
386 (tData.pBuff) = bClkVal; in phNxpNciHal_fw_dnld_normal()
387 (tData.wLen) = sizeof(bClkVal); in phNxpNciHal_fw_dnld_normal()
398 &tData, (pphDnldNfc_RspCb_t)&phNxpNciHal_fw_dnld_normal_cb, in phNxpNciHal_fw_dnld_normal()
443 phDnldNfc_Buff_t tData; in phNxpNciHal_fw_dnld_force() local
458 (tData.pBuff) = bClkVal; in phNxpNciHal_fw_dnld_force()
459 (tData.wLen) = sizeof(bClkVal); in phNxpNciHal_fw_dnld_force()
469 wStatus = phDnldNfc_Force(&tData, in phNxpNciHal_fw_dnld_force()
1424 phDnldNfc_Buff_t tData; in phNxpNciHal_fw_dnld_log() local
1438 (tData.pBuff) = (uint8_t*)&(gphNxpNciHal_fw_IoctlCtx.tLogParams); in phNxpNciHal_fw_dnld_log()
[all …]
/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphNxpNciHal_Dnld.cc350 phDnldNfc_Buff_t tData; in phNxpNciHal_fw_dnld_force() local
365 (tData.pBuff) = bClkVal; in phNxpNciHal_fw_dnld_force()
366 (tData.wLen) = sizeof(bClkVal); in phNxpNciHal_fw_dnld_force()
376 wStatus = phDnldNfc_Force(&tData, in phNxpNciHal_fw_dnld_force()
1378 phDnldNfc_Buff_t tData; in phNxpNciHal_fw_dnld_log() local
1396 (tData.pBuff) = (uint8_t*)&(gphNxpNciHal_fw_IoctlCtx.tLogParams); in phNxpNciHal_fw_dnld_log()
1397 (tData.wLen) = sizeof(gphNxpNciHal_fw_IoctlCtx.tLogParams); in phNxpNciHal_fw_dnld_log()
1400 phDnldNfc_Log(&tData, (pphDnldNfc_RspCb_t)&phNxpNciHal_fw_dnld_log_cb, in phNxpNciHal_fw_dnld_log()