OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_llc_ctxt
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/src/
phLlcNfc.c
160
phLlcNfc_Context_t *
ps_llc_ctxt
= NULL;
local
179
ps_llc_ctxt
= (phLlcNfc_Context_t*)phOsalNfc_GetMemory(
181
if (NULL ==
ps_llc_ctxt
)
191
(void)memset(
ps_llc_ctxt
, 0, sizeof(phLlcNfc_Context_t));
199
psReference->plower_if->pcontext =
ps_llc_ctxt
;
202
ps_llc_ctxt
->cb_for_if.receive_complete = if_callback.receive_complete;
203
ps_llc_ctxt
->cb_for_if.send_complete = if_callback.send_complete;
204
ps_llc_ctxt
->cb_for_if.notify = if_callback.notify;
206
ps_llc_ctxt
->cb_for_if.pif_ctxt = if_callback.pif_ctxt;
208
result = phLlcNfc_Interface_Register(
ps_llc_ctxt
, psconfig)
230
phLlcNfc_Context_t *
ps_llc_ctxt
= (phLlcNfc_Context_t*)pContext;
local
300
phLlcNfc_Context_t *
ps_llc_ctxt
= (phLlcNfc_Context_t*)pContext;
local
363
phLlcNfc_Context_t *
ps_llc_ctxt
= (phLlcNfc_Context_t*)pContext;
local
481
phLlcNfc_Context_t *
ps_llc_ctxt
= (phLlcNfc_Context_t*)pContext;
local
[
all
...]
phLlcNfc_Interface.c
292
phLlcNfc_Context_t *
ps_llc_ctxt
= (phLlcNfc_Context_t*)pContext;
local
301
if ((NULL !=
ps_llc_ctxt
) && (NULL != pCompInfo) && (NULL != pHwInfo))
303
ps_llc_ctxt
->s_frameinfo.write_pending = FALSE;
309
ps_frame_info = &(
ps_llc_ctxt
->s_frameinfo);
328
result = phLlcNfc_Interface_Read (
ps_llc_ctxt
,
337
result = phLlcNfc_H_WriteWaitCall (
ps_llc_ctxt
);
348
result = phLlcNfc_Interface_Read (
ps_llc_ctxt
,
353
if(NULL !=
ps_llc_ctxt
->cb_for_if.notify)
356
ps_llc_ctxt
->cb_for_if.notify (
357
ps_llc_ctxt
->cb_for_if.pif_ctxt,
660
phLlcNfc_Context_t *
ps_llc_ctxt
= (phLlcNfc_Context_t*)pContext;
local
[
all
...]
Completed in 254 milliseconds