Home
last modified time | relevance | path

Searched refs:notify_context (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest_watchdog.c24 struct notify_context { struct
34 static struct notify_context notification_context; argument
46 struct notify_context *notify_context = context; in notify() local
49 if (!notify_context) in notify()
55 notify_context->status = ret; in notify()
57 notify_context->timer_ticks++; in notify()
/external/u-boot/lib/efi_loader/
Defi_boottime.c194 event->notify_context)); in efi_process_event_queue()
644 void *notify_context, efi_guid_t *group, in efi_create_event() argument
683 evt->notify_context = notify_context; in efi_create_event()
712 void *notify_context, in efi_create_event_ex() argument
719 notify_context, event_group); in efi_create_event_ex()
733 notify_context, event_group, event); in efi_create_event_ex()
758 void *notify_context, struct efi_event **event) in efi_create_event_ext() argument
761 notify_context); in efi_create_event_ext()
763 notify_context, NULL, event)); in efi_create_event_ext()
Defi_runtime.c697 event, event->notify_context)); in efi_set_virtual_address_map()
/external/u-boot/include/
Defi_loader.h289 void *notify_context; member
448 void *notify_context, efi_guid_t *group,
Defi_api.h83 void *notify_context, struct efi_event **event);
189 void *notify_context,