Searched refs:smbios_system_slot (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpqphp.h | 46 struct smbios_system_slot { struct 62 SMBIOS_SLOT_GENERIC_TYPE = offsetof(struct smbios_system_slot, type), argument 63 SMBIOS_SLOT_GENERIC_LENGTH = offsetof(struct smbios_system_slot, length), 64 SMBIOS_SLOT_GENERIC_HANDLE = offsetof(struct smbios_system_slot, handle), 65 SMBIOS_SLOT_NAME_STRING_NUM = offsetof(struct smbios_system_slot, name_string_num), 66 SMBIOS_SLOT_TYPE = offsetof(struct smbios_system_slot, slot_type), 67 SMBIOS_SLOT_WIDTH = offsetof(struct smbios_system_slot, slot_width), 68 SMBIOS_SLOT_CURRENT_USAGE = offsetof(struct smbios_system_slot, slot_current_usage), 69 SMBIOS_SLOT_LENGTH = offsetof(struct smbios_system_slot, slot_length), 70 SMBIOS_SLOT_NUMBER = offsetof(struct smbios_system_slot, slot_number), [all …]
|