HomeSort by relevance Sort by last modified time
    Searched refs:lower_if (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nxp/src/
phLlcNfc.c 311 if (NULL != ps_llc_ctxt->lower_if.release)
313 result = ps_llc_ctxt->lower_if.release(
314 ps_llc_ctxt->lower_if.pcontext,
318 if (NULL != ps_llc_ctxt->lower_if.transact_abort)
320 result = ps_llc_ctxt->lower_if.transact_abort(
321 ps_llc_ctxt->lower_if.pcontext,
324 if (NULL != ps_llc_ctxt->lower_if.unregister)
326 result = ps_llc_ctxt->lower_if.unregister(
327 ps_llc_ctxt->lower_if.pcontext,
phLlcNfc_Interface.c 102 sreference.plower_if = &(psLlcCtxt->lower_if);
134 (NULL == psLlcCtxt->lower_if.init))
142 result = psLlcCtxt->lower_if.init( psLlcCtxt->lower_if.pcontext,
164 (0 == llcBufferLength) || (NULL == psLlcCtxt->lower_if.receive) ||
178 result = psLlcCtxt->lower_if.receive(
179 psLlcCtxt->lower_if.pcontext,
186 result = psLlcCtxt->lower_if.receive_wait(
187 psLlcCtxt->lower_if.pcontext,
227 (NULL == psLlcCtxt->lower_if.send)
    [all...]
phLlcNfc_DataTypes.h 613 phNfc_sLowerIF_t lower_if; member in struct:phLlcNfc_Context
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_vert_fc.c 166 static void lower_if( function
242 lower_if(inst, &fc_state);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_vert_fc.c 166 static void lower_if( function
242 lower_if(inst, &fc_state);

Completed in 1284 milliseconds