Home
last modified time | relevance | path

Searched defs:cros_ec_sensors_core_state (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/iio/common/
Dcros_ec_sensors_core.h61 struct cros_ec_sensors_core_state { struct
62 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 …]
/kernel/linux/linux-4.19/include/linux/iio/common/
Dcros_ec_sensors_core.h62 struct cros_ec_sensors_core_state { struct
63 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 …]