Searched refs:set_variable (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/firmware/efi/
H A Defibc.c22 status = efi.set_variable(name, &LINUX_EFI_LOADER_ENTRY_GUID,
H A Dvars.c134 return __efivars && __efivars->ops->set_variable;
229 setvar = __efivars->ops->set_variable;
H A Druntime-wrappers.c261 status = efi_call_virt(set_variable,
447 status = efi_call_virt_pointer(efi.runtime, set_variable, name, vendor,
564 efi.set_variable = virt_efi_set_variable;
H A Defi.c226 generic_ops.set_variable = efi.set_variable;
/linux-master/drivers/xen/
H A Defi.c170 struct xen_platform_op op = INIT_EFI_OP(set_variable);
172 set_xen_guest_handle(efi_data(op).u.set_variable.name, name);
175 sizeof(efi_data(op).u.set_variable.vendor_guid));
176 memcpy(&efi_data(op).u.set_variable.vendor_guid, vendor, sizeof(*vendor));
177 efi_data(op).u.set_variable.size = data_size;
178 set_xen_guest_handle(efi_data(op).u.set_variable.data, data);
287 efi.set_variable = xen_efi_set_variable;
/linux-master/arch/x86/platform/efi/
H A Defi_64.c658 status = efi_thunk(set_variable, phys_name, phys_vendor,
689 status = efi_thunk(set_variable, phys_name, phys_vendor,
839 efi.set_variable = efi_thunk_set_variable;
H A Dquirks.c195 status = efi.set_variable((efi_char16_t *)efi_dummy_name,
/linux-master/include/xen/interface/
H A Dplatform.h166 } get_variable, set_variable; member in union:xenpf_efi_runtime_call::__anon852
/linux-master/include/linux/
H A Defi.h275 u32 set_variable; member in struct:__anon1099
328 efi_set_variable_t __efiapi *set_variable; member in struct:__anon1100::__anon1101
661 efi_set_variable_t *set_variable; member in struct:efi
1057 efi_set_variable_t *set_variable; member in struct:efivar_operations
/linux-master/drivers/firmware/efi/test/
H A Defi_test.c259 status = efi.set_variable(name, &vendor_guid,
/linux-master/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c569 tee_efivar_ops.set_variable = tee_set_variable;
/linux-master/drivers/firmware/qcom/
H A Dqcom_qseecom_uefisecapp.c864 .set_variable = qcuefi_set_variable,
/linux-master/drivers/firmware/google/
H A Dgsmi.c484 .set_variable = gsmi_set_variable,
/linux-master/drivers/firmware/efi/libstub/
H A Defistub.h115 efi_rt_call(set_variable, (efi_char16_t *)(name), \
/linux-master/drivers/staging/rts5208/
H A Drtsx_scsi.c1393 static int set_variable(struct scsi_cmnd *srb, struct rtsx_chip *chip) function
2342 result = set_variable(srb, chip);
/linux-master/tools/testing/ktest/
H A Dktest.pl893 sub set_variable { subroutine
1243 set_variable($lvalue, $rvalue);
/linux-master/drivers/input/keyboard/
H A Dapplespi.c1627 sts = efi.set_variable(EFI_BL_LEVEL_NAME, &EFI_BL_LEVEL_GUID,

Completed in 179 milliseconds