Searched refs:max_credits (Results 1 – 3 of 3) sorted by relevance
520 UINT8 max_credits = 1, allow_no_nvm=0; in nfc_hal_post_reset_init() local541 … if (GetNumValue(MAX_RF_DATA_CREDITS, &max_credits, sizeof(max_credits)) && (max_credits > 0)) in nfc_hal_post_reset_init()543 ALOGD("%s : max_credits=%d", __FUNCTION__, max_credits); in nfc_hal_post_reset_init()544 HAL_NfcSetMaxRfDataCredits(max_credits); in nfc_hal_post_reset_init()
279 void HAL_NfcSetMaxRfDataCredits (UINT8 max_credits);
883 void HAL_NfcSetMaxRfDataCredits (UINT8 max_credits) in HAL_NfcSetMaxRfDataCredits() argument885 HAL_TRACE_DEBUG2 ("HAL_NfcSetMaxRfDataCredits %d->%d", nfc_hal_cb.max_rf_credits, max_credits); in HAL_NfcSetMaxRfDataCredits()886 nfc_hal_cb.max_rf_credits = max_credits; in HAL_NfcSetMaxRfDataCredits()