Searched refs:CROS_EC_SENSORHUB_TS_HISTORY_SIZE (Results 1 – 2 of 2) sorted by relevance
64 #define CROS_EC_SENSORHUB_TS_HISTORY_SIZE 64 macro83 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];
272 if (state->history_len < CROS_EC_SENSORHUB_TS_HISTORY_SIZE) in cros_ec_sensor_ring_ts_filter_update()
Completed in 5 milliseconds