Searched refs:ec_response (Results 1 – 1 of 1) sorted by relevance
50 struct ec_host_response ec_response; member71 struct ec_host_response *ec_response; in cros_ec_pkt_xfer_i2c() local115 ec_response = &ec_response_i2c->ec_response; in cros_ec_pkt_xfer_i2c()152 if (msg->insize < ec_response->data_len) { in cros_ec_pkt_xfer_i2c()156 ec_response->data_len); in cros_ec_pkt_xfer_i2c()164 sum += ((u8 *)ec_response)[i]; in cros_ec_pkt_xfer_i2c()168 ec_response->data_len); in cros_ec_pkt_xfer_i2c()169 for (i = 0; i < ec_response->data_len; i++) in cros_ec_pkt_xfer_i2c()179 ret = ec_response->data_len; in cros_ec_pkt_xfer_i2c()