Home
last modified time | relevance | path

Searched refs:get_variable (Results 1 – 19 of 19) sorted by relevance

/drivers/xen/
Defi.c124 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/
Defi.c220 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()
Druntime-wrappers.c247 status = efi_call_virt(get_variable, in efi_call_rts()
561 efi.get_variable = virt_efi_get_variable; in efi_native_runtime_setup()
Dvars.c187 return __efivars->ops->get_variable(name, vendor, attr, size, data); in efivar_get_variable()
/drivers/infiniband/hw/hfi1/
Defivar.c63 status = efi.get_variable( in read_efi_var()
/drivers/scsi/isci/
Dprobe_roms.c189 status = get_efi()->get_variable(isci_efivar_name, in isci_get_efi_var()
/drivers/net/wireless/intel/iwlwifi/fw/
Duefi.c43 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/
Dfirmware.c499 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/
Dbtbcm.c54 status = efi.get_variable(L"BDADDR", &guid, NULL, &len, &efi_bdaddr); in btbcm_set_bdaddr_from_efi()
Dbtintel.c2718 status = efi.get_variable(BTINTEL_EFI_DSBR, &guid, NULL, &data_size, in btintel_uefi_get_dsbr()
/drivers/firmware/efi/stmm/
Dtee_stmm_efi.c570 tee_efivar_ops.get_variable = tee_get_variable; in tee_stmm_efi_probe()
/drivers/firmware/efi/test/
Defi_test.c184 status = efi.get_variable(name, vd, at, dz, data); in efi_runtime_get_variable()
/drivers/firmware/qcom/
Dqcom_qseecom_uefisecapp.c796 .get_variable = qcuefi_get_variable,
/drivers/firmware/google/
Dgsmi.c483 .get_variable = gsmi_get_variable,
/drivers/firmware/efi/libstub/
Defistub.h111 efi_rt_call(get_variable, (efi_char16_t *)(name), \
/drivers/staging/media/atomisp/pci/
Datomisp_gmin_platform.c1359 status = efi.get_variable(var16, &GMIN_CFG_VAR_EFI_GUID, NULL, in gmin_get_config_var()
/drivers/platform/mellanox/
Dmlxbf-tmfifo.c1284 rc = efi.get_variable(mlxbf_tmfifo_efi_name, &guid, NULL, &size, buf); in mlxbf_tmfifo_get_cfg_mac()
/drivers/staging/rts5208/
Drtsx_scsi.c1455 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/
Dapplespi.c1604 sts = efi.get_variable(EFI_BL_LEVEL_NAME, &EFI_BL_LEVEL_GUID, in applespi_get_saved_bl_level()