Searched refs:efivars (Results 1 – 6 of 6) sorted by relevance
22 static struct efivars *__efivars;62 int efivars_register(struct efivars *efivars, in efivars_register() argument77 efivars->ops = ops; in efivars_register()79 __efivars = efivars; in efivars_register()104 int efivars_unregister(struct efivars *efivars) in efivars_unregister() argument117 if (__efivars != efivars) { in efivars_unregister()
11 tristate "Register efivars backend for pstore"16 Say Y here to enable use efivars as a backend to pstore. This21 bool "Disable using efivars as a pstore backend by default"25 Saying Y here will disable the use of efivars as a storage27 using the efivars module's pstore_disable parameter.
192 static struct efivars generic_efivars;
277 struct efivars efivars; member832 status = efivars_register(&qcuefi->efivars, &qcom_efivar_ops); in qcom_uefisecapp_probe()843 efivars_unregister(&qcuefi->efivars); in qcom_uefisecapp_remove()
308 static struct efivars efivars; variable1034 ret = efivars_register(&efivars, &efivar_ops); in gsmi_init()1075 efivars_unregister(&efivars); in gsmi_exit()
16 static struct efivars tee_efivars;
Completed in 31 milliseconds