Searched refs:notify_function (Results 1 – 5 of 5) sorted by relevance
/u-boot/lib/efi_loader/ |
A D | efi_console.c | 1057 struct efi_cin_notify_function *notify_function; in efi_cin_register_key_notify() local 1074 notify_function = calloc(1, sizeof(struct efi_cin_notify_function)); in efi_cin_register_key_notify() 1075 if (!notify_function) { in efi_cin_register_key_notify() 1079 notify_function->key = *key_data; in efi_cin_register_key_notify() 1080 notify_function->function = key_notify_function; in efi_cin_register_key_notify() 1081 list_add_tail(¬ify_function->link, &cin_notify_functions); in efi_cin_register_key_notify() 1082 *notify_handle = notify_function; in efi_cin_register_key_notify() 1105 struct efi_cin_notify_function *item, *notify_function = in efi_cin_unregister_key_notify() local 1115 if (item == notify_function) { in efi_cin_unregister_key_notify() 1124 list_del(¬ify_function->link); in efi_cin_unregister_key_notify() [all …]
|
A D | efi_boottime.c | 213 EFI_CALL_VOID(event->notify_function(event, in efi_process_event_queue() 233 if (!event->notify_function) in efi_queue_event() 661 void (EFIAPI *notify_function) ( in efi_create_event() 698 (!notify_function || is_valid_tpl(notify_tpl) != EFI_SUCCESS || in efi_create_event() 709 evt->notify_function = notify_function; in efi_create_event() 736 void (EFIAPI *notify_function) ( in efi_create_event_ex() 745 EFI_ENTRY("%d, 0x%zx, %p, %p, %pUl", type, notify_tpl, notify_function, in efi_create_event_ex() 759 ret = efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ex() 782 void (EFIAPI *notify_function) ( in efi_create_event_ext() 787 EFI_ENTRY("%d, 0x%zx, %p, %p", type, notify_tpl, notify_function, in efi_create_event_ext() [all …]
|
A D | efi_runtime.c | 811 if (event->notify_function) in efi_set_virtual_address_map() 812 EFI_CALL_VOID(event->notify_function( in efi_set_virtual_address_map()
|
/u-boot/include/ |
A D | efi_loader.h | 346 void (EFIAPI *notify_function)(struct efi_event *event, void *context); 543 void (EFIAPI *notify_function) (
|
A D | efi_api.h | 89 void (EFIAPI *notify_function) ( 195 void (EFIAPI *notify_function) (
|
Completed in 27 milliseconds