Searched defs:cros_ec_sensors_core_state (Results 1 – 1 of 1) sorted by relevance
62 struct cros_ec_sensors_core_state { struct63 struct cros_ec_device *ec;64 struct mutex cmd_lock;66 struct cros_ec_command *msg;67 struct ec_params_motion_sense param;68 struct ec_response_motion_sense *resp;70 enum motionsensor_type type;71 enum motionsensor_location loc;73 s16 calib[CROS_EC_SENSOR_MAX_AXIS];75 u8 samples[CROS_EC_SAMPLE_SIZE];[all …]