Home
last modified time | relevance | path

Searched refs:current_seq (Results 1 – 23 of 23) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_CE_B.c124 ps_ce_b_info->current_seq = HOST_CE_B_INVALID_SEQ; in phHciNfc_CE_B_Init_Resources()
169 switch(ps_ce_b_info->current_seq) in phHciNfc_CE_B_Initialise()
269 switch(ps_ce_b_info->current_seq) in phHciNfc_CE_B_Release()
415 ps_ce_b_info->current_seq = HOST_CE_B_PIPE_OPEN; in phHciNfc_CE_B_Update_PipeInfo()
569 ps_ce_b_info->current_seq = HOST_CE_B_PIPE_OPEN; in phHciNfc_CE_B_Update_Seq()
574 ps_ce_b_info->current_seq = ps_ce_b_info->next_seq; in phHciNfc_CE_B_Update_Seq()
584 ps_ce_b_info->current_seq = HOST_CE_B_DISABLE_SEQ; in phHciNfc_CE_B_Update_Seq()
DphHciNfc_CE_A.c124 ps_ce_a_info->current_seq = HOST_CE_A_INVALID_SEQ; in phHciNfc_CE_A_Init_Resources()
174 switch(ps_ce_a_info->current_seq) in phHciNfc_CE_A_Initialise()
274 switch(ps_ce_a_info->current_seq) in phHciNfc_CE_A_Release()
348 ps_ce_a_info->current_seq = HOST_CE_A_PIPE_OPEN; in phHciNfc_CE_A_Update_PipeInfo()
526 ps_ce_a_info->current_seq = HOST_CE_A_PIPE_OPEN; in phHciNfc_CE_A_Update_Seq()
531 ps_ce_a_info->current_seq = ps_ce_a_info->next_seq; in phHciNfc_CE_A_Update_Seq()
541 ps_ce_a_info->current_seq = HOST_CE_A_DISABLE_SEQ; in phHciNfc_CE_A_Update_Seq()
DphHciNfc_Felica.c172 p_fel_info->current_seq = FELICA_INVALID_SEQ; in phHciNfc_Felica_Init_Resources()
256 p_fel_info->current_seq = FELICA_SYSTEMCODE; in phHciNfc_Felica_Update_Info()
310 HCI_DEBUG ("HCI : p_fel_info->current_seq : %02X\n", p_fel_info->current_seq); in phHciNfc_Felica_Info_Sequence()
311 switch(p_fel_info->current_seq) in phHciNfc_Felica_Info_Sequence()
374 p_fel_info->current_seq = FELICA_SYSTEMCODE; in phHciNfc_Felica_Info_Sequence()
393 HCI_DEBUG ("HCI : p_fel_info->current_seq after : %02X\n", p_fel_info->current_seq); in phHciNfc_Felica_Info_Sequence()
731 p_fel_info->current_seq = p_fel_info->next_seq; in phHciNfc_Recv_Felica_Response()
807 HCI_DEBUG ("HCI : p_fel_info->current_seq : %02X\n", p_fel_info->current_seq); in phHciNfc_Recv_Felica_Event()
811 p_fel_info->current_seq = FELICA_SYSTEMCODE; in phHciNfc_Recv_Felica_Event()
DphHciNfc_SWP.c157 ps_swp_info->current_seq = SWP_INVALID_SEQUENCE; in phHciNfc_SWP_Init_Resources()
287 ps_swp_info->current_seq = ps_swp_info->next_seq; in phHciNfc_Recv_SWP_Response()
689 ((phHciNfc_SWP_Info_t *)psHciContext->p_swp_info)->current_seq = in phHciNfc_Send_SWP_Event()
723 ps_swp_info->current_seq = SWP_INVALID_SEQUENCE; in phHciNfc_SWP_Update_Sequence()
729 ps_swp_info->current_seq = ps_swp_info->next_seq; in phHciNfc_SWP_Update_Sequence()
734 ps_swp_info->current_seq = SWP_INVALID_SEQUENCE; in phHciNfc_SWP_Update_Sequence()
740 ps_swp_info->current_seq = SWP_STATUS_SEQ; in phHciNfc_SWP_Update_Sequence()
789 switch(ps_swp_info->current_seq) in phHciNfc_SWP_Config_Sequence()
DphHciNfc_PollingLoop.c96 phHciNfc_Poll_Seq_t current_seq; member
215 p_poll_info->current_seq = PL_PIPE_OPEN; in phHciNfc_PollLoop_Init_Resources()
299 if (PL_PIPE_CLOSE == p_poll_info->current_seq) in phHciNfc_PollLoop_Release()
424 if (PL_GET_DURATION == p_poll_info->current_seq) in phHciNfc_PollLoop_Cfg()
461 if (PL_GET_RD_PHASES == p_poll_info->current_seq) in phHciNfc_PollLoop_Cfg()
503 if (PL_GET_DISABLE_TARGET == p_poll_info->current_seq) in phHciNfc_PollLoop_Cfg()
656 p_poll_info->current_seq = p_poll_info->next_seq; in phHciNfc_Recv_PollLoop_Response()
DphHciNfc_ISO15693.c128 ps_15693_info->current_seq = ISO15693_INVENTORY; in phHciNfc_ISO15693_Init_Resources()
239 ps_15693_info->current_seq = ISO15693_INVENTORY; in phHciNfc_ISO15693_Update_Info()
292 switch(ps_15693_info->current_seq) in phHciNfc_ISO15693_Info_Sequence()
341 ps_15693_info->current_seq = ISO15693_INVENTORY; in phHciNfc_ISO15693_Info_Sequence()
544 ps_15693_info->current_seq = ps_15693_info->next_seq; in phHciNfc_Recv_ISO15693_Response()
620 ps_15693_info->current_seq = ISO15693_INVENTORY; in phHciNfc_Recv_ISO15693_Event()
DphHciNfc_RFReaderA.c188 p_rdr_a_info->current_seq = RDR_A_INVALID_SEQ; in phHciNfc_ReaderA_Init_Resources()
277 HCI_DEBUG ("HCI : p_rdr_a_info->current_seq : %02X\n", p_rdr_a_info->current_seq); in phHciNfc_ReaderA_Info_Sequence()
278 switch(p_rdr_a_info->current_seq) in phHciNfc_ReaderA_Info_Sequence()
341 p_rdr_a_info->current_seq = RDR_A_UID; in phHciNfc_ReaderA_Info_Sequence()
360 HCI_DEBUG ("HCI : p_rdr_a_info->current_seq after : %02X\n", p_rdr_a_info->current_seq); in phHciNfc_ReaderA_Info_Sequence()
696 p_rdr_a_info->current_seq = p_rdr_a_info->next_seq; in phHciNfc_Recv_ReaderA_Response()
858 p_rdr_a_info->current_seq = RDR_A_UID; in phHciNfc_Recv_ReaderA_Event()
862 HCI_DEBUG ("HCI : p_rdr_a_info->current_seq : %02X\n", p_rdr_a_info->current_seq); in phHciNfc_Recv_ReaderA_Event()
1183 p_rdr_a_info->current_seq = RDR_A_UID; in phHciNfc_ReaderA_Update_Info()
DphHciNfc_Jewel.c156 ps_jewel_info->current_seq = JEWEL_INVALID_SEQ; in phHciNfc_Jewel_Init_Resources()
241 ps_jewel_info->current_seq = JEWEL_READID_SEQUENCE; in phHciNfc_Jewel_Update_Info()
295 switch(ps_jewel_info->current_seq) in phHciNfc_Jewel_Info_Sequence()
334 ps_jewel_info->current_seq = JEWEL_READID_SEQUENCE; in phHciNfc_Jewel_Info_Sequence()
616 ps_jewel_info->current_seq = ps_jewel_info->next_seq; in phHciNfc_Recv_Jewel_Response()
689 ps_jewel_info->current_seq = JEWEL_READID_SEQUENCE; in phHciNfc_Recv_Jewel_Event()
DphHciNfc_RFReaderB.c165 p_rdr_b_info->current_seq = RDR_B_INVALID_SEQ; in phHciNfc_ReaderB_Init_Resources()
214 ps_rdr_b_info->current_seq = RDR_B_PUPI; in phHciNfc_ReaderB_Update_Info()
300 switch(p_rdr_b_info->current_seq) in phHciNfc_ReaderB_Info_Sequence()
397 p_rdr_b_info->current_seq = RDR_B_PUPI; in phHciNfc_ReaderB_Info_Sequence()
592 p_rdr_b_info->current_seq = p_rdr_b_info->next_seq; in phHciNfc_Recv_ReaderB_Response()
664 p_rdr_b_info->current_seq = RDR_B_PUPI; in phHciNfc_Recv_ReaderB_Event()
DphHciNfc_DevMgmt.c129 phHciNfc_DevMgmt_Seq_t current_seq; member
227 p_device_mgmt_info->current_seq = DEV_MGMT_PIPE_OPEN; in phHciNfc_DevMgmt_Init_Resources()
513 switch(p_device_mgmt_info->current_seq ) in phHciNfc_DevMgmt_Initialise()
1002 switch(p_device_mgmt_info->current_seq) in phHciNfc_DevMgmt_Release()
1077 p_device_mgmt_info->current_seq = DEV_MGMT_PIPE_OPEN; in phHciNfc_DevMgmt_Update_Sequence()
1083 p_device_mgmt_info->current_seq = p_device_mgmt_info->next_seq; in phHciNfc_DevMgmt_Update_Sequence()
1089 p_device_mgmt_info->current_seq = DEV_MGMT_EVT_AUTONOMOUS; in phHciNfc_DevMgmt_Update_Sequence()
1284 p_device_mgmt_info->current_seq = p_device_mgmt_info->next_seq; in phHciNfc_Recv_DevMgmt_Response()
1404 p_device_mgmt_info->current_seq = in phHciNfc_Recv_DevMgmt_Event()
DphHciNfc_WI.c148 p_WI_info->current_seq = eWI_PipeOpen; in phHciNfc_WI_Init_Resources()
252 p_WI_info->current_seq = eWI_PipeOpen; in phHciNfc_WI_Update_Sequence()
257 p_WI_info->current_seq = p_WI_info->next_seq; in phHciNfc_WI_Update_Sequence()
262 p_WI_info->current_seq = eWI_PipeOpen; in phHciNfc_WI_Update_Sequence()
636 p_wiinfo->current_seq = p_wiinfo->next_seq; in phHciNfc_Recv_WI_Response()
DphHciNfc_AdminMgmt.c88 phHciNfc_Admin_Seq_t current_seq; member
223 p_admin_info->current_seq = ADMIN_PIPE_OPEN; in phHciNfc_Admin_Initialise()
240 switch(p_admin_info->current_seq) in phHciNfc_Admin_Initialise()
358 p_admin_info->current_seq = ADMIN_CLEAR_PIPES; in phHciNfc_Admin_Initialise()
939 p_admin_info->current_seq = p_admin_info->next_seq; in phHciNfc_Recv_Admin_Response()
DphHciNfc_RFReaderB.h82 phHciNfc_ReaderB_Seq_t current_seq; member
DphHciNfc_Jewel.h83 phHciNfc_Jewel_Seq_t current_seq; member
DphHciNfc_WI.h81 phHciNfc_WI_Seq_t current_seq; member
DphHciNfc_ISO15693.h80 phHciNfc_ISO15693_Seq_t current_seq; member
DphHciNfc_Felica.h86 phHciNfc_Felica_Seq_t current_seq; member
DphHciNfc_CE_B.h87 phHciNfc_CE_B_Seq_t current_seq; member
DphHciNfc_CE_A.h93 phHciNfc_CE_A_Seq_t current_seq; member
DphHciNfc_SWP.h89 phHciNfc_SWP_Seq_t current_seq; member
DphHciNfc_RFReaderA.h92 phHciNfc_ReaderA_Seq_t current_seq; member
DphHciNfc_NfcIPMgmt.h112 phHciNfc_NfcIP_Seq_t current_seq; member
DphHciNfc_NfcIPMgmt.c221 p_init_info->current_seq = NFCIP_INVALID_SEQUENCE; in phHciNfc_Initiator_Init_Resources()
484 p_target_info->current_seq = NFCIP_INVALID_SEQUENCE; in phHciNfc_Target_Init_Resources()
733 p_nfcipinfo->current_seq = p_nfcipinfo->next_seq; in phHciNfc_Recv_NfcIP_Response()
818 p_nfcipinfo->current_seq = NFCIP_NFCID3I; in phHciNfc_Recv_NfcIP_Event()
1046 switch(p_nfcipinfo->current_seq) in phHciNfc_NfcIP_Info_Sequence()
1157 p_nfcipinfo->current_seq = NFCIP_NFCID3I; in phHciNfc_NfcIP_Info_Sequence()