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 …]
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 …]