Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/keyboard/
Dbf54x-keys.c77 struct bf54x_kpad { struct
89 static inline int bfin_kpad_find_key(struct bf54x_kpad *bf54x_kpad, in bfin_kpad_find_key() argument
95 if (bf54x_kpad->keycode[i + input->keycodemax] == keyident) in bfin_kpad_find_key()
96 return bf54x_kpad->keycode[i]; in bfin_kpad_find_key()
119 static inline u16 bfin_kpad_get_keypressed(struct bf54x_kpad *bf54x_kpad) in bfin_kpad_get_keypressed() argument
133 struct bf54x_kpad *bf54x_kpad = platform_get_drvdata(pdev); in bfin_kpad_timer() local
135 if (bfin_kpad_get_keypressed(bf54x_kpad)) { in bfin_kpad_timer()
137 mod_timer(&bf54x_kpad->timer, in bfin_kpad_timer()
138 jiffies + bf54x_kpad->keyup_test_jiffies); in bfin_kpad_timer()
142 input_report_key(bf54x_kpad->input, bf54x_kpad->lastkey, 0); in bfin_kpad_timer()
[all …]