Home
last modified time | relevance | path

Searched refs:con_in_ex (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_textinputex.c20 static struct efi_simple_text_input_ex_protocol *con_in_ex; variable
69 (void **)&con_in_ex); in setup()
71 con_in_ex = NULL; in setup()
77 ret = con_in_ex->register_key_notify(con_in_ex, &key_data, in setup()
102 ret = con_in_ex->unregister_key_notify in teardown()
103 (con_in_ex, efi_key_notify_handle); in teardown()
123 if (!con_in_ex) { in execute()
129 ret = con_in_ex->reset(con_in_ex, true); in execute()
134 ret = con_in_ex->read_key_stroke_ex(con_in_ex, &input_key); in execute()
145 ret = boottime->wait_for_event(1, &con_in_ex->wait_for_key_ex, in execute()
[all …]