Searched refs:get_next_variable (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/firmware/efi/ |
| A D | efi.c | 206 if (!efi.get_next_variable) in generic_ops_supported() 208 status = efi.get_next_variable(&name_size, &name, &guid); in generic_ops_supported() 221 generic_ops.get_next_variable = efi.get_next_variable; in generic_ops_register() 290 status = efi.get_next_variable(&name_size, name, &guid); in efivar_ssdt_load()
|
| A D | runtime-wrappers.c | 255 status = efi_call_virt(get_next_variable, in efi_call_rts() 562 efi.get_next_variable = virt_efi_get_next_variable; in efi_native_runtime_setup()
|
| A D | vars.c | 199 return __efivars->ops->get_next_variable(name_size, name, vendor); in efivar_get_next_variable()
|
| /linux/include/linux/ |
| A D | efi.h | 274 u32 get_next_variable; member 327 efi_get_next_variable_t __efiapi *get_next_variable; member 665 efi_get_next_variable_t *get_next_variable; member 1059 efi_get_next_variable_t *get_next_variable; member
|
| /linux/arch/x86/platform/efi/ |
| A D | efi_64.c | 719 status = efi_thunk(get_next_variable, phys_name_size, in efi_thunk_get_next_variable() 838 efi.get_next_variable = efi_thunk_get_next_variable; in efi_thunk_runtime_setup()
|
| /linux/drivers/xen/ |
| A D | efi.c | 286 efi.get_next_variable = xen_efi_get_next_variable; in xen_efi_runtime_setup()
|
| /linux/drivers/firmware/efi/stmm/ |
| A D | tee_stmm_efi.c | 568 tee_efivar_ops.get_next_variable = tee_get_next_variable; in tee_stmm_efi_probe()
|
| /linux/drivers/firmware/efi/test/ |
| A D | efi_test.c | 459 status = efi.get_next_variable(ns, name, vd); in efi_runtime_get_nextvariablename()
|
| /linux/drivers/firmware/qcom/ |
| A D | qcom_qseecom_uefisecapp.c | 798 .get_next_variable = qcuefi_get_next_variable,
|
| /linux/drivers/firmware/google/ |
| A D | gsmi.c | 485 .get_next_variable = gsmi_get_next_variable,
|
Completed in 29 milliseconds