Searched defs:cros_ec_sensors_core_state (Results 1 – 1 of 1) 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 …]