Searched refs:smbios_entry_point (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpqphp.h | 88 struct smbios_entry_point { struct 107 ANCHOR = offsetof(struct smbios_entry_point, anchor[0]), argument 108 EP_CHECKSUM = offsetof(struct smbios_entry_point, ep_checksum), 109 EP_LENGTH = offsetof(struct smbios_entry_point, ep_length), 110 MAJOR_VERSION = offsetof(struct smbios_entry_point, major_version), 111 MINOR_VERSION = offsetof(struct smbios_entry_point, minor_version), 112 MAX_SIZE_ENTRY = offsetof(struct smbios_entry_point, max_size_entry), 113 EP_REV = offsetof(struct smbios_entry_point, ep_rev), 114 INT_ANCHOR = offsetof(struct smbios_entry_point, int_anchor[0]), 115 INT_CHECKSUM = offsetof(struct smbios_entry_point, int_checksum), [all …]
|