Home
last modified time | relevance | path

Searched refs:efi_query_variable_store (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Defi.h717 extern efi_status_t efi_query_variable_store(u32 attributes,
722 static inline efi_status_t efi_query_variable_store(u32 attributes, in efi_query_variable_store() function
/linux/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c571 tee_efivar_ops.query_variable_store = efi_query_variable_store; in tee_stmm_efi_probe()
/linux/drivers/firmware/efi/
H A Defi.c219 generic_ops.query_variable_store = efi_query_variable_store; in generic_ops_register()