Searched refs:ec_response (Results 1 – 1 of 1) sorted by relevance
49 struct ec_host_response ec_response; member70 struct ec_host_response *ec_response; in cros_ec_pkt_xfer_i2c() local114 ec_response = &ec_response_i2c->ec_response; in cros_ec_pkt_xfer_i2c()151 if (msg->insize < ec_response->data_len) { in cros_ec_pkt_xfer_i2c()155 ec_response->data_len); in cros_ec_pkt_xfer_i2c()163 sum += ((u8 *)ec_response)[i]; in cros_ec_pkt_xfer_i2c()167 ec_response->data_len); in cros_ec_pkt_xfer_i2c()168 for (i = 0; i < ec_response->data_len; i++) in cros_ec_pkt_xfer_i2c()178 ret = ec_response->data_len; in cros_ec_pkt_xfer_i2c()