Lines Matching defs:result
159 NFCSTATUS result = NFCSTATUS_SUCCESS;
173 result = PHNFCSTVAL(CID_NFC_LLC,
184 result = PHNFCSTVAL(CID_NFC_LLC,
189 result = NFCSTATUS_SUCCESS;
208 result = phLlcNfc_Interface_Register(ps_llc_ctxt, psconfig);
210 if (NFCSTATUS_SUCCESS == result)
218 PH_LLCNFC_DEBUG("Llc Register result : 0x%x\n", result);
219 return result;
229 NFCSTATUS result = NFCSTATUS_SUCCESS;
236 result = PHNFCSTVAL(CID_NFC_LLC,
246 result = phLlcNfc_Interface_Init(ps_llc_ctxt);
247 if (NFCSTATUS_SUCCESS == result)
250 result = phLlcNfc_TimerInit(ps_llc_ctxt);
253 if (NFCSTATUS_SUCCESS == result)
259 result = phLlcNfc_H_CreateUFramePayload(ps_llc_ctxt,
264 if (NFCSTATUS_SUCCESS == result)
267 result = phLlcNfc_Interface_Write(ps_llc_ctxt,
271 if (NFCSTATUS_PENDING == result)
274 result = phLlcNfc_StartTimers(PH_LLCNFC_CONNECTIONTIMER, 0);
275 if (NFCSTATUS_SUCCESS == result)
279 result = NFCSTATUS_PENDING;
283 if (NFCSTATUS_PENDING != result)
288 PH_LLCNFC_DEBUG("Llc Init result : 0x%x\n", result);
289 return result;
298 NFCSTATUS result = PHNFCSTVAL(CID_NFC_LLC,
308 result = NFCSTATUS_SUCCESS;
313 result = ps_llc_ctxt->lower_if.release(
320 result = ps_llc_ctxt->lower_if.transact_abort(
326 result = ps_llc_ctxt->lower_if.unregister(
343 PH_LLCNFC_DEBUG("Llc release result : 0x%04X\n", result);
344 return result;
362 NFCSTATUS result = NFCSTATUS_SUCCESS;
377 result = PHNFCSTVAL(CID_NFC_LLC,
384 result = PHNFCSTVAL(CID_NFC_LLC,
407 result = NFCSTATUS_PENDING;
424 result = phLlcNfc_Interface_Write (ps_llc_ctxt,
428 if ((NFCSTATUS_PENDING == result) ||
429 (NFCSTATUS_BUSY == PHNFCSTATUS (result)))
431 ps_frame_info->write_status = result;
432 if (NFCSTATUS_BUSY == PHNFCSTATUS(result))
434 result = NFCSTATUS_PENDING;
467 PH_LLCNFC_DEBUG ("Llc Send result : 0x%04X\n", result);
468 return result;
480 NFCSTATUS result = NFCSTATUS_SUCCESS;
489 result = PHNFCSTVAL(CID_NFC_LLC,
501 result = phLlcNfc_Interface_Read(ps_llc_ctxt,
507 if (NFCSTATUS_PENDING != result)
512 PH_LLCNFC_DEBUG("Llc Receive result : 0x%04X\n", result);
513 return result;