HomeSort by relevance Sort by last modified time
    Searched refs:plower_if (Results 1 - 7 of 7) sorted by null

  /external/libnfc-nxp/src/
phLlcNfc.c 165 (NULL == psReference->plower_if) ||
194 psReference->plower_if->init = (pphNfcIF_Interface_t)&phLlcNfc_Init;
195 psReference->plower_if->release = (pphNfcIF_Interface_t)&phLlcNfc_Release;
196 psReference->plower_if->send = (pphNfcIF_Transact_t)&phLlcNfc_Send;
197 psReference->plower_if->receive = (pphNfcIF_Transact_t)&phLlcNfc_Receive;
199 psReference->plower_if->pcontext = ps_llc_ctxt;
phHciNfc_Generic.c 518 phNfc_sLowerIF_t *plower_if = local
523 if(NULL != plower_if->release)
525 status = plower_if->release((void *)plower_if->pcontext,
527 (void) memset((void *)plower_if, 0, sizeof(phNfc_sLowerIF_t));
558 phNfc_sLowerIF_t *plower_if = &(psHciContext->lower_interface); local
560 if( (NULL != plower_if)
561 && (NULL != plower_if->send)
586 status = plower_if->send((void *)plower_if->pcontext
614 phNfc_sLowerIF_t *plower_if = NULL ; local
    [all...]
phHciNfc.c 100 phNfc_sLowerIF_t *plower_if = NULL; local
150 plower_if = hciReference.plower_if = &(psHciContext->lower_interface);
163 if( (NFCSTATUS_SUCCESS == status) && (NULL != plower_if->init) )
174 status = plower_if->init((void *)plower_if->pcontext,
    [all...]
phHciNfc_Sequence.c 1399 phNfc_sLowerIF_t *plower_if = local
    [all...]
phLlcNfc_Interface.c 99 sreference.plower_if = &(psLlcCtxt->lower_if);
    [all...]
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 132 (NULL != psRefer->plower_if) &&
138 psRefer->plower_if->init = phDal4Nfc_Init;
139 psRefer->plower_if->release = phDal4Nfc_Shutdown;
140 psRefer->plower_if->send = phDal4Nfc_Write;
141 psRefer->plower_if->receive = phDal4Nfc_Read;
142 psRefer->plower_if->receive_wait = phDal4Nfc_ReadWait;
143 psRefer->plower_if->transact_abort = phDal4Nfc_ReadWaitCancel;
144 psRefer->plower_if->unregister = phDal4Nfc_Unregister;
150 psRefer->plower_if->pcontext = pgDalContext;
  /external/libnfc-nxp/inc/
phNfcInterface.h 375 phNfc_sLowerIF_t *plower_if; member in struct:phNfcIF_sReference

Completed in 161 milliseconds