• Home
  • Raw
  • Download

Lines Matching refs:ps_pipe_info

282         phHciNfc_Pipe_Info_t        *ps_pipe_info=NULL;  in phHciNfc_Jewel_Info_Sequence()  local
287 ps_pipe_info = ps_jewel_info->p_pipe_info; in phHciNfc_Jewel_Info_Sequence()
288 if(NULL == ps_pipe_info ) in phHciNfc_Jewel_Info_Sequence()
299 pipeid = ps_pipe_info->pipe.pipe_id; in phHciNfc_Jewel_Info_Sequence()
300 ps_pipe_info->reg_index = NXP_JEWEL_READID; in phHciNfc_Jewel_Info_Sequence()
303 ps_pipe_info->param_info = (void *)&paraminfo; in phHciNfc_Jewel_Info_Sequence()
304 ps_pipe_info->param_length = NXP_JEWEL_READID_LENGTH + 1; in phHciNfc_Jewel_Info_Sequence()
320 ps_pipe_info->reg_index = JEWEL_END_SEQUENCE; in phHciNfc_Jewel_Info_Sequence()
736 phHciNfc_Pipe_Info_t *ps_pipe_info=NULL; in phHciNfc_Send_Jewel_Command() local
744 ps_pipe_info = ps_jewel_info->p_pipe_info; in phHciNfc_Send_Jewel_Command()
745 if(NULL == ps_pipe_info ) in phHciNfc_Send_Jewel_Command()
762 i, (uint8_t *)ps_pipe_info->param_info, in phHciNfc_Send_Jewel_Command()
763 ps_pipe_info->param_length); in phHciNfc_Send_Jewel_Command()
764 length =(uint8_t)(length + i + ps_pipe_info->param_length); in phHciNfc_Send_Jewel_Command()
773 ps_pipe_info->sent_msg_type = (uint8_t)HCP_MSG_TYPE_COMMAND; in phHciNfc_Send_Jewel_Command()
774 ps_pipe_info->prev_msg = cmd; in phHciNfc_Send_Jewel_Command()
780 ps_pipe_info->prev_status = status; in phHciNfc_Send_Jewel_Command()
809 phHciNfc_Pipe_Info_t *ps_pipe_info=NULL; in phHciNfc_Jewel_GetRID() local
815 ps_pipe_info = ps_jewel_info->p_pipe_info; in phHciNfc_Jewel_GetRID()
816 if(NULL == ps_pipe_info ) in phHciNfc_Jewel_GetRID()
826 ps_pipe_info->param_info = (void *)&reader_id_info; in phHciNfc_Jewel_GetRID()
827 ps_pipe_info->param_length = NXP_JEWEL_READID_LENGTH + 1 ; in phHciNfc_Jewel_GetRID()