Searched defs:cros_ec_sensors_core_state (Results 1 – 1 of 1) sorted by relevance
60 struct cros_ec_sensors_core_state { struct61 struct cros_ec_device *ec;62 struct mutex cmd_lock;64 struct cros_ec_command *msg;65 struct ec_params_motion_sense param;66 struct ec_response_motion_sense *resp;68 enum motionsensor_type type;70 bool range_updated;71 int curr_range;73 struct calib_data {[all …]