Lines Matching refs:gate_id

161         (*ppPipeHandle)->pipe.source.gate_id    =   in phHciNfc_Create_Pipe()
162 ((phHciNfc_Gate_Info_t *)destination)->gate_id; in phHciNfc_Create_Pipe()
165 (*ppPipeHandle)->pipe.dest.gate_id = in phHciNfc_Create_Pipe()
166 ((phHciNfc_Gate_Info_t *)destination)->gate_id; in phHciNfc_Create_Pipe()
213 p_pipe_info->pipe.source.gate_id = in phHciNfc_Update_Pipe()
217 p_pipe_info->pipe.dest.gate_id = in phHciNfc_Update_Pipe()
334 id_dest.gate_id = (uint8_t)phHciNfc_CETypeAGate; in phHciNfc_CE_Pipes_OP()
351 id_dest.gate_id = (uint8_t)phHciNfc_CETypeBGate; in phHciNfc_CE_Pipes_OP()
369 id_dest.gate_id = (uint8_t)phHciNfc_CETypeFGate; in phHciNfc_CE_Pipes_OP()
454 id_dest.gate_id = (uint8_t)phHciNfc_IdentityMgmtGate; in phHciNfc_Create_All_Pipes()
475 id_dest.gate_id = (uint8_t)phHciNfc_PN544MgmtGate; in phHciNfc_Create_All_Pipes()
499 id_dest.gate_id = (uint8_t)phHciNfc_PollingLoopGate; in phHciNfc_Create_All_Pipes()
520 id_dest.gate_id = (uint8_t)phHciNfc_RFReaderAGate; in phHciNfc_Create_All_Pipes()
542 id_dest.gate_id = (uint8_t)phHciNfc_RFReaderBGate; in phHciNfc_Create_All_Pipes()
566 id_dest.gate_id = (uint8_t)phHciNfc_RFReaderFGate; in phHciNfc_Create_All_Pipes()
589 id_dest.gate_id = (uint8_t)phHciNfc_JewelReaderGate; in phHciNfc_Create_All_Pipes()
612 id_dest.gate_id = (uint8_t)phHciNfc_ISO15693Gate; in phHciNfc_Create_All_Pipes()
634 id_dest.gate_id = (uint8_t)phHciNfc_NFCIP1InitRFGate; in phHciNfc_Create_All_Pipes()
656 id_dest.gate_id = (uint8_t)phHciNfc_NFCIP1TargetRFGate; in phHciNfc_Create_All_Pipes()
679 id_dest.gate_id = (uint8_t)phHciNfc_NfcWIMgmtGate; in phHciNfc_Create_All_Pipes()
700 id_dest.gate_id = (uint8_t)phHciNfc_SwpMgmtGate; in phHciNfc_Create_All_Pipes()
787 phHciNfc_GateID_t gate_id = phHciNfc_UnknownGate; in phHciNfc_Update_PipeInfo() local
799 gate_id = (phHciNfc_GateID_t )pPipeInfo->pipe.dest.gate_id ; in phHciNfc_Update_PipeInfo()
800 switch( gate_id ) in phHciNfc_Update_PipeInfo()