| /Zephyr-latest/subsys/sd/ |
| D | sd_utils.h | 54 int ret = -ETIMEDOUT; in sd_retry() 69 return ret == SD_RETRY ? -ETIMEDOUT : ret; in sd_retry()
|
| /Zephyr-latest/subsys/lorawan/ |
| D | lw_priv.c | 124 [LORAMAC_EVENT_INFO_STATUS_TX_TIMEOUT] = -ETIMEDOUT, 125 [LORAMAC_EVENT_INFO_STATUS_RX1_TIMEOUT] = -ETIMEDOUT, 126 [LORAMAC_EVENT_INFO_STATUS_RX2_TIMEOUT] = -ETIMEDOUT,
|
| /Zephyr-latest/subsys/net/lib/sntp/ |
| D | sntp_simple.c | 39 if (res != -ETIMEDOUT) { in sntp_simple_helper() 51 if (res != ETIMEDOUT) { in sntp_simple_helper()
|
| /Zephyr-latest/drivers/sdhc/ |
| D | sdhc_renesas_ra.h | 39 ret = -ETIMEDOUT; in err_fsp2zep()
|
| D | sdhc_esp32.h | 118 ret = -ETIMEDOUT; in err_esp2zep()
|
| /Zephyr-latest/drivers/ethernet/ |
| D | phy_gecko.c | 44 return -ETIMEDOUT; in mdio_bus_wait() 127 return -ETIMEDOUT; in phy_soft_reset() 227 retval = -ETIMEDOUT; in phy_gecko_auto_negotiate()
|
| /Zephyr-latest/drivers/smbus/ |
| D | intel_pch_smbus.c | 486 ret = -ETIMEDOUT; in pch_smbus_quick() 519 ret = -ETIMEDOUT; in pch_smbus_byte_write() 552 ret = -ETIMEDOUT; in pch_smbus_byte_read() 591 ret = -ETIMEDOUT; in pch_smbus_byte_data_write() 625 ret = -ETIMEDOUT; in pch_smbus_byte_data_read() 664 ret = -ETIMEDOUT; in pch_smbus_word_data_write() 699 ret = -ETIMEDOUT; in pch_smbus_word_data_read() 740 ret = -ETIMEDOUT; in pch_smbus_pcall() 780 ret = -ETIMEDOUT; in pch_smbus_block_write() 814 ret = -ETIMEDOUT; in pch_smbus_block_read() [all …]
|
| /Zephyr-latest/lib/libc/common/source/thrd/ |
| D | cnd.c | 56 case ETIMEDOUT: in cnd_timedwait()
|
| D | mtx.c | 72 case ETIMEDOUT: in mtx_timedlock()
|
| /Zephyr-latest/soc/aspeed/ |
| D | aspeed_util.h | 43 __ret = -ETIMEDOUT; \
|
| /Zephyr-latest/drivers/i3c/ |
| D | i3c_mcux.c | 147 return -ETIMEDOUT; in reg32_poll_timeout() 410 return -ETIMEDOUT; in mcux_i3c_status_clear_timeout() 541 int ret = -ETIMEDOUT; in mcux_i3c_state_wait_timeout() 655 return -ETIMEDOUT; in mcux_i3c_do_request_emit_stop() 704 if ((err == -ETIMEDOUT) && (++retries <= I3C_MAX_STOP_RETRIES)) { in mcux_i3c_request_emit_stop() 859 1000) == -ETIMEDOUT) { in mcux_i3c_recover_bus() 875 I3C_MSTATUS_STATE_IDLE, 1000) == -ETIMEDOUT) { in mcux_i3c_recover_bus() 917 ret = -ETIMEDOUT; in mcux_i3c_do_one_xfer_read() 927 if ((ret == -ETIMEDOUT) && ibi && offset) { in mcux_i3c_do_one_xfer_read() 930 if (ret == -ETIMEDOUT) { in mcux_i3c_do_one_xfer_read() [all …]
|
| /Zephyr-latest/drivers/flash/ |
| D | flash_stm32wbax.c | 52 status = -ETIMEDOUT; in stm32_icache_disable() 95 status = -ETIMEDOUT; in icache_wait_for_invalidate_complete()
|
| D | flash_npcx_fiu_nor.c | 210 return -ETIMEDOUT; in flash_npcx_nor_read_jedec_id() 246 return -ETIMEDOUT; in flash_npcx_nor_read_sfdp() 328 ret = -ETIMEDOUT; in flash_npcx_nor_erase() 407 return -ETIMEDOUT; in flash_npcx_nor_write() 549 return -ETIMEDOUT; in flash_npcx_nor_ex_op()
|
| /Zephyr-latest/lib/libc/iar/include/ |
| D | errno.h | 77 #define ETIMEDOUT 116 /**< Connection timed out */ macro
|
| /Zephyr-latest/lib/libc/armstdc/include/ |
| D | errno.h | 110 #define ETIMEDOUT 116 /**< Connection timed out */ macro
|
| /Zephyr-latest/lib/libc/minimal/include/ |
| D | errno.h | 100 #define ETIMEDOUT 116 /**< Connection timed out */ macro
|
| /Zephyr-latest/drivers/spi/ |
| D | spi_nrfx_common.c | 65 err = -ETIMEDOUT; in spi_nrfx_wake_request()
|
| D | spi_nrfx_spi.c | 214 finish_transaction(dev_data->dev, -ETIMEDOUT); in event_handler() 246 if (error == -ETIMEDOUT) { in transceive() 262 if (error == -ETIMEDOUT) { in transceive() 278 finish_transaction(dev, -ETIMEDOUT); in transceive()
|
| /Zephyr-latest/tests/kernel/mem_protect/futex/src/ |
| D | main.c | 82 zassert_true(ret_value == -ETIMEDOUT, in futex_wait_task() 87 zassert_true(ret_value == -ETIMEDOUT, in futex_wait_task() 121 zassert_true(ret_value == -ETIMEDOUT, in futex_wait_wake_task() 452 zassert_equal(ret, -ETIMEDOUT, "didn't time out"); in ZTEST_USER()
|
| /Zephyr-latest/soc/nxp/s32/s32k3/ |
| D | pmc.c | 118 return -ETIMEDOUT; in pmc_init() 128 return -ETIMEDOUT; in pmc_init()
|
| /Zephyr-latest/kernel/ |
| D | futex.c | 90 ret = -ETIMEDOUT; in z_impl_k_futex_wait()
|
| /Zephyr-latest/drivers/mdio/ |
| D | mdio_dwcxgmac.c | 67 return -ETIMEDOUT; in dwxgmac_software_reset() 80 return -ETIMEDOUT; in mdio_busy_wait()
|
| /Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/ |
| D | main.c | 607 return -ETIMEDOUT; in main() 623 return -ETIMEDOUT; in main() 644 return -ETIMEDOUT; in main() 686 return -ETIMEDOUT; in main()
|
| /Zephyr-latest/drivers/dac/ |
| D | dac_mcp4725.c | 60 return -ETIMEDOUT; in mcp4725_wait_until_ready()
|
| /Zephyr-latest/drivers/watchdog/ |
| D | wdt_npcx.c | 123 return -ETIMEDOUT; in wdt_t0out_reload() 143 return -ETIMEDOUT; in wdt_wait_stopped()
|