Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 25 of 66) sorted by relevance

123

/Zephyr-Core-3.6.0/soc/arm/nxp_imx/rt6xx/
Dflash_clock_setup.c31 uint32_t retry; in flash_init() local
44 retry = FLEXSPI_DLL_LOCK_RETRY; in flash_init()
60 retry = 100; in flash_init()
64 retry--; in flash_init()
66 retry = FLEXSPI_DLL_LOCK_RETRY; in flash_init()
69 } while (retry > 0); in flash_init()
73 for (; retry > 0U; retry--) { in flash_init()
/Zephyr-Core-3.6.0/soc/arm/nxp_imx/rt5xx/
Dflash_clock_setup.c31 uint32_t retry; in flash_init() local
48 retry = FLEXSPI_DLL_LOCK_RETRY; in flash_init()
55 retry = 100; in flash_init()
59 retry--; in flash_init()
61 retry = FLEXSPI_DLL_LOCK_RETRY; in flash_init()
64 } while (retry > 0); in flash_init()
68 for (; retry > 0U; retry--) { in flash_init()
/Zephyr-Core-3.6.0/soc/xtensa/intel_adsp/ace/
Dmultiprocessing.c123 int retry = CORE_POWER_CHECK_NUM; in soc_start_core() local
173 (retry > 0)) { in soc_start_core()
175 retry--; in soc_start_core()
178 if (retry == 0) { in soc_start_core()
214 int retry = CORE_POWER_CHECK_NUM; in soc_adsp_halt_cpu() local
232 (retry > 0)) { in soc_adsp_halt_cpu()
234 retry--; in soc_adsp_halt_cpu()
237 if (retry == 0) { in soc_adsp_halt_cpu()
/Zephyr-Core-3.6.0/soc/arm/st_stm32/common/
Dstm32_hsem.h116 static inline void z_stm32_hsem_lock(uint32_t hsem, uint32_t retry) in z_stm32_hsem_lock() argument
122 if (retry != HSEM_LOCK_WAIT_FOREVER) { in z_stm32_hsem_lock()
123 retry--; in z_stm32_hsem_lock()
124 if (retry == 0) { in z_stm32_hsem_lock()
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/
Dticker.c47 uint8_t retry; in cmd_ticker_info() local
54 retry = 4U; in cmd_ticker_info()
81 retry--; in cmd_ticker_info()
82 if (!retry) { in cmd_ticker_info()
93 "remaining.", retry); in cmd_ticker_info()
/Zephyr-Core-3.6.0/subsys/sd/
DKconfig44 int "Number of times to retry initialization commands"
47 Number of times to retry initialization commands in case of failure
50 int "Number of times to retry SD OCR read"
53 Number of times to retry SD OCR read command. OCR reads typically
84 int "Number of times to retry sending command to card"
87 Number of times to retry sending command to SD card in case of failure
90 int "Number of times to retry sending data to card"
93 Number of times to retry sending data to SD card in case of failure
/Zephyr-Core-3.6.0/tests/bluetooth/controller/mock_ctrl/src/
Dutil.c81 uint8_t retry; in util_aa_le32() local
83 retry = 3U; in util_aa_le32()
85 if (!retry) { in util_aa_le32()
88 retry--; in util_aa_le32()
/Zephyr-Core-3.6.0/drivers/disk/
Dsdmmc_sdhc.h553 static inline void sdhc_retry_init(struct sdhc_retry *retry, uint32_t timeout, in sdhc_retry_init() argument
556 retry->end = k_uptime_get_32() + timeout; in sdhc_retry_init()
557 retry->tries = 0; in sdhc_retry_init()
558 retry->sleep = sleep; in sdhc_retry_init()
564 static inline bool sdhc_retry_ok(struct sdhc_retry *retry) in sdhc_retry_ok() argument
566 int32_t remain = retry->end - k_uptime_get_32(); in sdhc_retry_ok()
568 if (retry->tries < SDHC_MIN_TRIES) { in sdhc_retry_ok()
569 retry->tries++; in sdhc_retry_ok()
570 if (retry->sleep != 0U) { in sdhc_retry_ok()
571 k_msleep(retry->sleep); in sdhc_retry_ok()
[all …]
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/util/
Dutil.c80 uint8_t retry; in util_aa_le32() local
82 retry = 3U; in util_aa_le32()
84 if (!retry) { in util_aa_le32()
87 retry--; in util_aa_le32()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/
Dfriendship_common.c93 static void lpn_polled(uint16_t net_idx, uint16_t friend_addr, bool retry) in lpn_polled() argument
96 retry ? "retry" : "initial"); in lpn_polled()
/Zephyr-Core-3.6.0/boards/shields/wnc_m14a2a/
DKconfig.defconfig20 # extend retry timing to 20 seconds for LTE/LTE-M
/Zephyr-Core-3.6.0/boards/shields/sparkfun_sara_r4/
DKconfig.defconfig27 # extend retry timing to 20 seconds for LTE/LTE-M
/Zephyr-Core-3.6.0/modules/hostap/src/
Dsupp_main.c174 int ret, retry = 0, count = IFACE_NOTIFY_TIMEOUT_MS / IFACE_NOTIFY_RETRY_MS; in add_interface() local
191 while (retry++ < count && !wpa_supplicant_get_iface(ctx->supplicant, ifname)) { in add_interface()
240 int ret, retry = 0, count = IFACE_NOTIFY_TIMEOUT_MS / IFACE_NOTIFY_RETRY_MS; in del_interface() local
277 while (retry++ < count && wpa_s->wpa_state != WPA_INTERFACE_DISABLED) { in del_interface()
/Zephyr-Core-3.6.0/drivers/disk/nvme/
Dnvme_cmd.c378 bool error, retriable, retry; in nvme_cmd_request_complete() local
382 retry = error && retriable && in nvme_cmd_request_complete()
385 if (retry) { in nvme_cmd_request_complete()
400 if (retry) { in nvme_cmd_request_complete()
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/
Dull_sched.c411 uint8_t retry; in after_match_slot_get() local
429 retry = 4U; in after_match_slot_get()
483 LL_ASSERT(retry); in after_match_slot_get()
484 retry--; in after_match_slot_get()
/Zephyr-Core-3.6.0/subsys/net/lib/mqtt_sn/
DKconfig46 int "Number of times to retry messages"
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c248 goto retry; in discover_func()
263 goto retry; in discover_func()
275 goto retry; in discover_func()
294 retry: in discover_func()
/Zephyr-Core-3.6.0/drivers/wifi/simplelink/
DKconfig.simplelink39 The number of times, separated by a one second interval, to retry
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dblob_cli.h299 struct k_work_delayable retry; member
Dmain.h707 void (*polled)(uint16_t net_idx, uint16_t friend_addr, bool retry);
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/
DKconfig40 retry to send notification that failed due to lack of TX buffers
/Zephyr-Core-3.6.0/drivers/sdhc/
Dintel_emmc_host.c361 int32_t retry = time_out; in poll_cmd_complete() local
363 while (retry > 0) { in poll_cmd_complete()
371 retry--; in poll_cmd_complete()
577 int32_t retry = time_out; in wait_xfr_poll_complete() local
581 while (retry > 0) { in wait_xfr_poll_complete()
589 retry--; in wait_xfr_poll_complete()
/Zephyr-Core-3.6.0/subsys/net/ip/
DKconfig.tcp94 both stacks will retry at the same moment resulting in another
95 collision. By introducing a randomized retry timeout, the chance of
177 bool "Fast-retry algorithm based on the number of duplicated ACKs"
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/transport/
DKconfig.bluetooth86 int "Connection parameters update retry time in milliseconds"
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dblob_cli.c88 (void)k_work_reschedule(&cli->tx.retry, next_timeout); in start_retry_timer()
93 k_work_cancel_delayable(&cli->tx.retry); in cli_state_reset()
400 k_work_cancel_delayable(&cli->tx.retry); in broadcast_complete()
468 CONTAINER_OF(work, struct bt_mesh_blob_cli, tx.retry.work); in retry_timeout()
1468 k_work_init_delayable(&cli->tx.retry, retry_timeout); in blob_cli_init()
1575 (void)k_work_cancel_delayable(&cli->tx.retry); in bt_mesh_blob_cli_suspend()

123