Home
last modified time | relevance | path

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

/external/u-boot/drivers/misc/
Dcros_ec_i2c.c48 struct ec_host_response ec_response;
96 if (ec_response_i2c->packet_length < sizeof(struct ec_host_response)) { in cros_ec_i2c_packet()
Dcros_ec_sandbox.c284 struct ec_host_response *resp_hdr, void *resp_data) in process_cmd()
474 struct ec_host_response *resp_hdr = (struct ec_host_response *)dev->din; in cros_ec_sandbox_packet()
Dcros_ec.c128 int in_bytes = din_len + sizeof(struct ec_host_response); in prepare_proto3_response_buffer()
155 struct ec_host_response *rs = (struct ec_host_response *)dev->din; in handle_proto3_response()
/external/u-boot/include/
Dec_commands.h365 struct ec_host_response { struct