Home
last modified time | relevance | path

Searched refs:dmi_sysfs_entry (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/firmware/
H A Ddmi-sysfs.c34 struct dmi_sysfs_entry { struct
44 * Global list of dmi_sysfs_entry. Even though this should only be
54 ssize_t (*show)(struct dmi_sysfs_entry *entry, char *buf);
69 ssize_t (*show)(struct dmi_sysfs_entry *entry,
88 static struct dmi_sysfs_entry *to_entry(struct kobject *kobj) in to_entry()
90 return container_of(kobj, struct dmi_sysfs_entry, kobj); in to_entry()
101 struct dmi_sysfs_entry *entry = to_entry(kobj); in dmi_sysfs_attr_show()
115 typedef ssize_t (*dmi_callback)(struct dmi_sysfs_entry *,
119 struct dmi_sysfs_entry *entry;
130 struct dmi_sysfs_entry *entr in find_dmi_entry_helper()
525 ATTRIBUTE_GROUPS(dmi_sysfs_entry); global() variable
[all...]
/kernel/linux/linux-5.10/drivers/firmware/
H A Ddmi-sysfs.c34 struct dmi_sysfs_entry { struct
44 * Global list of dmi_sysfs_entry. Even though this should only be
54 ssize_t (*show)(struct dmi_sysfs_entry *entry, char *buf);
69 ssize_t (*show)(struct dmi_sysfs_entry *entry,
88 static struct dmi_sysfs_entry *to_entry(struct kobject *kobj) in to_entry()
90 return container_of(kobj, struct dmi_sysfs_entry, kobj); in to_entry()
101 struct dmi_sysfs_entry *entry = to_entry(kobj); in dmi_sysfs_attr_show()
115 typedef ssize_t (*dmi_callback)(struct dmi_sysfs_entry *,
119 struct dmi_sysfs_entry *entry;
130 struct dmi_sysfs_entry *entr in find_dmi_entry_helper()
[all...]

Completed in 2 milliseconds