Searched refs:ec_response_get_protocol_info (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/platform/chrome/
H A Dcros_ec_proto_test.c202 struct ec_response_get_protocol_info *data;
207 data = (struct ec_response_get_protocol_info *)mock->o_data;
215 struct ec_response_get_protocol_info *data;
220 data = (struct ec_response_get_protocol_info *)mock->o_data;
269 sizeof(struct ec_response_get_protocol_info));
289 sizeof(struct ec_response_get_protocol_info));
359 struct ec_response_get_protocol_info *data;
368 data = (struct ec_response_get_protocol_info *)mock->o_data;
391 sizeof(struct ec_response_get_protocol_info));
405 sizeof(struct ec_response_get_protocol_info));
[all...]
H A Dcros_ec_rpmsg.c233 sizeof(struct ec_response_get_protocol_info);
H A Dcros_ec_i2c.c307 sizeof(struct ec_response_get_protocol_info);
H A Dcros_ec.c189 ec_dev->max_response = sizeof(struct ec_response_get_protocol_info);
H A Dcros_ec_uart.c285 sizeof(struct ec_response_get_protocol_info);
H A Dcros_ec_lpc.c424 sizeof(struct ec_response_get_protocol_info);
H A Dcros_ec_proto.c294 struct ec_response_get_protocol_info *info;
337 info = (struct ec_response_get_protocol_info *)msg->data;
H A Dcros_ec_ishtp.c559 sizeof(struct ec_response_get_protocol_info);
H A Dcros_ec_spi.c768 sizeof(struct ec_response_get_protocol_info);
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h1134 /* Flags for ec_response_get_protocol_info.flags */
1139 * struct ec_response_get_protocol_info - Response to the get protocol info.
1146 struct ec_response_get_protocol_info { struct

Completed in 332 milliseconds