Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/platform/x86/
Dmsi-wmi.c59 static ktime_t last_pressed[ARRAY_SIZE(msi_wmi_keymap) - 1]; variable
171 diff = ktime_sub(cur, last_pressed[key->code - in msi_wmi_notify()
181 last_pressed[key->code - SCANCODE_BASE] = cur; in msi_wmi_notify()
224 memset(last_pressed, 0, sizeof(last_pressed)); in msi_wmi_input_setup()