Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_uart.c88 struct ec_host_response *host_response; in cros_ec_uart_rx_bytes()
117 host_response = (struct ec_host_response *)resp->data; in cros_ec_uart_rx_bytes()
136 struct ec_host_response *host_response; in cros_ec_uart_pkt_xfer()
173 host_response = (struct ec_host_response *)ec_dev->din; in cros_ec_uart_pkt_xfer()
285 ec_dev->din_size = sizeof(struct ec_host_response) + in cros_ec_uart_probe()
H A Dcros_ec_i2c.c42 struct ec_host_response ec_response;
63 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()
H A Dcros_ec_rpmsg.c83 struct ec_host_response *response; in cros_ec_pkt_xfer_rpmsg()
111 response = (struct ec_host_response *)ec_dev->din; in cros_ec_pkt_xfer_rpmsg()
232 ec_dev->din_size = sizeof(struct ec_host_response) + in cros_ec_rpmsg_probe()
H A Dcros_ec_spi.c189 struct ec_host_response *response; in cros_ec_spi_receive_packet()
252 response = (struct ec_host_response *)ec_dev->din; in cros_ec_spi_receive_packet()
386 struct ec_host_response *response; in do_cros_ec_pkt_xfer_spi()
482 response = (struct ec_host_response *)ptr; in do_cros_ec_pkt_xfer_spi()
767 sizeof(struct ec_host_response) + in cros_ec_spi_probe()
H A Dcros_ec_lpc.c146 struct ec_host_response response; in cros_ec_pkt_xfer_lpc()
423 ec_dev->din_size = sizeof(struct ec_host_response) + in cros_ec_lpc_probe()
H A Dcros_ec_ishtp.c65 struct ec_host_response ec_response;
469 for (i = 0; i < sizeof(struct ec_host_response); i++) in prepare_cros_ec_rx()
H A Dcros_ec_proto.c344 sizeof(struct ec_host_response); in cros_ec_get_proto_info()
H A Dcros_ec_proto_test.c273 KUNIT_EXPECT_EQ(test, ec_dev->max_response, 0xef - sizeof(struct ec_host_response)); in cros_ec_proto_test_query_all_normal()
/openbmc/u-boot/drivers/misc/
H A 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()
H A Dcros_ec_sandbox.c284 struct ec_host_response *resp_hdr, void *resp_data) in process_cmd()
476 struct ec_host_response *resp_hdr = (struct ec_host_response *)dev->din; in cros_ec_sandbox_packet()
H A Dcros_ec.c178 int in_bytes = din_len + sizeof(struct ec_host_response); in prepare_proto3_response_buffer()
205 struct ec_host_response *rs = (struct ec_host_response *)dev->din; in handle_proto3_response()
/openbmc/u-boot/include/
H A Dec_commands.h778 struct __ec_align4 ec_host_response { struct
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h775 struct ec_host_response { struct