Lines Matching defs:keycode
21 u32 keycode;37 int keycode = 0;48 keycode = st->map[i].keycode;54 keycode = 0;56 if (st->last_key && st->last_key != keycode)59 if (keycode)60 input_report_key(input, keycode, 1);63 st->last_key = keycode;93 &map[i].keycode)) {164 __set_bit(st->map[i].keycode, input->keybit);