Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/input/
H A Dcros_ec_keyb.c47 static struct mbkp_keyscan last_scan; in check_for_keys() local
57 *samep = last_scan_valid && !memcmp(&last_scan, &scan, sizeof(scan)); in check_for_keys()
66 memcpy(&last_scan, &scan, sizeof(last_scan)); in check_for_keys()