Home
last modified time | relevance | path

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

/Linux-v5.10/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.c245 struct ec_params_motion_sense *param; in kb_wake_angle_show()
253 param = (struct ec_params_motion_sense *)msg->data; in kb_wake_angle_show()
277 struct ec_params_motion_sense *param; in kb_wake_angle_store()
290 param = (struct ec_params_motion_sense *)msg->data; in kb_wake_angle_store()
Dcros_ec_proto.c845 struct ec_params_motion_sense *params; in cros_ec_get_sensor_count()
861 params = (struct ec_params_motion_sense *)msg->data; in cros_ec_get_sensor_count()
Dcros_ec_sensorhub_ring.c120 sensorhub->msg->outsize = sizeof(struct ec_params_motion_sense); in cros_ec_sensorhub_ring_fifo_enable()
807 sizeof(struct ec_params_motion_sense); in cros_ec_sensorhub_ring_handler()
/Linux-v5.10/include/linux/iio/common/
Dcros_ec_sensors_core.h66 struct ec_params_motion_sense param;
/Linux-v5.10/include/linux/platform_data/
Dcros_ec_sensorhub.h153 struct ec_params_motion_sense *params;
Dcros_ec_commands.h2495 struct ec_params_motion_sense { struct
/Linux-v5.10/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c267 max((u16)sizeof(struct ec_params_motion_sense), in cros_ec_sensors_core_init()
286 state->msg->outsize = sizeof(struct ec_params_motion_sense); in cros_ec_sensors_core_init()