Home
last modified time | relevance | path

Searched refs:smbios_entry_point (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dcpqphp.h74 struct smbios_entry_point { struct
93 ANCHOR = offsetof(struct smbios_entry_point, anchor[0]),
94 EP_CHECKSUM = offsetof(struct smbios_entry_point, ep_checksum),
95 EP_LENGTH = offsetof(struct smbios_entry_point, ep_length),
96 MAJOR_VERSION = offsetof(struct smbios_entry_point, major_version),
97 MINOR_VERSION = offsetof(struct smbios_entry_point, minor_version),
98 MAX_SIZE_ENTRY = offsetof(struct smbios_entry_point, max_size_entry),
99 EP_REV = offsetof(struct smbios_entry_point, ep_rev),
100 INT_ANCHOR = offsetof(struct smbios_entry_point, int_anchor[0]),
101 INT_CHECKSUM = offsetof(struct smbios_entry_point, int_checksu
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dcpqphp.h74 struct smbios_entry_point { struct
93 ANCHOR = offsetof(struct smbios_entry_point, anchor[0]),
94 EP_CHECKSUM = offsetof(struct smbios_entry_point, ep_checksum),
95 EP_LENGTH = offsetof(struct smbios_entry_point, ep_length),
96 MAJOR_VERSION = offsetof(struct smbios_entry_point, major_version),
97 MINOR_VERSION = offsetof(struct smbios_entry_point, minor_version),
98 MAX_SIZE_ENTRY = offsetof(struct smbios_entry_point, max_size_entry),
99 EP_REV = offsetof(struct smbios_entry_point, ep_rev),
100 INT_ANCHOR = offsetof(struct smbios_entry_point, int_anchor[0]),
101 INT_CHECKSUM = offsetof(struct smbios_entry_point, int_checksu
[all...]
/kernel/linux/linux-5.10/drivers/firmware/
H A Ddmi_scan.c31 static u8 smbios_entry_point[32]; variable
573 memcpy(smbios_entry_point, buf, smbios_entry_point_size); in dmi_present()
610 memcpy(smbios_entry_point, buf, in dmi_present()
637 memcpy(smbios_entry_point, buf, smbios_entry_point_size); in dmi_smbios3_present()
750 static BIN_ATTR(smbios_entry_point, S_IRUSR, raw_table_read, NULL, 0);
780 bin_attr_smbios_entry_point.private = smbios_entry_point; in dmi_init()
/kernel/linux/linux-6.6/drivers/firmware/
H A Ddmi_scan.c31 static u8 smbios_entry_point[32]; variable
579 memcpy(smbios_entry_point, buf, smbios_entry_point_size); in dmi_present()
616 memcpy(smbios_entry_point, buf, in dmi_present()
644 memcpy(smbios_entry_point, buf, smbios_entry_point_size); in dmi_smbios3_present()
757 static BIN_ATTR(smbios_entry_point, S_IRUSR, raw_table_read, NULL, 0);
787 bin_attr_smbios_entry_point.private = smbios_entry_point; in dmi_init()

Completed in 6 milliseconds