Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/firmware/
Defivars.c117 struct efivar_entry { struct
126 ssize_t (*show) (struct efivar_entry *entry, char *buf); argument
127 ssize_t (*store)(struct efivar_entry *entry, const char *buf, size_t count);
146 #define to_efivar_entry(obj) container_of(obj, struct efivar_entry, kobj)
437 efivar_guid_read(struct efivar_entry *entry, char *buf) in efivar_guid_read()
453 efivar_attr_read(struct efivar_entry *entry, char *buf) in efivar_attr_read()
487 efivar_size_read(struct efivar_entry *entry, char *buf) in efivar_size_read()
505 efivar_data_read(struct efivar_entry *entry, char *buf) in efivar_data_read()
525 efivar_store_raw(struct efivar_entry *entry, const char *buf, size_t count) in efivar_store_raw()
581 efivar_show_raw(struct efivar_entry *entry, char *buf) in efivar_show_raw()
[all …]
/linux-3.4.99/include/linux/
Defi.h685 struct efivar_entry *walk_entry;