Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A 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()
H A Dcros_ec_sysfs.c238 struct ec_params_motion_sense *param; in kb_wake_angle_show()
246 param = (struct ec_params_motion_sense *)msg->data; in kb_wake_angle_show()
270 struct ec_params_motion_sense *param; in kb_wake_angle_store()
283 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()
822 sizeof(struct ec_params_motion_sense); in cros_ec_sensorhub_ring_handler()
H A Dcros_ec_proto.c941 struct ec_params_motion_sense *params; in cros_ec_get_sensor_count()
957 params = (struct ec_params_motion_sense *)msg->data; in cros_ec_get_sensor_count()
H A Dcros_ec_proto_test.c2476 struct ec_params_motion_sense *data; in cros_ec_proto_test_get_sensor_count_normal()
2486 data = (struct ec_params_motion_sense *)mock->i_data; in cros_ec_proto_test_get_sensor_count_normal()
2516 struct ec_params_motion_sense *data; in cros_ec_proto_test_get_sensor_count_xfer_error()
2526 data = (struct ec_params_motion_sense *)mock->i_data; in cros_ec_proto_test_get_sensor_count_xfer_error()
2574 struct ec_params_motion_sense *data; in cros_ec_proto_test_get_sensor_count_legacy()
2585 data = (struct ec_params_motion_sense *)mock->i_data; in cros_ec_proto_test_get_sensor_count_legacy()
/openbmc/linux/include/linux/iio/common/
H A Dcros_ec_sensors_core.h65 struct ec_params_motion_sense param;
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_sensorhub.h153 struct ec_params_motion_sense *params;
H A Dcros_ec_commands.h2523 struct ec_params_motion_sense { struct
/openbmc/linux/drivers/iio/common/cros_ec_sensors/
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()
/openbmc/u-boot/include/
H A Dec_commands.h2203 struct __ec_todo_packed ec_params_motion_sense { struct