Home
last modified time | relevance | path

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

/external/u-boot/drivers/input/
Dtegra-kbc.c57 unsigned int last_poll_ms; /* Time we should last polled */ member
135 get_timer(priv->last_poll_ms) < KBC_REPEAT_RATE_MS) in check_for_keys()
137 priv->last_poll_ms = get_timer(0); in check_for_keys()
252 priv->last_poll_ms = get_timer(0); in tegra_kbc_open()
253 priv->next_repeat_ms = priv->last_poll_ms; in tegra_kbc_open()