Home
last modified time | relevance | path

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

/linux-6.15/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_sysfs.c239 struct ec_params_motion_sense *param; in kb_wake_angle_show()
247 param = (struct ec_params_motion_sense *)msg->data; in kb_wake_angle_show()
271 struct ec_params_motion_sense *param; in kb_wake_angle_store()
284 param = (struct ec_params_motion_sense *)msg->data; in kb_wake_angle_store()
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.c1000 struct ec_params_motion_sense *params; in cros_ec_get_sensor_count()
1016 params = (struct ec_params_motion_sense *)msg->data; in cros_ec_get_sensor_count()
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-6.15/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors_trace.h22 TP_PROTO(struct ec_params_motion_sense *param,
H A Dcros_ec_sensors_core.c261 max((u16)sizeof(struct ec_params_motion_sense), in cros_ec_sensors_core_init()
280 state->msg->outsize = sizeof(struct ec_params_motion_sense); in cros_ec_sensors_core_init()
/linux-6.15/include/linux/iio/common/
H A Dcros_ec_sensors_core.h65 struct ec_params_motion_sense param;
/linux-6.15/include/linux/platform_data/
H A Dcros_ec_sensorhub.h153 struct ec_params_motion_sense *params;
H A Dcros_ec_commands.h2555 struct ec_params_motion_sense { struct