Home
last modified time | relevance | path

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

/linux-5.19.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.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_proto.c884 struct ec_params_motion_sense *params; in cros_ec_get_sensor_count()
900 params = (struct ec_params_motion_sense *)msg->data; in cros_ec_get_sensor_count()
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()
/linux-5.19.10/include/linux/iio/common/
Dcros_ec_sensors_core.h66 struct ec_params_motion_sense param;
/linux-5.19.10/include/linux/platform_data/
Dcros_ec_sensorhub.h153 struct ec_params_motion_sense *params;
Dcros_ec_commands.h2511 struct ec_params_motion_sense { struct
/linux-5.19.10/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c263 max((u16)sizeof(struct ec_params_motion_sense), in cros_ec_sensors_core_init()
282 state->msg->outsize = sizeof(struct ec_params_motion_sense); in cros_ec_sensors_core_init()