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

/u-boot/lib/efi_selftest/
H A Defi_selftest_textinput.c41 struct efi_input_key input_key = {0}; local
51 ret = con_in->read_key_stroke(con_in, &input_key);
68 ret = con_in->read_key_stroke(con_in, &input_key);
78 (unsigned int)input_key.unicode_char,
79 efi_st_translate_char(input_key.unicode_char),
80 (unsigned int)input_key.scan_code,
81 efi_st_translate_code(input_key.scan_code));
83 switch (input_key.unicode_char) {
H A Defi_selftest_textinputex.c119 struct efi_key_data input_key = { {0, 0}, {0, 0} }; local
134 ret = con_in_ex->read_key_stroke_ex(con_in_ex, &input_key);
151 ret = con_in_ex->read_key_stroke_ex(con_in_ex, &input_key);
161 (unsigned int)input_key.key.unicode_char,
162 efi_st_translate_char(input_key.key.unicode_char),
163 (unsigned int)input_key.key.scan_code);
164 if (input_key.key_state.key_shift_state &
166 if (input_key.key_state.key_shift_state &
169 if (input_key.key_state.key_shift_state &
172 if (input_key
[all...]
H A Defi_selftest_console.c281 struct efi_input_key input_key; local
286 ret = con_in->read_key_stroke(con_in, &input_key);
288 return input_key.unicode_char;
H A Defi_selftest_bitblt.c307 struct efi_input_key input_key; local
317 ret = con_in->read_key_stroke(con_in, &input_key);
323 switch (input_key.scan_code) {

Completed in 89 milliseconds