Home
last modified time | relevance | path

Searched refs:efivar_entry (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/firmware/efi/
A Defi-pstore.c43 static int efi_pstore_read_func(struct efivar_entry *entry, in efi_pstore_read_func()
114 static void efi_pstore_scan_sysfs_enter(struct efivar_entry *pos, in efi_pstore_scan_sysfs_enter()
115 struct efivar_entry *next, in efi_pstore_scan_sysfs_enter()
150 static int efi_pstore_scan_sysfs_exit(struct efivar_entry *pos, in efi_pstore_scan_sysfs_exit()
151 struct efivar_entry *next, in efi_pstore_scan_sysfs_exit()
175 struct efivar_entry **pos = (struct efivar_entry **)&record->psi->data; in efi_pstore_sysfs_entry_iter()
176 struct efivar_entry *entry, *n; in efi_pstore_sysfs_entry_iter()
310 struct efivar_entry *entry = NULL; in efi_pstore_erase_name()
366 struct efivar_entry *entry; in efi_pstore_callback()
386 struct efivar_entry *entry = data; in efi_pstore_update_entry()
[all …]
A Defivars.c44 ssize_t (*show) (struct efivar_entry *entry, char *buf);
62 efivar_create_sysfs_entry(struct efivar_entry *new_var);
65 efivar_guid_read(struct efivar_entry *entry, char *buf) in efivar_guid_read()
81 efivar_attr_read(struct efivar_entry *entry, char *buf) in efivar_attr_read()
117 efivar_size_read(struct efivar_entry *entry, char *buf) in efivar_size_read()
301 struct efivar_entry *var = to_efivar_entry(kobj); in efivar_attr_show()
317 struct efivar_entry *var = to_efivar_entry(kobj); in efivar_attr_store()
337 struct efivar_entry *var = to_efivar_entry(kobj); in efivar_release()
368 struct efivar_entry *new_entry; in efivar_create()
438 struct efivar_entry *entry; in efivar_delete()
[all …]
A Dvars.c336 struct efivar_entry *entry, *n; in variable_is_present()
535 int efivar_entry_remove(struct efivar_entry *entry) in efivar_entry_remove()
578 int __efivar_entry_delete(struct efivar_entry *entry) in __efivar_entry_delete()
604 int efivar_entry_delete(struct efivar_entry *entry) in efivar_entry_delete()
651 int efivar_entry_set(struct efivar_entry *entry, u32 attributes, in efivar_entry_set()
809 struct efivar_entry *entry, *n; in efivar_entry_find()
883 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in __efivar_entry_get()
906 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in efivar_entry_get()
1079 struct efivar_entry **prev) in __efivar_entry_iter()
1081 struct efivar_entry *entry, *n; in __efivar_entry_iter()
[all …]
A Defibc.c28 struct efivar_entry *entry; in efibc_set_variable()
A Defi.c222 struct efivar_entry *entry; in efivar_ssdt_iter()
246 struct efivar_entry *entry, *aux; in efivar_ssdt_load()
/linux/include/linux/
A Defi.h973 struct efivar_entry { struct
982 efivar_unregister(struct efivar_entry *var) in efivar_unregister() argument
998 int efivar_entry_remove(struct efivar_entry *entry);
1000 int __efivar_entry_delete(struct efivar_entry *entry);
1001 int efivar_entry_delete(struct efivar_entry *entry);
1004 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes,
1006 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes,
1008 int efivar_entry_set(struct efivar_entry *entry, u32 attributes,
1018 int __efivar_entry_iter(int (*func)(struct efivar_entry *, void *),
1020 struct efivar_entry **prev);
[all …]
/linux/fs/efivarfs/
A Dinode.c77 struct efivar_entry *var; in efivarfs_create()
84 var = kzalloc(sizeof(struct efivar_entry), GFP_KERNEL); in efivarfs_create()
130 struct efivar_entry *var = d_inode(dentry)->i_private; in efivarfs_unlink()
A Dfile.c18 struct efivar_entry *var = file->private_data; in efivarfs_file_write()
69 struct efivar_entry *var = file->private_data; in efivarfs_file_read()
A Dsuper.c110 struct efivar_entry *entry; in efivarfs_callback()
183 static int efivarfs_destroy(struct efivar_entry *entry, void *data) in efivarfs_destroy()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
A Duefi.c21 struct efivar_entry *pnvm_efivar; in iwl_uefi_get_pnvm()
213 struct efivar_entry *reduce_power_efivar; in iwl_uefi_get_reduced_power()
/linux/drivers/input/keyboard/
A Dapplespi.c1600 struct efivar_entry *efivar_entry; in applespi_get_saved_bl_level() local
1605 efivar_entry = kmalloc(sizeof(*efivar_entry), GFP_KERNEL); in applespi_get_saved_bl_level()
1606 if (!efivar_entry) in applespi_get_saved_bl_level()
1609 memcpy(efivar_entry->var.VariableName, EFI_BL_LEVEL_NAME, in applespi_get_saved_bl_level()
1611 efivar_entry->var.VendorGuid = EFI_BL_LEVEL_GUID; in applespi_get_saved_bl_level()
1614 sts = efivar_entry_get(efivar_entry, NULL, &efi_data_len, &efi_data); in applespi_get_saved_bl_level()
1620 kfree(efivar_entry); in applespi_get_saved_bl_level()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dfirmware.c461 struct efivar_entry *nvram_efivar; in brcmf_fw_nvram_from_efi()
/linux/drivers/staging/media/atomisp/pci/
A Datomisp_gmin_platform.c1202 struct efivar_entry *ev; in gmin_get_config_var()

Completed in 44 milliseconds