Searched refs:ps_llc_ctxt (Results 1 – 2 of 2) sorted by relevance
160 phLlcNfc_Context_t *ps_llc_ctxt = NULL; in phLlcNfc_Register() local179 ps_llc_ctxt = (phLlcNfc_Context_t*)phOsalNfc_GetMemory( in phLlcNfc_Register()181 if (NULL == ps_llc_ctxt) in phLlcNfc_Register()191 (void)memset(ps_llc_ctxt, 0, sizeof(phLlcNfc_Context_t)); in phLlcNfc_Register()199 psReference->plower_if->pcontext = ps_llc_ctxt; in phLlcNfc_Register()202 ps_llc_ctxt->cb_for_if.receive_complete = if_callback.receive_complete; in phLlcNfc_Register()203 ps_llc_ctxt->cb_for_if.send_complete = if_callback.send_complete; in phLlcNfc_Register()204 ps_llc_ctxt->cb_for_if.notify = if_callback.notify; in phLlcNfc_Register()206 ps_llc_ctxt->cb_for_if.pif_ctxt = if_callback.pif_ctxt; in phLlcNfc_Register()208 result = phLlcNfc_Interface_Register(ps_llc_ctxt, psconfig); in phLlcNfc_Register()[all …]
292 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext; in phLlcNfc_WrResp_Cb() local301 if ((NULL != ps_llc_ctxt) && (NULL != pCompInfo) && (NULL != pHwInfo)) in phLlcNfc_WrResp_Cb()303 ps_llc_ctxt->s_frameinfo.write_pending = FALSE; in phLlcNfc_WrResp_Cb()309 ps_frame_info = &(ps_llc_ctxt->s_frameinfo); in phLlcNfc_WrResp_Cb()328 result = phLlcNfc_Interface_Read (ps_llc_ctxt, in phLlcNfc_WrResp_Cb()337 result = phLlcNfc_H_WriteWaitCall (ps_llc_ctxt); in phLlcNfc_WrResp_Cb()348 result = phLlcNfc_Interface_Read (ps_llc_ctxt, in phLlcNfc_WrResp_Cb()353 if(NULL != ps_llc_ctxt->cb_for_if.notify) in phLlcNfc_WrResp_Cb()356 ps_llc_ctxt->cb_for_if.notify ( in phLlcNfc_WrResp_Cb()357 ps_llc_ctxt->cb_for_if.pif_ctxt, in phLlcNfc_WrResp_Cb()[all …]