| /drivers/xen/ |
| D | efi.c | 124 struct xen_platform_op op = INIT_EFI_OP(get_variable); in xen_efi_get_variable() 126 set_xen_guest_handle(efi_data(op).u.get_variable.name, name); in xen_efi_get_variable() 128 sizeof(efi_data(op).u.get_variable.vendor_guid)); in xen_efi_get_variable() 129 memcpy(&efi_data(op).u.get_variable.vendor_guid, vendor, sizeof(*vendor)); in xen_efi_get_variable() 130 efi_data(op).u.get_variable.size = *data_size; in xen_efi_get_variable() 131 set_xen_guest_handle(efi_data(op).u.get_variable.data, data); in xen_efi_get_variable() 136 *data_size = efi_data(op).u.get_variable.size; in xen_efi_get_variable() 285 efi.get_variable = xen_efi_get_variable; in xen_efi_runtime_setup()
|
| /drivers/firmware/efi/ |
| D | efi.c | 220 generic_ops.get_variable = efi.get_variable; in generic_ops_register() 234 if (!generic_ops.get_variable) in generic_ops_unregister() 311 status = efi.get_variable(name, &guid, NULL, &data_size, NULL); in efivar_ssdt_load() 319 status = efi.get_variable(name, &guid, NULL, &data_size, data); in efivar_ssdt_load()
|
| D | runtime-wrappers.c | 247 status = efi_call_virt(get_variable, in efi_call_rts() 561 efi.get_variable = virt_efi_get_variable; in efi_native_runtime_setup()
|
| D | vars.c | 187 return __efivars->ops->get_variable(name, vendor, attr, size, data); in efivar_get_variable()
|
| /drivers/infiniband/hw/hfi1/ |
| D | efivar.c | 63 status = efi.get_variable( in read_efi_var()
|
| /drivers/scsi/isci/ |
| D | probe_roms.c | 189 status = get_efi()->get_variable(isci_efivar_name, in isci_get_efi_var()
|
| /drivers/net/wireless/intel/iwlwifi/fw/ |
| D | uefi.c | 43 status = efi.get_variable(name, guid, NULL, data_size, NULL); in iwl_uefi_get_variable() 51 status = efi.get_variable(name, guid, NULL, data_size, data); in iwl_uefi_get_variable()
|
| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | firmware.c | 499 status = efi.get_variable(L"nvram", &guid, NULL, &data_len, NULL); in brcmf_fw_nvram_from_efi() 507 status = efi.get_variable(L"nvram", &guid, NULL, &data_len, data); in brcmf_fw_nvram_from_efi()
|
| /drivers/bluetooth/ |
| D | btbcm.c | 54 status = efi.get_variable(L"BDADDR", &guid, NULL, &len, &efi_bdaddr); in btbcm_set_bdaddr_from_efi()
|
| D | btintel.c | 2718 status = efi.get_variable(BTINTEL_EFI_DSBR, &guid, NULL, &data_size, in btintel_uefi_get_dsbr()
|
| /drivers/firmware/efi/stmm/ |
| D | tee_stmm_efi.c | 570 tee_efivar_ops.get_variable = tee_get_variable; in tee_stmm_efi_probe()
|
| /drivers/firmware/efi/test/ |
| D | efi_test.c | 184 status = efi.get_variable(name, vd, at, dz, data); in efi_runtime_get_variable()
|
| /drivers/firmware/qcom/ |
| D | qcom_qseecom_uefisecapp.c | 796 .get_variable = qcuefi_get_variable,
|
| /drivers/firmware/google/ |
| D | gsmi.c | 483 .get_variable = gsmi_get_variable,
|
| /drivers/firmware/efi/libstub/ |
| D | efistub.h | 111 efi_rt_call(get_variable, (efi_char16_t *)(name), \
|
| /drivers/staging/media/atomisp/pci/ |
| D | atomisp_gmin_platform.c | 1359 status = efi.get_variable(var16, &GMIN_CFG_VAR_EFI_GUID, NULL, in gmin_get_config_var()
|
| /drivers/platform/mellanox/ |
| D | mlxbf-tmfifo.c | 1284 rc = efi.get_variable(mlxbf_tmfifo_efi_name, &guid, NULL, &size, buf); in mlxbf_tmfifo_get_cfg_mac()
|
| /drivers/staging/rts5208/ |
| D | rtsx_scsi.c | 1455 static int get_variable(struct scsi_cmnd *srb, struct rtsx_chip *chip) in get_variable() function 2338 result = get_variable(srb, chip); in app_cmd()
|
| /drivers/input/keyboard/ |
| D | applespi.c | 1604 sts = efi.get_variable(EFI_BL_LEVEL_NAME, &EFI_BL_LEVEL_GUID, in applespi_get_saved_bl_level()
|