Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_i2c.c50 struct ec_host_response ec_response; member
71 struct ec_host_response *ec_response; in cros_ec_pkt_xfer_i2c() local
115 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()