Home
last modified time | relevance | path

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

/Linux-v5.15/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.c245 struct ec_response_motion_sense *resp; in kb_wake_angle_show()
266 resp = (struct ec_response_motion_sense *)msg->data; in kb_wake_angle_show()
297 msg->insize = sizeof(struct ec_response_motion_sense); in kb_wake_angle_store()
Dcros_ec_proto.c861 struct ec_response_motion_sense *resp; in cros_ec_get_sensor_count()
883 resp = (struct ec_response_motion_sense *)msg->data; in cros_ec_get_sensor_count()
Dcros_ec_sensorhub_ring.c123 sensorhub->msg->insize = sizeof(struct ec_response_motion_sense); in cros_ec_sensorhub_ring_fifo_enable()
/Linux-v5.15/include/linux/iio/common/
Dcros_ec_sensors_core.h67 struct ec_response_motion_sense *resp;
/Linux-v5.15/include/linux/platform_data/
Dcros_ec_sensorhub.h154 struct ec_response_motion_sense *resp;
Dcros_ec_commands.h2674 struct ec_response_motion_sense { struct
/Linux-v5.15/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c271 state->resp = (struct ec_response_motion_sense *)state->msg->data; in cros_ec_sensors_core_init()
401 state->resp != (struct ec_response_motion_sense *)state->msg->data) in cros_ec_motion_send_host_cmd()