Searched refs:PCIeSlot (Results 1 – 12 of 12) sorted by relevance
/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() 28 return sdbusplus::xyz::openbmc_project::Inventory::Item::server::PCIeSlot:: in lanes() 32 auto PCIeSlot::slotType() const -> SlotTypes in slotType() 34 return sdbusplus::xyz::openbmc_project::Inventory::Item::server::PCIeSlot:: in slotType() [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 | 100 /** @brief Implement PCIeSlot Interface 234 std::unordered_map<ObjectPath, std::unique_ptr<PCIeSlot>> pcieSlot;
|
/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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Item/PCIeSlot' 8 '../../../../../../yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml', 28 'xyz/openbmc_project/Inventory/Item/PCIeSlot',
|
/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/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}`
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/ |
H A D | meson.build | 20 subdir('PCIeSlot') subdir 507 '../../../../../yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml', 509 output: ['PCIeSlot.md'], 521 'xyz/openbmc_project/Inventory/Item/PCIeSlot',
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |