Records

Functions

  • bool IsValid (const fuchsia_hardware_platform_bus::Mmio & mmio)

    Defined at line 14 of file ../../src/devices/bus/drivers/platform/node-util.h

  • bool IsValid (const fuchsia_hardware_platform_bus::Irq & irq)

    Defined at line 19 of file ../../src/devices/bus/drivers/platform/node-util.h

  • bool IsValid (const fuchsia_hardware_platform_bus::Bti & bti)

    Defined at line 23 of file ../../src/devices/bus/drivers/platform/node-util.h

  • bool IsValid (const fuchsia_hardware_platform_bus::Smc & smc)

    Defined at line 27 of file ../../src/devices/bus/drivers/platform/node-util.h

  • bool IsValid (const fuchsia_hardware_platform_bus::Metadata & meta)

    Defined at line 32 of file ../../src/devices/bus/drivers/platform/node-util.h

  • bool IsValid (const fuchsia_hardware_platform_bus::BootMetadata & meta)

    Defined at line 36 of file ../../src/devices/bus/drivers/platform/node-util.h

  • std::optional<uint32_t> GetMmioIndex (const fuchsia_hardware_platform_bus::Node & node, std::string_view mmio_name)

    Returns the index of the mmio that matches |mmio_name|.

    Defined at line 47 of file ../../src/devices/bus/drivers/platform/node-util.cc

  • std::optional<uint32_t> GetIrqIndex (const fuchsia_hardware_platform_bus::Node & node, std::string_view irq_name)

    Returns the index of the irq that matches |irq_name|.

    Defined at line 53 of file ../../src/devices/bus/drivers/platform/node-util.cc

  • std::optional<uint32_t> GetBtiIndex (const fuchsia_hardware_platform_bus::Node & node, std::string_view bti_name)

    Returns the index of the bti that matches |bti_name|.

    Defined at line 59 of file ../../src/devices/bus/drivers/platform/node-util.cc

  • std::optional<uint32_t> GetSmcIndex (const fuchsia_hardware_platform_bus::Node & nodestd::string_view smc_name)

    Returns the index of the smc that matches |smc_name|.

    Defined at line 65 of file ../../src/devices/bus/drivers/platform/node-util.cc