Home
last modified time | relevance | path

Searched refs:query_variable_store (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/firmware/efi/
Dvars.c34 if (!fops->query_variable_store) in check_var_size()
37 status = fops->query_variable_store(attributes, size, in check_var_size()
Defi.c222 generic_ops.query_variable_store = efi_query_variable_store; in generic_ops_register()
/linux-6.12.1/drivers/firmware/efi/stmm/
Dtee_stmm_efi.c571 tee_efivar_ops.query_variable_store = efi_query_variable_store; in tee_stmm_efi_probe()
/linux-6.12.1/include/linux/
Defi.h1062 efi_query_variable_store_t *query_variable_store; member