Searched refs:efi_event (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_watchdog.c | 14 static struct efi_event *watchdog_timer_event; 22 static void EFIAPI efi_watchdog_timer_notify(struct efi_event *event, in efi_watchdog_timer_notify()
|
H A D | efi_boottime.c | 216 struct efi_event *evt; in efi_signal_event() 564 const struct efi_event *evt; in efi_is_event() 593 struct efi_event *event, in efi_create_event() 598 struct efi_event *evt; in efi_create_event() 656 struct efi_event *event, in efi_create_event_ex() 660 struct efi_event **event) in efi_create_event_ex() 686 struct efi_event *event, in efi_create_event_ext() 707 struct efi_event *evt; in efi_timer_check() 1269 struct efi_event *event, in efi_register_protocol_notify() 1435 struct efi_event *evt; in efi_install_configuration_table() [all …]
|
H A D | efi_net.c | 23 static struct efi_event *network_timer_event; 27 static struct efi_event *wait_for_packet; 561 static void EFIAPI efi_network_timer_notify(struct efi_event *event, in efi_network_timer_notify()
|
H A D | efi_console.c | 1023 static struct efi_event *console_timer_event; 1031 static void EFIAPI efi_console_timer_notify(struct efi_event *event, in efi_console_timer_notify() 1045 static void EFIAPI efi_key_notify(struct efi_event *event, void *context) in efi_key_notify()
|
H A D | efi_runtime.c | 123 struct efi_event *evt; in efi_reset_system_boottime()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_watchdog.c | 31 static struct efi_event *event_notify; 32 static struct efi_event *event_wait; 44 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
H A D | efi_selftest_events.c | 14 static struct efi_event *event_notify; 15 static struct efi_event *event_wait; 26 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
H A D | efi_selftest_exitbootservices.c | 14 static struct efi_event *event_notify; 23 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
H A D | efi_selftest_tpl.c | 13 static struct efi_event *event_notify; 14 static struct efi_event *event_wait; 24 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
H A D | efi_selftest_event_groups.c | 28 static void EFIAPI notify(struct efi_event *event, void *context) in notify() 62 struct efi_event *events[GROUP_SIZE]; in execute()
|
H A D | efi_selftest_config_table.c | 27 static void EFIAPI notify(struct efi_event *event, void *context) in notify() 93 struct efi_event *event; in execute()
|
H A D | efi_selftest_snp.c | 68 static struct efi_event *timer; 261 struct efi_event *events[2]; in execute()
|
H A D | efi_selftest_bitblt.c | 29 static struct efi_event *event; 63 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 236 struct efi_event { struct 240 void (EFIAPI *notify_function)(struct efi_event *event, void *context); argument 344 struct efi_event *event, 347 struct efi_event **event); 349 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type, 352 void efi_signal_event(struct efi_event *event, bool check_tpl);
|
H A D | efi_api.h | 58 struct efi_event; 81 struct efi_event *event, 83 void *notify_context, struct efi_event **event); 84 efi_status_t (EFIAPI *set_timer)(struct efi_event *event, 88 struct efi_event **event, 108 const efi_guid_t *protocol, struct efi_event *event, 186 struct efi_event *event, 190 struct efi_event **event); 638 struct efi_event *wait_for_key_ex; 663 struct efi_event *wait_for_key; [all …]
|