Searched defs:IoctlCode (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nxp/src/
H A DphLibNfc_Ioctl.c87 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 DphLibNfc_ioctl.h88 uint16_t IoctlCode; member in struct:__anon10906
H A DphHal4Nfc.c453 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 DphFriNfc_OvrHalCmd.h201 uint16_t IoctlCode; member in struct:phFriNfc_OvrHalCmdIoc
225 uint16_t IoctlCode; member in struct:phFriNfc_OvrHalCmdMockup
/external/libnfc-nci/halimpl/pn54x/dnld/
H A DphNxpNciHal_Dnld.c78 uint16_t IoctlCode; /* Ioctl code*/ member in struct:__anon10347
1761 if(NFC_FW_DOWNLOAD == gphNxpNciHal_fw_IoctlCtx.IoctlCode)
1765 else if(PHLIBNFC_DNLD_MEM_READ == gphNxpNciHal_fw_IoctlCtx.IoctlCode)
1769 else if(PHLIBNFC_DNLD_MEM_WRITE == gphNxpNciHal_fw_IoctlCtx.IoctlCode)
1773 else if(PHLIBNFC_DNLD_READ_LOG == gphNxpNciHal_fw_IoctlCtx.IoctlCode)
1784 if(NFC_FW_DOWNLOAD == gphNxpNciHal_fw_IoctlCtx.IoctlCode)
1788 else if(NFC_MEM_READ == gphNxpNciHal_fw_IoctlCtx.IoctlCode)
1792 else if(NFC_MEM_WRITE == gphNxpNciHal_fw_IoctlCtx.IoctlCode)
1796 else if(PHLIBNFC_DNLD_READ_LOG == gphNxpNciHal_fw_IoctlCtx.IoctlCode)
1866 gphNxpNciHal_fw_IoctlCtx.IoctlCode
[all...]

Completed in 121 milliseconds