Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.0/drivers/mentor/i2c/
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 …]
/trusted-firmware-a-3.6.0-3.5.0/include/lib/libc/
Derrno.h86 #define EAGAIN 35 /* Resource temporarily unavailable */ macro
87 #define EWOULDBLOCK EAGAIN /* Operation would block */
/trusted-firmware-a-3.6.0-3.5.0/drivers/ufs/
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()
648 return -EAGAIN; in ufs_check_resp()
/trusted-firmware-a-3.6.0-3.5.0/plat/st/common/
Dstm32cubeprogrammer_uart.c108 if (ret == -EAGAIN) { in uart_read_8()
115 } while (ret == -EAGAIN); in uart_read_8()
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/uart/
Dstm32_uart.c428 return -EAGAIN; in stm32_uart_getc()
/trusted-firmware-a-3.6.0-3.5.0/plat/nvidia/tegra/drivers/bpmp_ipc/
Divc.c549 return ((ivc->tx_channel->state == (uint32_t)ivc_state_established) ? 0 : -EAGAIN); in tegra_ivc_channel_notified()