Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Defi_loader.h115 struct efi_event { struct
118 void (EFIAPI *notify_function)(struct efi_event *event, void *context); argument
160 struct efi_event *event,
162 void *notify_context, struct efi_event **event);
164 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type,
167 void efi_signal_event(struct efi_event *event);
H A Defi_api.h45 struct efi_event;
65 struct efi_event *event,
67 void *notify_context, struct efi_event **event);
68 efi_status_t (EFIAPI *set_timer)(struct efi_event *event,
72 struct efi_event **event, unsigned long *index);
73 efi_status_t (EFIAPI *signal_event)(struct efi_event *event);
74 efi_status_t (EFIAPI *close_event)(struct efi_event *event);
75 efi_status_t (EFIAPI *check_event)(struct efi_event *event);
89 efi_guid_t *protocol, struct efi_event *event,
465 struct efi_event *wait_for_key;
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c155 void efi_signal_event(struct efi_event *event) in efi_signal_event()
244 static struct efi_event efi_events[16];
248 struct efi_event *event, in efi_create_event()
250 void *notify_context, struct efi_event **event) in efi_create_event()
283 struct efi_event *event, in efi_create_event_ext()
285 void *notify_context, struct efi_event **event) in efi_create_event_ext()
319 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type, in efi_set_timer()
355 static efi_status_t EFIAPI efi_set_timer_ext(struct efi_event *event, in efi_set_timer_ext()
364 struct efi_event **event, in efi_wait_for_event()
407 static efi_status_t EFIAPI efi_signal_event_ext(struct efi_event *event) in efi_signal_event_ext()
[all …]
H A Defi_console.c419 static struct efi_event *console_timer_event;
421 static void EFIAPI efi_key_notify(struct efi_event *event, void *context) in efi_key_notify()
425 static void EFIAPI efi_console_timer_notify(struct efi_event *event, in efi_console_timer_notify()