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

/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/pc99/
H A Dkeyboard_chardev.c20 static keycode_state_t kc_state; variable
26 keyboard_set_led(&kb_state, kc_state.scroll_lock, kc_state.num_lock, kc_state.caps_lock);
27 kc_state.led_state_changed = false;
34 return keycode_process_vkey_event_to_char(&kc_state, ev.vkey, ev.pressed, NULL);
89 keycode_init(&kc_state, NULL, NULL,

Completed in 23 milliseconds