HomeSort by relevance Sort by last modified time
    Searched refs:plower_if (Results 1 - 8 of 8) 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 520 phNfc_sLowerIF_t *plower_if = local
525 if(NULL != plower_if->release)
527 status = plower_if->release((void *)plower_if->pcontext,
529 (void) memset((void *)plower_if, 0, sizeof(phNfc_sLowerIF_t));
560 phNfc_sLowerIF_t *plower_if = &(psHciContext->lower_interface); local
562 if( (NULL != plower_if)
563 && (NULL != plower_if->send)
588 status = plower_if->send((void *)plower_if->pcontext
616 phNfc_sLowerIF_t *plower_if = NULL ; local
    [all...]
phDnldNfc.c 989 phNfc_sLowerIF_t *plower_if = local
995 if(NULL != plower_if->release)
998 status = plower_if->release((void *)plower_if->pcontext,
1004 (void)memset((void *)plower_if,
1176 phNfc_sLowerIF_t *plower_if = &(psDnldContext->lower_interface); local
1240 phNfc_sLowerIF_t *plower_if = NULL ; local
3716 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 1476 phNfc_sLowerIF_t *plower_if = local
    [all...]
phLlcNfc_Interface.c 102 sreference.plower_if = &(psLlcCtxt->lower_if);
    [all...]
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 159 (NULL != psRefer->plower_if) &&
165 psRefer->plower_if->init = phDal4Nfc_Init;
166 psRefer->plower_if->release = phDal4Nfc_Shutdown;
167 psRefer->plower_if->send = phDal4Nfc_Write;
168 psRefer->plower_if->receive = phDal4Nfc_Read;
169 psRefer->plower_if->receive_wait = phDal4Nfc_ReadWait;
170 psRefer->plower_if->transact_abort = phDal4Nfc_ReadWaitCancel;
171 psRefer->plower_if->unregister = phDal4Nfc_Unregister;
177 psRefer->plower_if->pcontext = pgDalContext;
    [all...]
  /external/libnfc-nxp/inc/
phNfcInterface.h 375 phNfc_sLowerIF_t *plower_if; member in struct:phNfcIF_sReference

Completed in 2872 milliseconds