Lines Matching refs:efivar_entry
44 ssize_t (*show) (struct efivar_entry *entry, char *buf);
45 ssize_t (*store)(struct efivar_entry *entry, const char *buf, size_t count);
56 #define to_efivar_entry(obj) container_of(obj, struct efivar_entry, kobj)
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()
137 efivar_data_read(struct efivar_entry *entry, char *buf) in efivar_data_read()
199 efivar_store_raw(struct efivar_entry *entry, const char *buf, size_t count) in efivar_store_raw()
259 efivar_show_raw(struct efivar_entry *entry, char *buf) in efivar_show_raw()
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()
491 efivar_create_sysfs_entry(struct efivar_entry *new_var) in efivar_create_sysfs_entry()
595 struct efivar_entry *entry; in efivars_sysfs_callback()
609 static int efivar_sysfs_destroy(struct efivar_entry *entry, void *data) in efivar_sysfs_destroy()