Searched refs:ec_response_motion_sense (Results 1 – 10 of 10) sorted by relevance
63 msg->insize = sizeof(struct ec_response_motion_sense); in cros_ec_sensorhub_register()166 data->resp = (struct ec_response_motion_sense *)msg->data; in cros_ec_sensorhub_probe()
238 struct ec_response_motion_sense *resp; in kb_wake_angle_show()259 resp = (struct ec_response_motion_sense *)msg->data; in kb_wake_angle_show()290 msg->insize = sizeof(struct ec_response_motion_sense); in kb_wake_angle_store()
997 struct ec_response_motion_sense *resp; in cros_ec_get_sensor_count()1019 resp = (struct ec_response_motion_sense *)msg->data; in cros_ec_get_sensor_count()
2450 struct ec_response_motion_sense *data; in cros_ec_proto_test_get_sensor_count_normal()2455 data = (struct ec_response_motion_sense *)mock->o_data; in cros_ec_proto_test_get_sensor_count_normal()2471 KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_motion_sense)); in cros_ec_proto_test_get_sensor_count_normal()2511 KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_motion_sense)); in cros_ec_proto_test_get_sensor_count_xfer_error()2570 sizeof(struct ec_response_motion_sense)); in cros_ec_proto_test_get_sensor_count_legacy()
124 sensorhub->msg->insize = sizeof(struct ec_response_motion_sense); in cros_ec_sensorhub_ring_fifo_enable()
23 struct ec_response_motion_sense *resp,
259 state->resp = (struct ec_response_motion_sense *)state->msg->data; in cros_ec_sensors_core_init()411 struct ec_response_motion_sense *resp = (struct ec_response_motion_sense *)state->msg->data; in cros_ec_motion_send_host_cmd()
66 struct ec_response_motion_sense *resp;
154 struct ec_response_motion_sense *resp;
2780 struct ec_response_motion_sense { struct