/openbmc/pldm/host-bmc/dbus/ |
H A D | pcie_slot.cpp | 8 auto PCIeSlot::generation() const -> Generations in generation() 10 return sdbusplus::xyz::openbmc_project::Inventory::Item::server::PCIeSlot:: in generation() 14 auto PCIeSlot::generation(Generations value) -> Generations in generation() 16 return sdbusplus::xyz::openbmc_project::Inventory::Item::server::PCIeSlot:: in generation() 20 size_t PCIeSlot::lanes() const in lanes() 22 return sdbusplus::xyz::openbmc_project::Inventory::Item::server::PCIeSlot:: in lanes() 26 size_t PCIeSlot::lanes(size_t value) in lanes() 32 auto PCIeSlot::slotType() const -> SlotTypes in slotType() 38 auto PCIeSlot::slotType(SlotTypes value) -> SlotTypes in slotType() 44 bool PCIeSlot::hotPluggable() const in hotPluggable() [all …]
|
H A D | pcie_slot.hpp | 15 sdbusplus::xyz::openbmc_project::Inventory::Item::server::PCIeSlot>; 21 class PCIeSlot : public ItemSlot class 24 PCIeSlot() = delete; 25 ~PCIeSlot() = default; 26 PCIeSlot(const PCIeSlot&) = delete; 27 PCIeSlot& operator=(const PCIeSlot&) = delete; 29 PCIeSlot(sdbusplus::bus_t& bus, const std::string& objPath) : in PCIeSlot() function in pldm::dbus::PCIeSlot
|
H A D | custom_dbus.cpp | 63 pcieSlot.emplace(path, std::make_unique<PCIeSlot>( in implementPCIeSlotInterface() 72 pldm::dbus::PCIeSlot::convertSlotTypesFromString(slotType); in setSlotType() 92 pldm::dbus::PCIeSlot::convertGenerationsFromString(value); in setPCIeDeviceProps()
|
H A D | pcie_device.hpp | 18 PCIeSlot::Generations;
|
H A D | custom_dbus.hpp | 142 std::unordered_map<ObjectPath, std::unique_ptr<PCIeSlot>> pcieSlot;
|
/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/inventory/static-inventory/ |
H A D | static-inventory.yaml | 1150 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1170 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1190 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1210 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1230 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1250 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1270 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1290 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1310 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1330 xyz.openbmc_project.Inventory.Item.PCIeSlot: [all …]
|
/openbmc/smbios-mdr/src/ |
H A D | pcieslot.cpp | 70 PCIeSlot::generation(PCIeGeneration::Unknown); in pcieGeneration() 74 PCIeSlot::generation(it->second); in pcieGeneration() 83 PCIeSlot::slotType(PCIeType::Unknown); in pcieType() 87 PCIeSlot::slotType(it->second); in pcieType() 96 PCIeSlot::lanes(0); in pcieLaneSize() 100 PCIeSlot::lanes(it->second); in pcieLaneSize() 109 PCIeSlot::hotPluggable(characteristics & 0x2); in pcieIsHotPluggable()
|
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/inventory/static-inventory/ |
H A D | static-inventory.yaml | 1518 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1538 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1558 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1578 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1598 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1618 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1638 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1658 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1678 xyz.openbmc_project.Inventory.Item.PCIeSlot: 1698 xyz.openbmc_project.Inventory.Item.PCIeSlot: [all …]
|
/openbmc/smbios-mdr/include/ |
H A D | pcieslot.hpp | 20 using PCIeSlot = typedef 21 sdbusplus::server::xyz::openbmc_project::inventory::item::PCIeSlot; 23 item::PCIeSlot::Generations; 25 PCIeSlot::SlotTypes; 35 sdbusplus::server::object_t<PCIeSlot, location, embedded, item, association> 48 sdbusplus::server::object_t<PCIeSlot, location, embedded, item, in Pcie()
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot/ |
H A D | meson.build | 4 … input: [ '../../../../../../yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml', ], 12 'xyz/openbmc_project/Inventory/Item/PCIeSlot',
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | README.md | 28 - Cpu and PCIeSlot: `{connecting, connected_to}` 29 - PCIeSwitch and PCIeSlot: `{connecting, connected_to}`
|
H A D | PCIeSwitch.interface.yaml | 12 - xyz.openbmc_project.Inventory.Item.PCIeSlot
|
H A D | Cpu.interface.yaml | 94 association to provide links to one or more PCIeSlot. 97 - xyz.openbmc_project.Inventory.Item.PCIeSlot
|
H A D | PCIeDevice.interface.yaml | 12 type: enum[xyz.openbmc_project.Inventory.Item.PCIeSlot.Generations] 17 type: enum[xyz.openbmc_project.Inventory.Item.PCIeSlot.Generations] 309 - xyz.openbmc_project.Inventory.Item.PCIeSlot
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/ |
H A D | meson.build | 286 subdir('PCIeSlot') subdir 289 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml', ], 290 output: [ 'PCIeSlot.md' ], 297 'xyz/openbmc_project/Inventory/Item/PCIeSlot',
|
/openbmc/ |
H A D | opengrok1.0.log | 11983 …ref/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot/meson.build.gz 11984 …opengrok/data/xref/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot 28294 …ref/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot/meson.build.gz 28295 …opengrok/data/xref/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot
|
H A D | opengrok2.0.log | 11372 …ref/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot/meson.build.gz 11373 …opengrok/data/xref/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot 27683 …ref/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot/meson.build.gz 27684 …opengrok/data/xref/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot
|