Searched defs:cros_ec_sensors_core_state (Results 1 – 2 of 2) sorted by relevance
61 struct cros_ec_sensors_core_state { struct62 struct cros_ec_device *ec;63 struct mutex cmd_lock;65 struct cros_ec_command *msg;66 struct ec_params_motion_sense param;67 struct ec_response_motion_sense *resp;69 enum motionsensor_type type;70 enum motionsensor_location loc;72 bool range_updated;73 int curr_range;[all …]
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 …]