Searched refs:efi_event (Results 1 – 18 of 18) sorted by relevance
/external/u-boot/include/ |
D | efi_loader.h | 283 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);
|
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, 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/ |
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()
|
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()
|
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()
|
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()
|
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()
|
D | efi_selftest_set_virtual_address_map.c | 15 static struct efi_event *event; 34 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
D | efi_selftest_register_notify.c | 37 static struct efi_event *event; 46 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
D | efi_selftest_config_table.c | 28 static void EFIAPI notify(struct efi_event *event, void *context) in notify() 94 struct efi_event *event; in execute()
|
D | efi_selftest_bitblt.c | 29 static struct efi_event *event; 63 static void EFIAPI notify(struct efi_event *event, void *context) in notify()
|
D | efi_selftest_snp.c | 68 static struct efi_event *timer; 289 struct efi_event *events[2]; in execute()
|
/external/u-boot/lib/efi_loader/ |
D | efi_boottime.c | 169 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 …]
|
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()
|
D | efi_console.c | 1064 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()
|
D | efi_net.c | 34 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()
|
D | efi_runtime.c | 149 struct efi_event *evt; in efi_reset_system_boottime() 651 struct efi_event *event; in efi_set_virtual_address_map()
|
D | efi_memory.c | 247 struct efi_event *evt; in efi_add_memory_map()
|