Searched refs:get_next_variable (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/firmware/efi/ |
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()
|
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()
|
D | vars.c | 199 return __efivars->ops->get_next_variable(name_size, name, vendor); in efivar_get_next_variable()
|
/linux-6.12.1/include/linux/ |
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-6.12.1/arch/x86/platform/efi/ |
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-6.12.1/drivers/xen/ |
D | efi.c | 286 efi.get_next_variable = xen_efi_get_next_variable; in xen_efi_runtime_setup()
|
/linux-6.12.1/drivers/firmware/efi/stmm/ |
D | tee_stmm_efi.c | 568 tee_efivar_ops.get_next_variable = tee_get_next_variable; in tee_stmm_efi_probe()
|
/linux-6.12.1/drivers/firmware/efi/test/ |
D | efi_test.c | 459 status = efi.get_next_variable(ns, name, vd); in efi_runtime_get_nextvariablename()
|
/linux-6.12.1/drivers/firmware/qcom/ |
D | qcom_qseecom_uefisecapp.c | 798 .get_next_variable = qcuefi_get_next_variable,
|
/linux-6.12.1/drivers/firmware/google/ |
D | gsmi.c | 485 .get_next_variable = gsmi_get_next_variable,
|