Searched refs:wait_for_key (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_console.c | 701 efi_signal_event(efi_con_in.wait_for_key, true); in efi_cin_check() 715 efi_signal_event(efi_con_in.wait_for_key, true); in efi_cin_check() 802 efi_con_in.wait_for_key->is_signaled = false; in efi_cin_read_key_stroke_ex() 1003 efi_con_in.wait_for_key->is_signaled = false; in efi_cin_read_key_stroke() 1020 .wait_for_key = NULL, 1096 NULL, NULL, &efi_con_in.wait_for_key); in efi_console_register() 1101 efi_con_in_ex.wait_for_key_ex = efi_con_in.wait_for_key; in efi_console_register()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_textinput.c | 62 ret = boottime->wait_for_event(1, &con_in->wait_for_key, in execute()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | efistub.h | 492 efi_event_t wait_for_key; member 497 u32 wait_for_key; member
|
H A D | efi-stub-helper.c | 640 efi_set_event_at(events, 0, efi_table_attr(con_in, wait_for_key)); in efi_wait_for_key()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 663 struct efi_event *wait_for_key; member
|