Lines Matching defs:keycode
1607 int keycode = 0;
1617 keycode = KEY_SWITCHVIDEOMODE;
1624 keycode = KEY_SWITCHVIDEOMODE;
1628 keycode = KEY_SWITCHVIDEOMODE;
1631 keycode = KEY_VIDEO_NEXT;
1634 keycode = KEY_VIDEO_PREV;
1645 keycode = 0;
1647 if (keycode && (report_key_events & REPORT_OUTPUT_KEY_EVENTS)) {
1648 input_report_key(input, keycode, 1);
1650 input_report_key(input, keycode, 0);
1673 int keycode = 0;
1693 keycode = KEY_BRIGHTNESS_CYCLE;
1697 keycode = KEY_BRIGHTNESSUP;
1701 keycode = KEY_BRIGHTNESSDOWN;
1705 keycode = KEY_BRIGHTNESS_ZERO;
1709 keycode = KEY_DISPLAY_OFF;
1719 if (keycode && (report_key_events & REPORT_BRIGHTNESS_KEY_EVENTS)) {
1720 input_report_key(input, keycode, 1);
1722 input_report_key(input, keycode, 0);