Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/drivers/mentor/i2c/
H A Dmi2cv.c64 return -EAGAIN; in mentor_i2c_lost_arbitration()
141 return -EAGAIN; in mentor_i2c_start_bit_set()
183 return -EAGAIN; in mentor_i2c_stop_bit_set()
213 return -EAGAIN; in mentor_i2c_address_set()
327 return -EAGAIN; in mentor_i2c_data_receive()
379 return -EAGAIN; in mentor_i2c_data_transmit()
428 ret = -EAGAIN; in mentor_i2c_unstuck()
497 if (ret != -EAGAIN && ret) { in i2c_read()
538 } while ((ret == -EAGAIN) && (counter < I2C_MAX_RETRY_CNT)); in i2c_read()
572 if (ret != -EAGAIN && ret) { in i2c_write()
[all …]
/rk3399_ARM-atf/include/lib/libc/
H A Derrno.h86 #define EAGAIN 35 /* Resource temporarily unavailable */ macro
87 #define EWOULDBLOCK EAGAIN /* Operation would block */
/rk3399_ARM-atf/drivers/ufs/
H A Dufs.c54 result = -EAGAIN; in ufs_uic_error_handler()
63 result = -EAGAIN; in ufs_uic_error_handler()
69 result = -EAGAIN; in ufs_uic_error_handler()
74 result = -EAGAIN; in ufs_uic_error_handler()
79 result = -EAGAIN; in ufs_uic_error_handler()
112 return -EAGAIN; in ufs_error_handler()
649 return -EAGAIN; in ufs_check_resp()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32cubeprogrammer_uart.c108 if (ret == -EAGAIN) { in uart_read_8()
115 } while (ret == -EAGAIN); in uart_read_8()
/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_attest.c123 case -EAGAIN: in rmmd_attest_get_platform_token()
/rk3399_ARM-atf/services/std_svc/lfa/
H A Dlfa_main.c230 if (ret == -EAGAIN) { in lfa_prime()
/rk3399_ARM-atf/drivers/st/uart/
H A Dstm32_uart.c428 return -EAGAIN; in stm32_uart_getc()
/rk3399_ARM-atf/plat/nvidia/tegra/drivers/bpmp_ipc/
H A Divc.c549 return ((ivc->tx_channel->state == (uint32_t)ivc_state_established) ? 0 : -EAGAIN); in tegra_ivc_channel_notified()
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst2349 The function returns 0 on success, -EINVAL on failure and -EAGAIN if the
4127 NOTE: The error code -EAGAIN is not treated as an error, it means the operation