Searched defs:keycode (Results 1 – 5 of 5) sorted by relevance
25 static bool vc_handle_control_keys(uint8_t keycode, int modifiers) { in vc_handle_control_keys()96 static bool vc_handle_device_control_keys(uint8_t keycode, int modifiers) { in vc_handle_device_control_keys()202 void handle_key_press(uint8_t keycode, int modifiers) { in handle_key_press()
10 uint32_t hid_key_to_vt100_code(uint8_t keycode, int modifiers, in hid_key_to_vt100_code()
26 static int modifiers_from_keycode(uint8_t keycode) { in modifiers_from_keycode()91 uint8_t keycode; in vc_input_process() local
19 void keypress_handler(uint8_t keycode, int modifiers) { in keypress_handler()
34 #define hid_for_every_key(keys, keycode) \ argument
Completed in 12 milliseconds