Lines Matching refs:efivar_entry

102 	ssize_t (*show) (struct efivar_entry *entry, char *buf);
103 ssize_t (*store)(struct efivar_entry *entry, const char *buf, size_t count);
114 #define to_efivar_entry(obj) container_of(obj, struct efivar_entry, kobj)
120 efivar_create_sysfs_entry(struct efivar_entry *new_var);
123 efivar_guid_read(struct efivar_entry *entry, char *buf) in efivar_guid_read()
139 efivar_attr_read(struct efivar_entry *entry, char *buf) in efivar_attr_read()
172 efivar_size_read(struct efivar_entry *entry, char *buf) in efivar_size_read()
189 efivar_data_read(struct efivar_entry *entry, char *buf) in efivar_data_read()
256 efivar_store_raw(struct efivar_entry *entry, const char *buf, size_t count) in efivar_store_raw()
313 efivar_show_raw(struct efivar_entry *entry, char *buf) in efivar_show_raw()
353 struct efivar_entry *var = to_efivar_entry(kobj); in efivar_attr_show()
369 struct efivar_entry *var = to_efivar_entry(kobj); in efivar_attr_store()
389 struct efivar_entry *var = container_of(kobj, struct efivar_entry, kobj); in efivar_release()
420 struct efivar_entry *new_entry; in efivar_create()
490 struct efivar_entry *entry; in efivar_delete()
542 efivar_create_sysfs_entry(struct efivar_entry *new_var) in efivar_create_sysfs_entry()
641 struct efivar_entry *entry = data; in efivar_update_sysfs_entry()
654 struct efivar_entry *entry; in efivar_update_sysfs_entries()
677 struct efivar_entry *entry; in efivars_sysfs_callback()
691 static int efivar_sysfs_destroy(struct efivar_entry *entry, void *data) in efivar_sysfs_destroy()