Lines Matching refs:pLinkInfo
79 void *pLinkInfo
110 void *pLinkInfo,
142 void *pLinkInfo,
226 void *pLinkInfo in phLlcNfc_Init() argument
234 if ((NULL == ps_llc_ctxt) || (NULL == pLinkInfo)) in phLlcNfc_Init()
242 ps_llc_ctxt->phwinfo = pLinkInfo; in phLlcNfc_Init()
285 (void)phLlcNfc_Release(ps_llc_ctxt, pLinkInfo); in phLlcNfc_Init()
295 void *pLinkInfo in phLlcNfc_Release() argument
306 if ((NULL != ps_llc_ctxt) && (NULL != pLinkInfo)) in phLlcNfc_Release()
309 ps_llc_ctxt->phwinfo = pLinkInfo; in phLlcNfc_Release()
315 pLinkInfo); in phLlcNfc_Release()
322 pLinkInfo); in phLlcNfc_Release()
328 pLinkInfo); in phLlcNfc_Release()
351 void *pLinkInfo, in phLlcNfc_Send() argument
372 if ((NULL == ps_llc_ctxt) || (NULL == pLinkInfo) || in phLlcNfc_Send()
396 ps_llc_ctxt->phwinfo = pLinkInfo; in phLlcNfc_Send()
475 void *pLinkInfo, in phLlcNfc_Receive() argument
485 if ((NULL == ps_llc_ctxt) || (NULL == pLinkInfo) || in phLlcNfc_Receive()
494 ps_llc_ctxt->phwinfo = pLinkInfo; in phLlcNfc_Receive()