Searched refs:smbios_system_slot (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pci/hotplug/ |
H A D | cpqphp.h | 32 struct smbios_system_slot { struct 48 SMBIOS_SLOT_GENERIC_TYPE = offsetof(struct smbios_system_slot, type), argument 49 SMBIOS_SLOT_GENERIC_LENGTH = offsetof(struct smbios_system_slot, length), 50 SMBIOS_SLOT_GENERIC_HANDLE = offsetof(struct smbios_system_slot, handle), 51 SMBIOS_SLOT_NAME_STRING_NUM = offsetof(struct smbios_system_slot, name_string_num), 52 SMBIOS_SLOT_TYPE = offsetof(struct smbios_system_slot, slot_type), 53 SMBIOS_SLOT_WIDTH = offsetof(struct smbios_system_slot, slot_width), 55 SMBIOS_SLOT_LENGTH = offsetof(struct smbios_system_slot, slot_length), 56 SMBIOS_SLOT_NUMBER = offsetof(struct smbios_system_slot, slot_number), 57 SMBIOS_SLOT_PROPERTIES1 = offsetof(struct smbios_system_slot, properties1), [all …]
|