Home
last modified time | relevance | path

Searched refs:ec_params_motion_sense (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/platform/chrome/
H A Dcros_ec_sensorhub.c62 msg->outsize = sizeof(struct ec_params_motion_sense); in cros_ec_sensorhub_register()
134 max((u16)sizeof(struct ec_params_motion_sense), in cros_ec_sensorhub_probe()
150 data->params = (struct ec_params_motion_sense *)msg->data; in cros_ec_sensorhub_probe()
H A Dcros_ec_sensorhub_ring.c123 sensorhub->msg->outsize = sizeof(struct ec_params_motion_sense); in cros_ec_sensorhub_ring_fifo_enable()
850 sizeof(struct ec_params_motion_sense); in cros_ec_sensorhub_ring_handler()
H A Dcros_ec_proto_test.c2464 struct ec_params_motion_sense *data; in cros_ec_proto_test_get_sensor_count_normal()
2474 data = (struct ec_params_motion_sense *)mock->i_data; in cros_ec_proto_test_get_sensor_count_normal()
2504 struct ec_params_motion_sense *data; in cros_ec_proto_test_get_sensor_count_xfer_error()
2514 data = (struct ec_params_motion_sense *)mock->i_data; in cros_ec_proto_test_get_sensor_count_xfer_error()
2562 struct ec_params_motion_sense *data; in cros_ec_proto_test_get_sensor_count_legacy()
2573 data = (struct ec_params_motion_sense *)mock->i_data; in cros_ec_proto_test_get_sensor_count_legacy()
/linux/include/linux/iio/common/
H A Dcros_ec_sensors_core.h65 struct ec_params_motion_sense param;
/linux/include/linux/platform_data/
H A Dcros_ec_sensorhub.h153 struct ec_params_motion_sense *params;
/linux/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors_core.c259 max((u16)sizeof(struct ec_params_motion_sense), in cros_ec_sensors_core_init()
278 state->msg->outsize = sizeof(struct ec_params_motion_sense); in cros_ec_sensors_core_init()