Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_i2c.c50 struct ec_host_response ec_response;
71 struct ec_host_response *ec_response; in cros_ec_pkt_xfer_i2c()
144 if (ec_response_i2c->packet_length < sizeof(struct ec_host_response)) { in cros_ec_pkt_xfer_i2c()
163 for (i = 0; i < sizeof(struct ec_host_response); i++) in cros_ec_pkt_xfer_i2c()
Dcros_ec_spi.c174 struct ec_host_response *response; in cros_ec_spi_receive_packet()
237 response = (struct ec_host_response *)ec_dev->din; in cros_ec_spi_receive_packet()
371 struct ec_host_response *response; in cros_ec_pkt_xfer_spi()
464 response = (struct ec_host_response *)ptr; in cros_ec_pkt_xfer_spi()
671 sizeof(struct ec_host_response) + in cros_ec_spi_probe()
Dcros_ec_lpc.c61 struct ec_host_response response; in cros_ec_pkt_xfer_lpc()
286 ec_dev->din_size = sizeof(struct ec_host_response) + in cros_ec_lpc_probe()
Dcros_ec_proto.c347 sizeof(struct ec_host_response); in cros_ec_query_all()
356 sizeof(struct ec_host_response) + in cros_ec_query_all()
/Linux-v4.19/include/linux/mfd/
Dcros_ec_commands.h502 struct ec_host_response { struct