• Home
  • Raw
  • Download

Lines Matching refs:p_swp_info

125         && ( NULL != psHciContext->p_swp_info )   in phHciNfc_SWP_Get_PipeID()
128 phHciNfc_SWP_Info_t *p_swp_info=NULL; in phHciNfc_SWP_Get_PipeID() local
129 p_swp_info = (phHciNfc_SWP_Info_t *) in phHciNfc_SWP_Get_PipeID()
130 psHciContext->p_swp_info ; in phHciNfc_SWP_Get_PipeID()
131 *ppipe_id = p_swp_info->pipe_id ; in phHciNfc_SWP_Get_PipeID()
152 if(( NULL == psHciContext->p_swp_info ) && in phHciNfc_SWP_Init_Resources()
156 psHciContext->p_swp_info = ps_swp_info; in phHciNfc_SWP_Init_Resources()
184 else if(NULL == psHciContext->p_swp_info) in phHciNfc_SWP_Update_PipeInfo()
192 psHciContext->p_swp_info ; in phHciNfc_SWP_Update_PipeInfo()
230 else if(NULL == psHciContext->p_swp_info) in phHciNfc_Recv_SWP_Response()
240 psHciContext->p_swp_info ; in phHciNfc_Recv_SWP_Response()
310 else if(NULL == psHciContext->p_swp_info) in phHciNfc_SWP_Configure_Default()
319 ps_swp_info = (phHciNfc_SWP_Info_t*)psHciContext->p_swp_info; in phHciNfc_SWP_Configure_Default()
358 else if(NULL == psHciContext->p_swp_info) in phHciNfc_SWP_Get_Status()
367 ps_swp_info = (phHciNfc_SWP_Info_t*)psHciContext->p_swp_info; in phHciNfc_SWP_Get_Status()
401 else if(NULL == psHciContext->p_swp_info) in phHciNfc_SWP_Get_Bitrate()
409 ps_swp_info = (phHciNfc_SWP_Info_t*)psHciContext->p_swp_info; in phHciNfc_SWP_Get_Bitrate()
434 else if(NULL == psHciContext->p_swp_info) in phHciNfc_SWP_Protection()
443 ps_swp_info = (phHciNfc_SWP_Info_t*)psHciContext->p_swp_info; in phHciNfc_SWP_Protection()
483 psHciContext->p_swp_info ; in phHciNfc_SWP_InfoUpdate()
533 else if ( NULL == psHciContext->p_swp_info ) in phHciNfc_SWP_Configure_Mode()
543 ps_swp_info = (phHciNfc_SWP_Info_t*)psHciContext->p_swp_info; in phHciNfc_SWP_Configure_Mode()
594 else if(NULL == psHciContext->p_swp_info) in phHciNfc_Recv_SWP_Event()
603 psHciContext->p_swp_info ; in phHciNfc_Recv_SWP_Event()
689 ((phHciNfc_SWP_Info_t *)psHciContext->p_swp_info)->current_seq = in phHciNfc_Send_SWP_Event()
690 ((phHciNfc_SWP_Info_t *)psHciContext->p_swp_info)->next_seq; in phHciNfc_Send_SWP_Event()
709 else if( NULL == psHciContext->p_swp_info ) in phHciNfc_SWP_Update_Sequence()
717 psHciContext->p_swp_info ; in phHciNfc_SWP_Update_Sequence()
768 else if( NULL == psHciContext->p_swp_info ) in phHciNfc_SWP_Config_Sequence()
779 ps_swp_info = (phHciNfc_SWP_Info_t *)psHciContext->p_swp_info; in phHciNfc_SWP_Config_Sequence()