/external/u-boot/drivers/tpm/ |
D | tpm_tis_lpc.c | 152 return -ETIMEDOUT; in tis_wait_reg() 209 if (value == -ETIMEDOUT) { in tis_senddata() 224 return -ETIMEDOUT; in tis_senddata() 250 if ((value == -ETIMEDOUT) || !(value & TIS_STS_EXPECT)) { in tis_senddata() 253 return value == -ETIMEDOUT ? value : -EIO; in tis_senddata() 275 if ((value == -ETIMEDOUT) || (value & TIS_STS_EXPECT)) { in tis_senddata() 278 return value == -ETIMEDOUT ? value : -EIO; in tis_senddata() 313 if (value == -ETIMEDOUT) { in tis_readresponse() 363 if (value == -ETIMEDOUT) { in tis_readresponse() 405 if (ret == -ETIMEDOUT) { in tpm_tis_lpc_open() [all …]
|
/external/u-boot/drivers/i2c/ |
D | intel_i2c.c | 76 return -ETIMEDOUT; in smbus_wait_until_ready() 91 return -ETIMEDOUT; in smbus_wait_until_done() 104 return -ETIMEDOUT; in smbus_block_read() 127 return -ETIMEDOUT; in smbus_block_read() 168 return -ETIMEDOUT; in smbus_block_write() 194 return -ETIMEDOUT; in smbus_block_write()
|
D | zynq_i2c.c | 173 ZYNQ_I2C_INTERRUPT_COMP) ? 0 : -ETIMEDOUT; in zynq_i2c_probe() 211 return -ETIMEDOUT; in zynq_i2c_read() 229 return -ETIMEDOUT; in zynq_i2c_read() 268 return -ETIMEDOUT; in zynq_i2c_write() 280 return -ETIMEDOUT; in zynq_i2c_write() 289 return -ETIMEDOUT; in zynq_i2c_write()
|
D | rk_i2c.c | 110 return -ETIMEDOUT; in rk_i2c_send_start_bit() 138 return -ETIMEDOUT; in rk_i2c_send_stop_bit() 221 err = -ETIMEDOUT; in rk_i2c_read() 311 err = -ETIMEDOUT; in rk_i2c_write()
|
/external/u-boot/arch/x86/cpu/ |
D | mp_init.c | 302 return -ETIMEDOUT; in apic_wait_timeout() 331 return -ETIMEDOUT; in start_aps() 342 return -ETIMEDOUT; in start_aps() 348 return -ETIMEDOUT; in start_aps() 355 return -ETIMEDOUT; in start_aps() 361 return -ETIMEDOUT; in start_aps()
|
/external/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wait05.c | 45 if (TST_ERR != ETIMEDOUT) { in sample_fn() 47 tst_strerrno(ETIMEDOUT)); in sample_fn()
|
D | futex_wait01.c | 47 {&futex, FUTEX_INITIALIZER, 0, ETIMEDOUT}, 49 {&futex, FUTEX_INITIALIZER, FUTEX_PRIVATE_FLAG, ETIMEDOUT},
|
D | futex_wait_bitset.h | 38 if (TST_ERR != ETIMEDOUT) { in verify_futex_wait_bitset() 40 tst_strerrno(ETIMEDOUT)); in verify_futex_wait_bitset()
|
/external/u-boot/test/dm/ |
D | mailbox.c | 20 ut_asserteq(-ETIMEDOUT, sandbox_mbox_test_recv(dev, &msg)); in dm_test_mailbox() 24 ut_asserteq(-ETIMEDOUT, sandbox_mbox_test_recv(dev, &msg)); in dm_test_mailbox()
|
/external/compiler-rt/test/tsan/ |
D | cond_version.c | 42 if (res != ETIMEDOUT) in main() 43 exit(printf("bad return value %d, want %d\n", res, ETIMEDOUT)); in main()
|
/external/u-boot/arch/arm/mach-tegra/tegra210/ |
D | xusb-padctl.c | 287 return -ETIMEDOUT; in pcie_phy_enable() 306 return -ETIMEDOUT; in pcie_phy_enable() 324 return -ETIMEDOUT; in pcie_phy_enable() 343 return -ETIMEDOUT; in pcie_phy_enable() 361 return -ETIMEDOUT; in pcie_phy_enable()
|
/external/libusb/libusb/os/ |
D | threads_windows.h | 47 #ifndef ETIMEDOUT 48 # define ETIMEDOUT 10060 /* This is the value in winsock.h. */ macro
|
/external/dng_sdk/source/ |
D | dng_pthread.h | 180 #if defined(WIN32) || !defined(ETIMEDOUT) 181 #undef ETIMEDOUT 182 #define ETIMEDOUT DNG_ETIMEDOUT macro
|
/external/u-boot/drivers/mmc/ |
D | dw_mmc.c | 164 ret = -ETIMEDOUT; in dwmci_data_transfer() 209 return -ETIMEDOUT; 275 return -ETIMEDOUT; 288 return -ETIMEDOUT; 361 return -ETIMEDOUT; 376 return -ETIMEDOUT;
|
D | kona_sdhci.c | 41 return -ETIMEDOUT; in init_kona_mmc_core() 69 return -ETIMEDOUT; in init_kona_mmc_core()
|
D | bcm2835_sdhost.c | 263 return -ETIMEDOUT; in bcm2835_wait_transfer_complete() 367 ret = -ETIMEDOUT; in bcm2835_transfer_pio() 397 if (ret == -ETIMEDOUT) in bcm2835_read_wait_sdcmd() 481 ret = -ETIMEDOUT; in bcm2835_finish_command() 529 ret = -ETIMEDOUT; in bcm2835_check_cmd_error() 544 ret = -ETIMEDOUT; in bcm2835_check_data_error()
|
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
D | futex_wait_private_mapped_file.c | 62 if (ret && errno != EWOULDBLOCK && errno != ETIMEDOUT) { in thr_futex_wait() 68 if (ret && errno == ETIMEDOUT) in thr_futex_wait()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
D | 5-1.c | 122 if (sync_pipe_wait_select(sync_pipes, 1) != -ETIMEDOUT) { in main() 135 if (sync_pipe_wait_select(sync_pipes, 5) == -ETIMEDOUT) { in main()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | sync_posix.cc | 91 GPR_ASSERT(err == 0 || err == ETIMEDOUT || err == EAGAIN); in gpr_cv_wait() 92 return err == ETIMEDOUT; in gpr_cv_wait()
|
/external/u-boot/board/gdsys/common/ |
D | mclink.c | 82 return -ETIMEDOUT; in mclink_send() 114 return -ETIMEDOUT; in mclink_receive()
|
/external/u-boot/board/creative/xfi3/ |
D | xfi3.c | 83 return -ETIMEDOUT; in mxsfb_write_byte() 99 return -ETIMEDOUT; in mxsfb_write_byte()
|
/external/libcxx/include/ |
D | __errc | 93 timed_out, // ETIMEDOUT 203 stream_timeout = ETIMEDOUT, 206 timed_out = ETIMEDOUT,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 5-1.c | 67 if (rc == ETIMEDOUT) { in fn_wr_1() 111 if (rc == ETIMEDOUT) { in fn_wr_2()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 5-1.c | 60 if (rc == ETIMEDOUT) { in fn_rd_1() 105 if (rc == ETIMEDOUT) { in fn_rd_2()
|
/external/u-boot/drivers/net/phy/ |
D | mv88e6352.c | 138 return -ETIMEDOUT; in ppu_enable() 168 return -ETIMEDOUT; in ppu_disable() 230 return -ETIMEDOUT; in mv88e_sw_reset()
|