Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_sensorhub.c61 msg->outsize = sizeof(struct ec_params_motion_sense); in cros_ec_sensorhub_register()
133 max((u16)sizeof(struct ec_params_motion_sense), in cros_ec_sensorhub_probe()
149 data->params = (struct ec_params_motion_sense *)msg->data; in cros_ec_sensorhub_probe()
Dcros_ec_sysfs.c246 struct ec_params_motion_sense *param; in kb_wake_angle_show()
254 param = (struct ec_params_motion_sense *)msg->data; in kb_wake_angle_show()
278 struct ec_params_motion_sense *param; in kb_wake_angle_store()
291 param = (struct ec_params_motion_sense *)msg->data; in kb_wake_angle_store()
Dcros_ec_sensorhub_ring.c123 sensorhub->msg->outsize = sizeof(struct ec_params_motion_sense); in cros_ec_sensorhub_ring_fifo_enable()
822 sizeof(struct ec_params_motion_sense); in cros_ec_sensorhub_ring_handler()
Dcros_ec_proto.c939 struct ec_params_motion_sense *params; in cros_ec_get_sensor_count()
955 params = (struct ec_params_motion_sense *)msg->data; in cros_ec_get_sensor_count()
Dcros_ec_proto_test.c2475 struct ec_params_motion_sense *data; in cros_ec_proto_test_get_sensor_count_normal()
2485 data = (struct ec_params_motion_sense *)mock->i_data; in cros_ec_proto_test_get_sensor_count_normal()
2515 struct ec_params_motion_sense *data; in cros_ec_proto_test_get_sensor_count_xfer_error()
2525 data = (struct ec_params_motion_sense *)mock->i_data; in cros_ec_proto_test_get_sensor_count_xfer_error()
2573 struct ec_params_motion_sense *data; in cros_ec_proto_test_get_sensor_count_legacy()
2584 data = (struct ec_params_motion_sense *)mock->i_data; in cros_ec_proto_test_get_sensor_count_legacy()
/Linux-v6.1/include/linux/iio/common/
Dcros_ec_sensors_core.h65 struct ec_params_motion_sense param;
/Linux-v6.1/include/linux/platform_data/
Dcros_ec_sensorhub.h153 struct ec_params_motion_sense *params;
Dcros_ec_commands.h2513 struct ec_params_motion_sense { struct
/Linux-v6.1/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c257 max((u16)sizeof(struct ec_params_motion_sense), in cros_ec_sensors_core_init()
276 state->msg->outsize = sizeof(struct ec_params_motion_sense); in cros_ec_sensors_core_init()