Home
last modified time | relevance | path

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

/external/u-boot/include/
Defi_api.h46 struct efi_event;
68 struct efi_event *event,
70 void *notify_context, struct efi_event **event);
71 efi_status_t (EFIAPI *set_timer)(struct efi_event *event,
75 struct efi_event **event,
77 efi_status_t (EFIAPI *signal_event)(struct efi_event *event);
78 efi_status_t (EFIAPI *close_event)(struct efi_event *event);
79 efi_status_t (EFIAPI *check_event)(struct efi_event *event);
95 const efi_guid_t *protocol, struct efi_event *event,
172 struct efi_event *event,
[all …]
Defi_loader.h183 struct efi_event { struct
187 void (EFIAPI *notify_function)(struct efi_event *event, void *context); argument
280 struct efi_event *event,
283 struct efi_event **event);
285 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type,
288 void efi_signal_event(struct efi_event *event, bool check_tpl);
/external/u-boot/lib/efi_loader/
Defi_boottime.c180 static void efi_queue_event(struct efi_event *event, bool check_tpl) in efi_queue_event()
205 void efi_signal_event(struct efi_event *event, bool check_tpl) in efi_signal_event()
208 struct efi_event *evt; in efi_signal_event()
551 static efi_status_t efi_is_event(const struct efi_event *event) in efi_is_event()
553 const struct efi_event *evt; in efi_is_event()
582 struct efi_event *event, in efi_create_event()
585 struct efi_event **event) in efi_create_event()
587 struct efi_event *evt; in efi_create_event()
599 evt = calloc(1, sizeof(struct efi_event)); in efi_create_event()
633 struct efi_event *event, in efi_create_event_ex()
[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_net.c23 static struct efi_event *network_timer_event;
27 static struct efi_event *wait_for_packet;
298 static void EFIAPI efi_network_timer_notify(struct efi_event *event, in efi_network_timer_notify()
Defi_console.c548 static struct efi_event *console_timer_event;
550 static void EFIAPI efi_key_notify(struct efi_event *event, void *context) in efi_key_notify()
560 static void EFIAPI efi_console_timer_notify(struct efi_event *event, in efi_console_timer_notify()
Defi_runtime.c91 struct efi_event *evt; in efi_reset_system_boottime()
/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_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_exitbootservices.c14 static struct efi_event *event_notify;
23 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_snp.c68 static struct efi_event *timer;
261 struct efi_event *events[2]; in execute()
Defi_selftest_bitblt.c29 static struct efi_event *event;
63 static void EFIAPI notify(struct efi_event *event, void *context) in notify()