Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c244 dy = (state->y_history[0] + state->y_offset) - y; in cros_ec_sensor_ring_ts_filter_update()
254 state->y_history[i] = state->y_history[i - 1] + dy; in cros_ec_sensor_ring_ts_filter_update()
268 state->y_history[0] = 0; in cros_ec_sensor_ring_ts_filter_update()
288 error[i] = state->y_history[i] - in cros_ec_sensor_ring_ts_filter_update()
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_sensorhub.h84 s64 y_history[CROS_EC_SENSORHUB_TS_HISTORY_SIZE]; member