Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dcros_ec_keyb.c50 static struct mbkp_keyscan last_scan; in check_for_keys() local
60 *samep = last_scan_valid && !memcmp(&last_scan, &scan, sizeof(scan)); in check_for_keys()
69 memcpy(&last_scan, &scan, sizeof(last_scan)); in check_for_keys()