Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_sensorhub.h81 struct cros_ec_sensors_ts_filter_state { struct
82 s64 x_offset, y_offset;
83 s64 x_history[CROS_EC_SENSORHUB_TS_HISTORY_SIZE];
84 s64 y_history[CROS_EC_SENSORHUB_TS_HISTORY_SIZE];
85 s64 m_history[CROS_EC_SENSORHUB_TS_HISTORY_SIZE];
86 int history_len;
88 s64 temp_buf[CROS_EC_SENSORHUB_TS_HISTORY_SIZE];
90 s64 median_m;
91 s64 median_error;