OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pPipeInfo
(Results
26 - 30
of
30
) sorted by null
1
2
/external/libnfc-nxp/src/
phHciNfc_Jewel.c
173
phHciNfc_Pipe_Info_t *
pPipeInfo
194
ps_jewel_info->p_pipe_info =
pPipeInfo
;
196
pPipeInfo
->recv_resp = phHciNfc_Recv_Jewel_Response;
198
pPipeInfo
->recv_event = phHciNfc_Recv_Jewel_Event;
phHciNfc_RFReaderB.c
233
phHciNfc_Pipe_Info_t *
pPipeInfo
253
p_rdr_b_info->p_pipe_info =
pPipeInfo
;
255
pPipeInfo
->recv_resp = &phHciNfc_Recv_ReaderB_Response;
257
pPipeInfo
->recv_event = &phHciNfc_Recv_ReaderB_Event;
[
all
...]
phHciNfc_DevMgmt.c
335
phHciNfc_Pipe_Info_t *
pPipeInfo
355
p_device_mgmt_info->p_pipe_info =
pPipeInfo
;
356
if (( NULL !=
pPipeInfo
)
362
pPipeInfo
->recv_resp = &phHciNfc_Recv_DevMgmt_Response;
363
pPipeInfo
->recv_event = &phHciNfc_Recv_DevMgmt_Event;
[
all
...]
phHciNfc_RFReaderA.c
205
phHciNfc_Pipe_Info_t *
pPipeInfo
225
p_rdr_a_info->p_pipe_info =
pPipeInfo
;
226
if (NULL !=
pPipeInfo
)
229
pPipeInfo
->recv_resp = &phHciNfc_Recv_ReaderA_Response;
231
pPipeInfo
->recv_event = &phHciNfc_Recv_ReaderA_Event;
[
all
...]
phHciNfc_NfcIPMgmt.c
263
phHciNfc_Pipe_Info_t *
pPipeInfo
282
p_init_info->p_init_pipe_info =
pPipeInfo
;
285
pPipeInfo
->recv_resp = &phHciNfc_Recv_Initiator_Response;
287
pPipeInfo
->recv_event = &phHciNfc_Recv_Initiator_Event;
526
phHciNfc_Pipe_Info_t *
pPipeInfo
545
p_target_info->p_tgt_pipe_info =
pPipeInfo
;
548
pPipeInfo
->recv_resp = &phHciNfc_Recv_Target_Response;
550
pPipeInfo
->recv_event = &phHciNfc_Recv_Target_Event;
[
all
...]
Completed in 154 milliseconds
1
2