Searched refs:rx_status (Results 1 – 3 of 3) sorted by relevance
330 hc->rx_status = verify_rx(rx); in ec_host_cmd_rx_notify()332 if (!hc->rx_status && hc->user_cb) { in ec_host_cmd_rx_notify()412 if (hc->rx_status != EC_HOST_CMD_SUCCESS) { in ec_host_cmd_thread()413 ec_host_cmd_send_response(hc->rx_status, &args); in ec_host_cmd_thread()
307 uint8_t rx_data, rx_status; in iproc_i2c_target_read() local313 rx_status = (val >> S_RX_STATUS_SHIFT) & S_RX_STATUS_MASK; in iproc_i2c_target_read()316 if (rx_status == I2C_TARGET_RX_START) { in iproc_i2c_target_read()321 } else if ((rx_status == I2C_TARGET_RX_DATA) && dd->rx_start_rcvd) { in iproc_i2c_target_read()324 } else if ((rx_status == I2C_TARGET_RX_END) && dd->rx_start_rcvd) { in iproc_i2c_target_read()330 } else if (rx_status == I2C_TARGET_RX_FIFO_EMPTY) { in iproc_i2c_target_read()
103 enum ec_host_cmd_status rx_status; member