Searched refs:EAGAIN (Results 1 – 6 of 6) sorted by relevance
64 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 …]
86 #define EAGAIN 35 /* Resource temporarily unavailable */ macro87 #define EWOULDBLOCK EAGAIN /* Operation would block */
54 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()
108 if (ret == -EAGAIN) { in uart_read_8()115 } while (ret == -EAGAIN); in uart_read_8()
428 return -EAGAIN; in stm32_uart_getc()
549 return ((ivc->tx_channel->state == (uint32_t)ivc_state_established) ? 0 : -EAGAIN); in tegra_ivc_channel_notified()