Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/platform/chrome/
Dcros_ec_sensorhub.c60 msg->insize = sizeof(struct ec_response_motion_sense); in cros_ec_sensorhub_register()
150 data->resp = (struct ec_response_motion_sense *)msg->data; in cros_ec_sensorhub_probe()
Dcros_ec_sysfs.c237 struct ec_response_motion_sense *resp; in kb_wake_angle_show()
258 resp = (struct ec_response_motion_sense *)msg->data; in kb_wake_angle_show()
289 msg->insize = sizeof(struct ec_response_motion_sense); in kb_wake_angle_store()
Dcros_ec_proto.c940 struct ec_response_motion_sense *resp; in cros_ec_get_sensor_count()
962 resp = (struct ec_response_motion_sense *)msg->data; in cros_ec_get_sensor_count()
Dcros_ec_proto_test.c2462 struct ec_response_motion_sense *data; in cros_ec_proto_test_get_sensor_count_normal()
2467 data = (struct ec_response_motion_sense *)mock->o_data; in cros_ec_proto_test_get_sensor_count_normal()
2483 KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_motion_sense)); in cros_ec_proto_test_get_sensor_count_normal()
2523 KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_motion_sense)); in cros_ec_proto_test_get_sensor_count_xfer_error()
2582 sizeof(struct ec_response_motion_sense)); in cros_ec_proto_test_get_sensor_count_legacy()
Dcros_ec_sensorhub_ring.c124 sensorhub->msg->insize = sizeof(struct ec_response_motion_sense); in cros_ec_sensorhub_ring_fifo_enable()
/linux-6.6.21/include/linux/iio/common/
Dcros_ec_sensors_core.h66 struct ec_response_motion_sense *resp;
/linux-6.6.21/include/linux/platform_data/
Dcros_ec_sensorhub.h154 struct ec_response_motion_sense *resp;
Dcros_ec_commands.h2690 struct ec_response_motion_sense { struct
/linux-6.6.21/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c266 state->resp = (struct ec_response_motion_sense *)state->msg->data; in cros_ec_sensors_core_init()
432 state->resp != (struct ec_response_motion_sense *)state->msg->data) in cros_ec_motion_send_host_cmd()