Lines Matching refs:ps_jewel_info
125 phHciNfc_Jewel_Info_t *ps_jewel_info = NULL; in phHciNfc_Jewel_Get_PipeID() local
126 ps_jewel_info = (phHciNfc_Jewel_Info_t *)psHciContext->p_jewel_info; in phHciNfc_Jewel_Get_PipeID()
127 *ppipe_id = ps_jewel_info->pipe_id; in phHciNfc_Jewel_Get_PipeID()
142 phHciNfc_Jewel_Info_t *ps_jewel_info = NULL; in phHciNfc_Jewel_Init_Resources() local
151 (phHciNfc_Allocate_Resource((void **)(&ps_jewel_info), in phHciNfc_Jewel_Init_Resources()
155 psHciContext->p_jewel_info = ps_jewel_info; in phHciNfc_Jewel_Init_Resources()
156 ps_jewel_info->current_seq = JEWEL_INVALID_SEQ; in phHciNfc_Jewel_Init_Resources()
157 ps_jewel_info->next_seq = JEWEL_INVALID_SEQ; in phHciNfc_Jewel_Init_Resources()
158 ps_jewel_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; in phHciNfc_Jewel_Init_Resources()
188 phHciNfc_Jewel_Info_t *ps_jewel_info=NULL; in phHciNfc_Jewel_Update_PipeInfo() local
189 ps_jewel_info = (phHciNfc_Jewel_Info_t *)psHciContext->p_jewel_info ; in phHciNfc_Jewel_Update_PipeInfo()
193 ps_jewel_info->pipe_id = pipeID; in phHciNfc_Jewel_Update_PipeInfo()
194 ps_jewel_info->p_pipe_info = pPipeInfo; in phHciNfc_Jewel_Update_PipeInfo()
224 phHciNfc_Jewel_Info_t *ps_jewel_info=NULL; in phHciNfc_Jewel_Update_Info() local
225 ps_jewel_info = (phHciNfc_Jewel_Info_t *) in phHciNfc_Jewel_Update_Info()
234 ps_jewel_info->enable_jewel_gate = in phHciNfc_Jewel_Update_Info()
241 ps_jewel_info->current_seq = JEWEL_READID_SEQUENCE; in phHciNfc_Jewel_Update_Info()
242 ps_jewel_info->next_seq = JEWEL_READID_SEQUENCE; in phHciNfc_Jewel_Update_Info()
281 phHciNfc_Jewel_Info_t *ps_jewel_info=NULL; in phHciNfc_Jewel_Info_Sequence() local
285 ps_jewel_info = (phHciNfc_Jewel_Info_t *) in phHciNfc_Jewel_Info_Sequence()
287 ps_pipe_info = ps_jewel_info->p_pipe_info; in phHciNfc_Jewel_Info_Sequence()
295 switch(ps_jewel_info->current_seq) in phHciNfc_Jewel_Info_Sequence()
312 ps_jewel_info->next_seq = JEWEL_END_SEQUENCE; in phHciNfc_Jewel_Info_Sequence()
322 ps_jewel_info->multiple_tgts_found) in phHciNfc_Jewel_Info_Sequence()
331 CompInfo.info = &(ps_jewel_info->s_jewel_info); in phHciNfc_Jewel_Info_Sequence()
333 ps_jewel_info->s_jewel_info.RemDevType = phHal_eJewel_PICC; in phHciNfc_Jewel_Info_Sequence()
334 ps_jewel_info->current_seq = JEWEL_READID_SEQUENCE; in phHciNfc_Jewel_Info_Sequence()
335 ps_jewel_info->next_seq = JEWEL_READID_SEQUENCE; in phHciNfc_Jewel_Info_Sequence()
365 phHciNfc_Jewel_Info_t *ps_jewel_info = NULL; in phHciNfc_Jewel_InfoUpdate() local
368 ps_jewel_info = (phHciNfc_Jewel_Info_t *)(psHciContext->p_jewel_info); in phHciNfc_Jewel_InfoUpdate()
369 ps_jewel_tag_info = &(ps_jewel_info->s_jewel_info.RemoteDevInfo.Jewel_Info); in phHciNfc_Jewel_InfoUpdate()
417 phHciNfc_Jewel_Info_t *ps_jewel_info = (phHciNfc_Jewel_Info_t *) in phHciNfc_Recv_Jewel_Packet() local
420 if (NXP_JEWEL_READID == ps_jewel_info->p_pipe_info->reg_index) in phHciNfc_Recv_Jewel_Packet()
423 ps_jewel_info->p_pipe_info->reg_index, in phHciNfc_Recv_Jewel_Packet()
465 phHciNfc_Jewel_Info_t *ps_jewel_info=NULL; in phHciNfc_Recv_Jewel_Response() local
467 ps_jewel_info = (phHciNfc_Jewel_Info_t *) in phHciNfc_Recv_Jewel_Response()
469 if( NULL == ps_jewel_info->p_pipe_info) in phHciNfc_Recv_Jewel_Response()
476 prev_cmd = ps_jewel_info->p_pipe_info->prev_msg ; in phHciNfc_Recv_Jewel_Response()
484 ps_jewel_info->p_pipe_info->reg_index, in phHciNfc_Recv_Jewel_Response()
500 ps_jewel_info->next_seq = JEWEL_READID_SEQUENCE; in phHciNfc_Recv_Jewel_Response()
508 ps_jewel_info->next_seq = JEWEL_READID_SEQUENCE; in phHciNfc_Recv_Jewel_Response()
559 ps_jewel_info->multiple_tgts_found = in phHciNfc_Recv_Jewel_Response()
564 ps_jewel_info->multiple_tgts_found = FALSE; in phHciNfc_Recv_Jewel_Response()
583 ps_jewel_info->uicc_activation = in phHciNfc_Recv_Jewel_Response()
589 ps_jewel_info->uicc_activation = in phHciNfc_Recv_Jewel_Response()
615 ps_jewel_info->p_pipe_info->prev_status = NFCSTATUS_SUCCESS; in phHciNfc_Recv_Jewel_Response()
616 ps_jewel_info->current_seq = ps_jewel_info->next_seq; in phHciNfc_Recv_Jewel_Response()
655 phHciNfc_Jewel_Info_t *ps_jewel_info = NULL; in phHciNfc_Recv_Jewel_Event() local
660 ps_jewel_info = (phHciNfc_Jewel_Info_t *) in phHciNfc_Recv_Jewel_Event()
677 ps_jewel_info->multiple_tgts_found = in phHciNfc_Recv_Jewel_Event()
683 ps_jewel_info->multiple_tgts_found = FALSE; in phHciNfc_Recv_Jewel_Event()
688 ps_jewel_info->s_jewel_info.RemDevType = phHal_eJewel_PICC; in phHciNfc_Recv_Jewel_Event()
689 ps_jewel_info->current_seq = JEWEL_READID_SEQUENCE; in phHciNfc_Recv_Jewel_Event()
735 phHciNfc_Jewel_Info_t *ps_jewel_info=NULL; in phHciNfc_Send_Jewel_Command() local
742 ps_jewel_info = (phHciNfc_Jewel_Info_t *) in phHciNfc_Send_Jewel_Command()
744 ps_pipe_info = ps_jewel_info->p_pipe_info; in phHciNfc_Send_Jewel_Command()
808 phHciNfc_Jewel_Info_t *ps_jewel_info=NULL; in phHciNfc_Jewel_GetRID() local
812 ps_jewel_info = (phHciNfc_Jewel_Info_t *) in phHciNfc_Jewel_GetRID()
815 ps_pipe_info = ps_jewel_info->p_pipe_info; in phHciNfc_Jewel_GetRID()
823 pipeid = ps_jewel_info->pipe_id ; in phHciNfc_Jewel_GetRID()