Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A 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()
H A Dcros_ec_sysfs.c244 struct ec_response_motion_sense *resp; in kb_wake_angle_show()
265 resp = (struct ec_response_motion_sense *)msg->data; in kb_wake_angle_show()
296 msg->insize = sizeof(struct ec_response_motion_sense); in kb_wake_angle_store()
H A Dcros_ec_proto.c921 struct ec_response_motion_sense *resp; in cros_ec_get_sensor_count()
943 resp = (struct ec_response_motion_sense *)msg->data; in cros_ec_get_sensor_count()
H A Dcros_ec_sensorhub_ring.c124 sensorhub->msg->insize = sizeof(struct ec_response_motion_sense); in cros_ec_sensorhub_ring_fifo_enable()
/OK3568_Linux_fs/kernel/include/linux/iio/common/
H A Dcros_ec_sensors_core.h67 struct ec_response_motion_sense *resp;
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_sensorhub.h154 struct ec_response_motion_sense *resp;
H A Dcros_ec_commands.h2662 struct ec_response_motion_sense { struct
/OK3568_Linux_fs/kernel/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors_core.c272 state->resp = (struct ec_response_motion_sense *)state->msg->data; in cros_ec_sensors_core_init()
409 state->resp != (struct ec_response_motion_sense *)state->msg->data) in cros_ec_motion_send_host_cmd()