Searched refs:k_cc (Results 1 – 2 of 2) sorted by relevance
205 if (k->k_cc != NULL && k->k_repeating) { in kbdopen()498 if (k->k_cc != NULL) in kbd_input()529 k->k_cc = cc; in kbd_cc_alloc()665 if (k->k_cc == NULL || k->k_cc->cc_upstream == NULL) in kbd_input_keysym()674 (*k->k_cc->cc_upstream)(data); in kbd_input_keysym()727 (*k->k_cc->cc_upstream)(*str); in kbd_input_string()
79 struct cons_channel *k_cc; member