Searched refs:kbd_keycode (Results 1 – 5 of 5) sorted by relevance
6 events (see kbd_keycode() function for details). The passed structure is31 kbd_keycode(keycode) {
49 void kbd_keycode(struct kbd_data *, unsigned int);
307 kbd_keycode(struct kbd_data *kbd, unsigned int keycode) in kbd_keycode() function579 EXPORT_SYMBOL(kbd_keycode);
720 kbd_keycode(tp->kbd, *input++); in tty3270_read_tasklet()722 kbd_keycode(tp->kbd, 256 + tp->input[0]); in tty3270_read_tasklet()
1397 static void kbd_keycode(unsigned int keycode, int down, bool hw_raw) in kbd_keycode() function1543 kbd_keycode(event_code, value, kbd_is_hw_raw(handle->dev)); in kbd_event()