Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/firmware/efi/
Defi.c206 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()
Druntime-wrappers.c255 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()
Dvars.c199 return __efivars->ops->get_next_variable(name_size, name, vendor); in efivar_get_next_variable()
/linux-6.12.1/include/linux/
Defi.h274 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/
Defi_64.c719 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/
Defi.c286 efi.get_next_variable = xen_efi_get_next_variable; in xen_efi_runtime_setup()
/linux-6.12.1/drivers/firmware/efi/stmm/
Dtee_stmm_efi.c568 tee_efivar_ops.get_next_variable = tee_get_next_variable; in tee_stmm_efi_probe()
/linux-6.12.1/drivers/firmware/efi/test/
Defi_test.c459 status = efi.get_next_variable(ns, name, vd); in efi_runtime_get_nextvariablename()
/linux-6.12.1/drivers/firmware/qcom/
Dqcom_qseecom_uefisecapp.c798 .get_next_variable = qcuefi_get_next_variable,
/linux-6.12.1/drivers/firmware/google/
Dgsmi.c485 .get_next_variable = gsmi_get_next_variable,