Home
last modified time | relevance | path

Searched defs:efivars (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/firmware/efi/
Dvars.c1160 int efivars_register(struct efivars *efivars, in efivars_register()
1187 int efivars_unregister(struct efivars *efivars) in efivars_unregister()
/Linux-v5.15/include/linux/
Defi.h948 struct efivars { struct
949 struct kset *kset;
950 struct kobject *kobject;
951 const struct efivar_operations *ops;
/Linux-v5.15/drivers/firmware/google/
Dgsmi.c308 static struct efivars efivars; variable