Home
last modified time | relevance | path

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

/external/u-boot/include/
Defi_loader.h283 struct efi_event { struct
288 void (EFIAPI *notify_function)(struct efi_event *event, void *context); argument
331 struct efi_event *event;
446 struct efi_event *event,
449 struct efi_event **event);
451 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type,
454 void efi_signal_event(struct efi_event *event);
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,
90 efi_status_t (EFIAPI *signal_event)(struct efi_event *event);
91 efi_status_t (EFIAPI *close_event)(struct efi_event *event);
92 efi_status_t (EFIAPI *check_event)(struct efi_event *event);
108 const efi_guid_t *protocol, struct efi_event *event,
187 struct efi_event *event,
[all …]
/external/u-boot/lib/efi_selftest/
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()
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()
Defi_selftest_exitbootservices.c14 static struct efi_event *event_notify;
23 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
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()
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()
Defi_selftest_set_virtual_address_map.c15 static struct efi_event *event;
34 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
Defi_selftest_register_notify.c37 static struct efi_event *event;
46 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
Defi_selftest_config_table.c28 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
94 struct efi_event *event; in execute()
Defi_selftest_bitblt.c29 static struct efi_event *event;
63 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
Defi_selftest_snp.c68 static struct efi_event *timer;
289 struct efi_event *events[2]; in execute()
/external/u-boot/lib/efi_loader/
Defi_boottime.c169 static bool efi_event_is_queued(struct efi_event *event) in efi_event_is_queued()
180 struct efi_event *event; in efi_process_event_queue()
183 event = list_first_entry(&efi_event_queue, struct efi_event, in efi_process_event_queue()
209 static void efi_queue_event(struct efi_event *event) in efi_queue_event()
211 struct efi_event *item = NULL; in efi_queue_event()
264 void efi_signal_event(struct efi_event *event) in efi_signal_event()
269 struct efi_event *evt; in efi_signal_event()
610 static efi_status_t efi_is_event(const struct efi_event *event) in efi_is_event()
612 const struct efi_event *evt; in efi_is_event()
642 struct efi_event *event, in efi_create_event()
[all …]
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()
Defi_console.c1064 static struct efi_event *console_timer_event;
1072 static void EFIAPI efi_console_timer_notify(struct efi_event *event, in efi_console_timer_notify()
1086 static void EFIAPI efi_key_notify(struct efi_event *event, void *context) in efi_key_notify()
Defi_net.c34 static struct efi_event *network_timer_event;
38 static struct efi_event *wait_for_packet;
677 static void EFIAPI efi_network_timer_notify(struct efi_event *event, in efi_network_timer_notify()
Defi_runtime.c149 struct efi_event *evt; in efi_reset_system_boottime()
651 struct efi_event *event; in efi_set_virtual_address_map()
Defi_memory.c247 struct efi_event *evt; in efi_add_memory_map()