ec_response_motion_sense
state->resp = (struct ec_response_motion_sense *)state->msg->data;
struct ec_response_motion_sense *resp = (struct ec_response_motion_sense *)state->msg->data;
struct ec_response_motion_sense *resp,
resp = (struct ec_response_motion_sense *)msg->data;
struct ec_response_motion_sense *resp;
struct ec_response_motion_sense *data;
data = (struct ec_response_motion_sense *)mock->o_data;
KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_motion_sense));
KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_motion_sense));
sizeof(struct ec_response_motion_sense));
data->resp = (struct ec_response_motion_sense *)msg->data;
msg->insize = sizeof(struct ec_response_motion_sense);
sensorhub->msg->insize = sizeof(struct ec_response_motion_sense);
struct ec_response_motion_sense *resp;
resp = (struct ec_response_motion_sense *)msg->data;
msg->insize = sizeof(struct ec_response_motion_sense);
struct ec_response_motion_sense *resp;
struct ec_response_motion_sense *resp;