Home
last modified time | relevance | path

Searched refs:CROS_EC_SENSORHUB_TS_HISTORY_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/platform_data/
H A Dcros_ec_sensorhub.h64 #define CROS_EC_SENSORHUB_TS_HISTORY_SIZE 64 macro
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];
88 s64 temp_buf[CROS_EC_SENSORHUB_TS_HISTORY_SIZE];
/linux/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c301 if (state->history_len < CROS_EC_SENSORHUB_TS_HISTORY_SIZE) in cros_ec_sensor_ring_ts_filter_update()