Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_console.c701 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 Defi_selftest_textinput.c62 ret = boottime->wait_for_event(1, &con_in->wait_for_key, in execute()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h492 efi_event_t wait_for_key; member
497 u32 wait_for_key; member
H A Defi-stub-helper.c640 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 Defi_api.h663 struct efi_event *wait_for_key; member