Home
last modified time | relevance | path

Searched refs:ec_response_motion_sense (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/platform/chrome/
H A Dcros_ec_sensorhub.c63 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()
H A Dcros_ec_sysfs.c238 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()
H A Dcros_ec_proto.c997 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()
H A Dcros_ec_proto_test.c2450 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()
H A Dcros_ec_sensorhub_ring.c124 sensorhub->msg->insize = sizeof(struct ec_response_motion_sense); in cros_ec_sensorhub_ring_fifo_enable()
/linux/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors_trace.h23 struct ec_response_motion_sense *resp,
H A Dcros_ec_sensors_core.c259 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()
/linux/include/linux/iio/common/
H A Dcros_ec_sensors_core.h66 struct ec_response_motion_sense *resp;
/linux/include/linux/platform_data/
H A Dcros_ec_sensorhub.h154 struct ec_response_motion_sense *resp;
H A Dcros_ec_commands.h2780 struct ec_response_motion_sense { struct