Searched defs:IoctlCode (Results 1 - 4 of 4) sorted by relevance
/external/libnfc-nxp/src/ |
H A D | phLibNfc_Ioctl.c | 87 uint16_t IoctlCode, 97 if((IoctlCode==0)||(NULL==pIoCtl_Rsp_cb) || 104 if(IoctlCode!= NFC_FW_DOWNLOAD) 129 phLibNfc_Ioctl_Cntx.IoctlCode = IoctlCode; 131 switch(IoctlCode) 225 if(IoctlCode!= NFC_FW_DOWNLOAD) 261 switch(pIoctlCntx->IoctlCode) 86 phLibNfc_Mgt_IoCtl(void* pDalHandle, uint16_t IoctlCode, phNfc_sData_t* pInParam, phNfc_sData_t* pOutParam, pphLibNfc_IoctlCallback_t pIoCtl_Rsp_cb, void* pContext ) argument
|
H A D | phLibNfc_ioctl.h | 88 uint16_t IoctlCode; member in struct:__anon21308
|
H A D | phHal4Nfc.c | 453 uint32_t IoctlCode, 479 if(NFC_FW_DOWNLOAD_CHECK == IoctlCode) 487 if((NFC_FW_DOWNLOAD == IoctlCode) 536 switch(IoctlCode) 547 IoctlCode , 557 IoctlCode , 587 IoctlCode , 654 Hal4Ctxt->Ioctl_Type = IoctlCode; 451 phHal4Nfc_Ioctl( phHal_sHwReference_t *psHwReference, uint32_t IoctlCode, phNfc_sData_t *pInParam, phNfc_sData_t *pOutParam, pphHal4Nfc_IoctlCallback_t pIoctlCallback, void *pContext ) argument
|
H A D | phFriNfc_OvrHalCmd.h | 201 uint16_t IoctlCode; member in struct:phFriNfc_OvrHalCmdIoc 225 uint16_t IoctlCode; member in struct:phFriNfc_OvrHalCmdMockup
|
Completed in 101 milliseconds