Searched refs:get_next_variable (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | efi.h | 227 u32 get_next_variable; member 280 efi_get_next_variable_t __efiapi *get_next_variable; member 562 efi_get_next_variable_t *get_next_variable; member 956 efi_get_next_variable_t *get_next_variable; member
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | runtime-wrappers.c | 211 status = efi_call_virt(get_next_variable, (unsigned long *)arg1, in efi_call_rts() 469 efi.get_next_variable = virt_efi_get_next_variable; in efi_native_runtime_setup()
|
| H A D | efi.c | 183 generic_ops.get_next_variable = efi.get_next_variable; in generic_ops_register()
|
| H A D | vars.c | 448 status = ops->get_next_variable(&variable_name_size, in efivar_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/efi/ |
| H A D | efi_64.c | 686 status = efi_thunk(get_next_variable, phys_name_size, in efi_thunk_get_next_variable() 805 efi.get_next_variable = efi_thunk_get_next_variable; in efi_thunk_runtime_setup()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | efi.c | 169 (efi_get_next_variable_t *) __va(runtime->get_next_variable), \ 547 efi.get_next_variable = phys_get_next_variable; in efi_init() 675 efi.get_next_variable = virt_get_next_variable; in efi_enter_virtual_mode()
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_runtime.c | 386 .get_next_variable = (void *)&efi_device_error,
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | efi.c | 285 efi.get_next_variable = xen_efi_get_next_variable; in xen_efi_runtime_setup()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/test/ |
| H A D | efi_test.c | 459 status = efi.get_next_variable(ns, name, vd); in efi_runtime_get_nextvariablename()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi_api.h | 193 efi_status_t (EFIAPI *get_next_variable)(
|
| /OK3568_Linux_fs/kernel/drivers/firmware/google/ |
| H A D | gsmi.c | 483 .get_next_variable = gsmi_get_next_variable,
|