Searched refs:bf54x_kpad (Results 1 – 1 of 1) sorted by relevance
77 struct bf54x_kpad { struct89 static inline int bfin_kpad_find_key(struct bf54x_kpad *bf54x_kpad, in bfin_kpad_find_key() argument95 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() argument133 struct bf54x_kpad *bf54x_kpad = platform_get_drvdata(pdev); in bfin_kpad_timer() local135 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 …]