Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dtegra-kbc.c60 unsigned int last_poll_ms; /* Time we should last polled */ member
138 get_timer(priv->last_poll_ms) < KBC_REPEAT_RATE_MS) in check_for_keys()
140 priv->last_poll_ms = get_timer(0); in check_for_keys()
255 priv->last_poll_ms = get_timer(0); in tegra_kbc_open()
256 priv->next_repeat_ms = priv->last_poll_ms; in tegra_kbc_open()