Home
last modified time | relevance | path

Searched refs:lower_if (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphLlcNfc.c311 if (NULL != ps_llc_ctxt->lower_if.release) in phLlcNfc_Release()
313 result = ps_llc_ctxt->lower_if.release( in phLlcNfc_Release()
314 ps_llc_ctxt->lower_if.pcontext, in phLlcNfc_Release()
318 if (NULL != ps_llc_ctxt->lower_if.transact_abort) in phLlcNfc_Release()
320 result = ps_llc_ctxt->lower_if.transact_abort( in phLlcNfc_Release()
321 ps_llc_ctxt->lower_if.pcontext, in phLlcNfc_Release()
324 if (NULL != ps_llc_ctxt->lower_if.unregister) in phLlcNfc_Release()
326 result = ps_llc_ctxt->lower_if.unregister( in phLlcNfc_Release()
327 ps_llc_ctxt->lower_if.pcontext, in phLlcNfc_Release()
DphLlcNfc_Interface.c102 sreference.plower_if = &(psLlcCtxt->lower_if); in phLlcNfc_Interface_Register()
134 (NULL == psLlcCtxt->lower_if.init)) in phLlcNfc_Interface_Init()
142 result = psLlcCtxt->lower_if.init( psLlcCtxt->lower_if.pcontext, in phLlcNfc_Interface_Init()
164 (0 == llcBufferLength) || (NULL == psLlcCtxt->lower_if.receive) || in phLlcNfc_Interface_Read()
178 result = psLlcCtxt->lower_if.receive( in phLlcNfc_Interface_Read()
179 psLlcCtxt->lower_if.pcontext, in phLlcNfc_Interface_Read()
186 result = psLlcCtxt->lower_if.receive_wait( in phLlcNfc_Interface_Read()
187 psLlcCtxt->lower_if.pcontext, in phLlcNfc_Interface_Read()
227 (NULL == psLlcCtxt->lower_if.send)) in phLlcNfc_Interface_Write()
258 result = psLlcCtxt->lower_if.send(psLlcCtxt->lower_if.pcontext, in phLlcNfc_Interface_Write()
DphLlcNfc_DataTypes.h613 phNfc_sLowerIF_t lower_if; member
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_vert_fc.c166 static void lower_if( in lower_if() function
242 lower_if(inst, &fc_state); in rc_vert_fc()