Searched refs:retryCount (Results 1 – 10 of 10) sorted by relevance
535 uint retryCount = HID_REPORT_RETRY_MAX; in writeKeyboard() local537 while (retryCount > 0) in writeKeyboard()558 retryCount--; in writeKeyboard()567 uint retryCount = HID_REPORT_RETRY_MAX; in writePointer() local569 while (retryCount > 0) in writePointer()590 retryCount--; in writePointer()
135 unsigned int retryCount; in dce_dmcu_set_psr_enable() local154 for (retryCount = 0; retryCount <= 100; retryCount++) { in dce_dmcu_set_psr_enable()552 unsigned int retryCount; in dcn10_dmcu_set_psr_enable() local580 for (retryCount = 0; retryCount <= 1000; retryCount++) { in dcn10_dmcu_set_psr_enable()594 if (retryCount >= 1000) in dcn10_dmcu_set_psr_enable()
141 uint32_t retryCount = 0; member in crow::ConnectionInfo412 retryCount = 0; in afterRead()450 if ((retryCount >= connPolicy->maxRetryAttempts) || in waitAndRetry()474 retryCount = 0; in waitAndRetry()478 retryCount++; in waitAndRetry()481 connPolicy->retryIntervalSecs.count(), retryCount); in waitAndRetry()
169 retryCount = std::get<uint8_t>(properties["RetryCount"]); in updateSOLParameter()198 io, retryCount, sendThreshold, payloadInstance, sessionID); in startPayloadInstance()332 sol::Manager::get().retryCount = std::get<uint8_t>(prop.second); in procSolConfChange()
166 uint8_t retryCount = 7; member in sol::Manager
77 constexpr uint8_t retryCount = 3; in retryIfFailed() local92 uint8_t remains = retryCount - i; in retryIfFailed()
512 u32 retryCount; in snd_korg1212_Send1212Command() local523 for (retryCount = 0; retryCount < MAX_COMMAND_RETRIES; retryCount++) { in snd_korg1212_Send1212Command()555 korg1212->cmdRetryCount += retryCount; in snd_korg1212_Send1212Command()557 if (retryCount >= MAX_COMMAND_RETRIES) { in snd_korg1212_Send1212Command()
1366 const u32 retryCount = 2; in phy_IQCalibrate_8723B() local1417 for (i = 0 ; i < retryCount ; i++) { in phy_IQCalibrate_8723B()1432 for (i = 0 ; i < retryCount ; i++) { in phy_IQCalibrate_8723B()1450 for (i = 0 ; i < retryCount ; i++) { in phy_IQCalibrate_8723B()1464 for (i = 0 ; i < retryCount ; i++) { in phy_IQCalibrate_8723B()
1358 u8 retryCount = 0, btInfoExt; in halbtc8723b1ant_TdmaDurationAdjustForAcl() local1398 retryCount = pCoexSta->btRetryCnt; in halbtc8723b1ant_TdmaDurationAdjustForAcl()1402 retryCount++; in halbtc8723b1ant_TdmaDurationAdjustForAcl()1407 if (retryCount == 0) { /* no retry in the last 2-second duration */ in halbtc8723b1ant_TdmaDurationAdjustForAcl()1421 } else if (retryCount <= 3) { /* <=3 retry in the last 2-second duration */ in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1176 u8 retryCount = 0; in halbtc8723b2ant_TdmaDurationAdjust() local1224 retryCount = pCoexSta->btRetryCnt; in halbtc8723b2ant_TdmaDurationAdjust()1228 if (retryCount == 0) { /* no retry in the last 2-second duration */ in halbtc8723b2ant_TdmaDurationAdjust()1242 } else if (retryCount <= 3) { /* <=3 retry in the last 2-second duration */ in halbtc8723b2ant_TdmaDurationAdjust()