Home
last modified time | relevance | path

Searched refs:efivars (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dvars.c25 static struct efivars *__efivars;
1163 int efivars_register(struct efivars *efivars, in efivars_register() argument
1170 efivars->ops = ops; in efivars_register()
1171 efivars->kobject = kobject; in efivars_register()
1173 __efivars = efivars; in efivars_register()
1190 int efivars_unregister(struct efivars *efivars) in efivars_unregister() argument
1203 if (__efivars != efivars) { in efivars_unregister()
H A DKconfig23 tristate "Register efivars backend for pstore"
27 Say Y here to enable use efivars as a backend to pstore. This
32 bool "Disable using efivars as a pstore backend by default"
36 Saying Y here will disable the use of efivars as a storage
38 using the efivars module's pstore_disable parameter.
H A DMakefile17 obj-$(CONFIG_EFI_VARS) += efivars.o
H A Defi.c177 static struct efivars generic_efivars;
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dsysfs.sh33 if [ -e /sys/firmware/efi/efivars ] && grep -q efivarfs /proc/filesystems; then
34 mount -t efivarfs efivarfs /sys/firmware/efi/efivars
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Defivarfs.rst19 mount -t efivarfs none /sys/firmware/efi/efivars
29 When a content of an UEFI variable in /sys/firmware/efi/efivars is
/OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/
H A Dssdt-overlays.rst114 used. It is enabled and mounted by default in /sys/firmware/efi/efivars in all
117 Creating a new file in /sys/firmware/efi/efivars will automatically create a new
118 EFI variable. Updating a file in /sys/firmware/efi/efivars will update the EFI
147 EFIVARFS="/sys/firmware/efi/efivars"
/OK3568_Linux_fs/kernel/include/linux/
H A Defi.h962 struct efivars { struct
1000 int efivars_register(struct efivars *efivars,
1003 int efivars_unregister(struct efivars *efivars);
/OK3568_Linux_fs/kernel/drivers/firmware/google/
H A Dgsmi.c307 static struct efivars efivars; variable
1020 ret = efivars_register(&efivars, &efivar_ops, gsmi_kobj); in gsmi_init()
1060 efivars_unregister(&efivars); in gsmi_exit()
/OK3568_Linux_fs/buildroot/boot/gummiboot/
H A D0001-Allow-building-with-newer-glibc-versions.patch27 #include "efivars.h"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dinit86 mount -t efivarfs none /sys/firmware/efi/efivars
/OK3568_Linux_fs/kernel/tools/testing/selftests/efivarfs/
H A Defivarfs.sh4 efivarfs_mount=/sys/firmware/efi/efivars
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-firmware-efi-vars15 The efivars module enumerates these variables and
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo