Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/input/
H A Dtegra-kbc.c48 unsigned char first_scan; /* 1 if this is our first key scan */ member
134 if (!priv->first_scan && in check_for_keys()
138 priv->first_scan = 0; in check_for_keys()
254 priv->first_scan = 1; in tegra_kbc_open()