Lines Matching refs:efivar_entry
46 ssize_t (*show) (struct efivar_entry *entry, char *buf);
47 ssize_t (*store)(struct efivar_entry *entry, const char *buf, size_t count);
58 #define to_efivar_entry(obj) container_of(obj, struct efivar_entry, kobj)
64 efivar_create_sysfs_entry(struct efivar_entry *new_var);
67 efivar_guid_read(struct efivar_entry *entry, char *buf) in efivar_guid_read()
83 efivar_attr_read(struct efivar_entry *entry, char *buf) in efivar_attr_read()
116 efivar_size_read(struct efivar_entry *entry, char *buf) in efivar_size_read()
133 efivar_data_read(struct efivar_entry *entry, char *buf) in efivar_data_read()
192 efivar_store_raw(struct efivar_entry *entry, const char *buf, size_t count) in efivar_store_raw()
249 efivar_show_raw(struct efivar_entry *entry, char *buf) in efivar_show_raw()
289 struct efivar_entry *var = to_efivar_entry(kobj); in efivar_attr_show()
305 struct efivar_entry *var = to_efivar_entry(kobj); in efivar_attr_store()
325 struct efivar_entry *var = to_efivar_entry(kobj); in efivar_release()
356 struct efivar_entry *new_entry; in efivar_create()
426 struct efivar_entry *entry; in efivar_delete()
479 efivar_create_sysfs_entry(struct efivar_entry *new_var) in efivar_create_sysfs_entry()
581 struct efivar_entry *entry = data; in efivar_update_sysfs_entry()
594 struct efivar_entry *entry; in efivar_update_sysfs_entries()
617 struct efivar_entry *entry; in efivars_sysfs_callback()
631 static int efivar_sysfs_destroy(struct efivar_entry *entry, void *data) in efivar_sysfs_destroy()