Home
last modified time | relevance | path

Searched refs:parent_scope (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/acpi/
H A Dpcihp.h83 bool build_append_notification_callback(Aml *parent_scope, const PCIBus *bus);
85 void build_append_pci_bus_devices(Aml *parent_scope, PCIBus *bus);
90 void build_append_pcihp_slots(Aml *parent_scope, PCIBus *bus);
/openbmc/qemu/hw/acpi/
H A Dpcihp.c704 bool build_append_notification_callback(Aml *parent_scope, const PCIBus *bus) in build_append_notification_callback() argument
726 aml_append(parent_scope, br_scope); in build_append_notification_callback()
755 aml_append(parent_scope, method); in build_append_notification_callback()
852 void build_append_pcihp_slots(Aml *parent_scope, PCIBus *bus) in build_append_pcihp_slots() argument
861 aml_append(parent_scope, aml_name_decl("BSEL", aml_int(bsel_val))); in build_append_pcihp_slots()
897 aml_append(parent_scope, dev); in build_append_pcihp_slots()
899 aml_append(parent_scope, notify_method); in build_append_pcihp_slots()
902 void build_append_pci_bus_devices(Aml *parent_scope, PCIBus *bus) in build_append_pci_bus_devices() argument
929 aml_append(parent_scope, dev); in build_append_pci_bus_devices()