Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_watchdog.c14 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 Defi_boottime.c216 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 Defi_net.c23 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 Defi_console.c1023 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 Defi_runtime.c123 struct efi_event *evt; in efi_reset_system_boottime()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_watchdog.c31 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 Defi_selftest_events.c14 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 Defi_selftest_exitbootservices.c14 static struct efi_event *event_notify;
23 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
H A Defi_selftest_tpl.c13 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 Defi_selftest_event_groups.c28 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
62 struct efi_event *events[GROUP_SIZE]; in execute()
H A Defi_selftest_config_table.c27 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
93 struct efi_event *event; in execute()
H A Defi_selftest_snp.c68 static struct efi_event *timer;
261 struct efi_event *events[2]; in execute()
H A Defi_selftest_bitblt.c29 static struct efi_event *event;
63 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
/openbmc/u-boot/include/
H A Defi_loader.h236 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 Defi_api.h58 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 …]