Home
last modified time | relevance | path

Searched refs:config_type (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc.c172 psHciContext->config_type = POLL_LOOP_CFG; in phHciNfc_Initialise()
369 phHal_eConfigType_t config_type, in phHciNfc_Configure() argument
384 switch(config_type) in phHciNfc_Configure()
395 psHciContext->config_type = NFC_GENERAL_CFG; in phHciNfc_Configure()
431 psHciContext->config_type = SWP_PROTECT_CFG; in phHciNfc_Configure()
503 psHciContext->config_type = POLL_LOOP_CFG; in phHciNfc_Config_Discovery()
687 psHciContext->config_type = SMX_WI_CFG; in phHciNfc_Config_Emulation()
694 psHciContext->config_type = UICC_SWP_CFG; in phHciNfc_Config_Emulation()
762 psHciContext->config_type = SWP_EVT_CFG; in phHciNfc_Switch_SwpMode()
842 psHciContext->config_type = SMX_WI_MODE; in phHciNfc_Switch_SmxMode()
[all …]
DphHciNfc.h364 phHal_eConfigType_t config_type,
702 uint32_t config_type,
DphHal4Nfc.c460 uint32_t config_type = 0; in phHal4Nfc_Ioctl() local
599 config_type = ((config_type << BYTE_SIZE ) in phHal4Nfc_Ioctl()
605 config_type , in phHal4Nfc_Ioctl()
626 config_type = ((config_type << BYTE_SIZE ) in phHal4Nfc_Ioctl()
632 config_type, in phHal4Nfc_Ioctl()
DphHciNfc_Sequence.c1516 switch(psHciContext->config_type) in phHciNfc_Config_Sequence()
1573 ((SMX_WI_CFG == psHciContext->config_type)? in phHciNfc_Config_Sequence()
1856 psHciContext->config_type = NFC_CE_A_CFG; in phHciNfc_EmulationCfg_Sequence()
1864 psHciContext->config_type = NFC_CE_B_CFG; in phHciNfc_EmulationCfg_Sequence()
1910 psHciContext->config_type); in phHciNfc_EmulationCfg_Sequence()
1915 if(UICC_SWP_CFG == psHciContext->config_type) in phHciNfc_EmulationCfg_Sequence()
1938 if (UICC_SWP_CFG == psHciContext->config_type) in phHciNfc_EmulationCfg_Sequence()
DphHciNfc_Generic.h619 phHciNfc_eConfigType_t config_type; member