Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Defivars.c67 struct efi_variable *var = &entry->var; in efivar_guid_read()
83 struct efi_variable *var = &entry->var; in efivar_attr_read()
119 struct efi_variable *var = &entry->var; in efivar_size_read()
139 struct efi_variable *var = &entry->var; in efivar_data_read()
156 sanity_check(struct efi_variable *var, efi_char16_t *name, efi_guid_t vendor, in sanity_check()
184 copy_out_compat(struct efi_variable *dst, struct compat_efi_variable *src) in copy_out_compat()
201 struct efi_variable *new_var, *var = &entry->var; in efivar_store_raw()
231 if (count != sizeof(struct efi_variable)) in efivar_store_raw()
234 new_var = (struct efi_variable *)buf; in efivar_store_raw()
261 struct efi_variable *var = &entry->var; in efivar_show_raw()
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-firmware-efi-vars45 efi_variable" in the kernel sources.
50 the "struct efi_variable" passed must
55 **Note** the efi_variable structure
71 new_var: Takes a "struct efi_variable" and
75 del_var: Takes a "struct efi_variable" and
/OK3568_Linux_fs/kernel/include/linux/
H A Defi.h977 struct efi_variable { struct
987 struct efi_variable var; argument
/OK3568_Linux_fs/buildroot/package/efivar/
H A D0003-Fix-all-the-places-Werror-address-of-packed-member-c.patch98 typedef struct efi_variable efi_variable_t;