Searched defs:cros_ec_sensors_core_state (Results 1 – 1 of 1) sorted by relevance
55 struct cros_ec_sensors_core_state { struct56 struct cros_ec_device *ec;57 struct mutex cmd_lock;59 struct cros_ec_command *msg;60 struct ec_params_motion_sense param;61 struct ec_response_motion_sense *resp;63 enum motionsensor_type type;64 enum motionsensor_location loc;66 struct calib_data {69 } calib[CROS_EC_SENSOR_MAX_AXIS];[all …]