Searched refs:efivars (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/firmware/efi/
H A Dvars.c3 * Originally from efivars.c
9 #define pr_fmt(fmt) "efivars: " fmt
21 /* Private pointer to registered efivars */
22 static struct efivars *__efivars;
45 * efivar_is_available - check if efivars is available
56 * efivars_register - register an efivars
57 * @efivars: efivars to register
58 * @ops: efivars operations
60 * Only a single efivars ca
62 efivars_register(struct efivars *efivars, const struct efivar_operations *ops) argument
104 efivars_unregister(struct efivars *efivars) argument
[all...]
H A Defi.c9 * This code registers /sys/firmware/efi{,/efivars} when EFI is supported,
10 * allowing the efivarfs to be mounted or the efivars module to be loaded.
125 * the efivars driver
194 static struct efivars generic_efivars;
392 * efivars subsystem with the efi subsystem, if the system was booted with
437 platform_device_register_simple("efivars", 0, NULL, 0);
450 error = sysfs_create_mount_point(efi_kobj, "efivars");
452 pr_err("efivars: Subsystem registration failed.\n");
/linux-master/tools/testing/selftests/efivarfs/
H A Defivarfs.sh4 efivarfs_mount=/sys/firmware/efi/efivars
/linux-master/drivers/firmware/qcom/
H A Dqcom_qseecom_uefisecapp.c274 struct efivars efivars; member in struct:qcuefi_client
888 status = efivars_register(&qcuefi->efivars, &qcom_efivar_ops);
899 efivars_unregister(&qcuefi->efivars);
/linux-master/drivers/firmware/google/
H A Dgsmi.c308 static struct efivars efivars; variable in typeref:struct:efivars
1033 ret = efivars_register(&efivars, &efivar_ops);
1035 printk(KERN_INFO "gsmi: Failed to register efivars\n");
1073 efivars_unregister(&efivars);
/linux-master/include/linux/
H A Defi.h1063 struct efivars { struct
1083 int efivars_register(struct efivars *efivars,
1085 int efivars_unregister(struct efivars *efivars);
/linux-master/scripts/
H A Dleaking_addresses.pl505 $file =~ m|^/sys/firmware/efi/efivars/| or
/linux-master/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c16 static struct efivars tee_efivars;

Completed in 225 milliseconds