class PublisherHost
Defined at line 15 of file ../../sdk/lib/driver/devicetree/manager/publisher-host.h
Public Methods
zx::result<> AddPbusNode (fuchsia_hardware_platform_bus::Node & pbus_node)
Defined at line 13 of file ../../sdk/lib/driver/devicetree/manager/publisher-host.cc
zx::result<> AddBoardChildNode (BoardChildNode args)
Defined at line 18 of file ../../sdk/lib/driver/devicetree/manager/publisher-host.cc
zx::result<> AddCompositeNodeSpec (std::string name, std::vector<fuchsia_driver_framework::ParentSpec2> parents, std::optional<std::string> driver_host)
Defined at line 27 of file ../../sdk/lib/driver/devicetree/manager/publisher-host.cc
const std::vector<fuchsia_hardware_platform_bus::Node> & GetPbusNodes ()
Defined at line 28 of file ../../sdk/lib/driver/devicetree/manager/publisher-host.h
zx::result<> RegisterIommu (uint32_t iommu_id, fuchsia_hardware_platform_bus::Iommu iommu)
Defined at line 37 of file ../../sdk/lib/driver/devicetree/manager/publisher-host.cc
const std::vector<BoardChildNode> & GetBoardChildNodes ()
Defined at line 23 of file ../../sdk/lib/driver/devicetree/manager/publisher-host.cc
const std::vector<fuchsia_driver_framework::CompositeNodeSpec> & GetCompositeNodeSpecs ()
Defined at line 32 of file ../../sdk/lib/driver/devicetree/manager/publisher-host.h
const std::unordered_map<uint32_t, fuchsia_hardware_platform_bus::Iommu> & GetIommus ()
Defined at line 35 of file ../../sdk/lib/driver/devicetree/manager/publisher-host.h