Searched refs:m_history (Results 1 – 2 of 2) sorted by relevance
256 state->m_history[i] = state->m_history[i - 1]; in cros_ec_sensor_ring_ts_filter_update()261 m_history_copy[i] = state->m_history[i - 1]; in cros_ec_sensor_ring_ts_filter_update()270 state->m_history[0] = m; in cros_ec_sensor_ring_ts_filter_update()
85 s64 m_history[CROS_EC_SENSORHUB_TS_HISTORY_SIZE]; member