Searched refs:last_keycode (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/include/media/
H A Drc-core.h94 * @last_keycode: keycode of last keypress
150 u32 last_keycode; member in struct:rc_dev
/linux-4.1.27/drivers/media/rc/
H A Dimon.c145 u32 last_keycode; /* last reported input keycode */ member in struct:imon_context
1384 ictx->last_keycode = ictx->kc; imon_mouse_event()
1551 ictx->kc = ictx->last_keycode; imon_parse_press_type()
1556 ictx->kc = ictx->last_keycode; imon_parse_press_type()
1561 ictx->kc = ictx->last_keycode; imon_parse_press_type()
1630 ictx->last_keycode = kc; imon_incoming_packet()
1687 ictx->last_keycode = ictx->kc; imon_incoming_packet()
1698 if (ictx->kc == KEY_MUTE && ictx->kc == ictx->last_keycode) { imon_incoming_packet()
1718 ictx->last_keycode = kc; imon_incoming_packet()
H A Drc-main.c542 IR_dprintk(1, "keyup key 0x%04x\n", dev->last_keycode); ir_do_keyup()
543 input_report_key(dev->input_dev, dev->last_keycode, 0); ir_do_keyup()
653 dev->last_keycode = keycode; ir_do_keydown()
/linux-4.1.27/drivers/staging/speakup/
H A Dmain.c244 static u_char last_keycode, this_speakup_key; variable
2109 if (last_keycode == keycode && speakup_key()
2117 last_keycode = keycode; speakup_key()
2154 last_keycode = 0; speakup_key()

Completed in 141 milliseconds