Home
last modified time | relevance | path

Searched refs:get_next_variable (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Defi.h227 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 Druntime-wrappers.c211 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 Defi.c183 generic_ops.get_next_variable = efi.get_next_variable; in generic_ops_register()
H A Dvars.c448 status = ops->get_next_variable(&variable_name_size, in efivar_init()
/OK3568_Linux_fs/kernel/arch/x86/platform/efi/
H A Defi_64.c686 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 Defi.c169 (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 Defi_runtime.c386 .get_next_variable = (void *)&efi_device_error,
/OK3568_Linux_fs/kernel/drivers/xen/
H A Defi.c285 efi.get_next_variable = xen_efi_get_next_variable; in xen_efi_runtime_setup()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/test/
H A Defi_test.c459 status = efi.get_next_variable(ns, name, vd); in efi_runtime_get_nextvariablename()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h193 efi_status_t (EFIAPI *get_next_variable)(
/OK3568_Linux_fs/kernel/drivers/firmware/google/
H A Dgsmi.c483 .get_next_variable = gsmi_get_next_variable,