Home
last modified time | relevance | path

Searched refs:AcpiDevAmlIf (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/include/hw/acpi/
H A Dacpi_aml_interface.h12 INTERFACE_CHECK(AcpiDevAmlIf, (obj), TYPE_ACPI_DEV_AML_IF)
14 typedef struct AcpiDevAmlIf AcpiDevAmlIf; typedef
15 typedef void (*dev_aml_fn)(AcpiDevAmlIf *adev, Aml *scope);
H A Dipmi.h14 void build_ipmi_dev_aml(AcpiDevAmlIf *adev, Aml *scope);
H A Dpci.h42 void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope);
/openbmc/qemu/hw/display/
H A Dacpi-vga-stub.c5 void build_vga_aml(AcpiDevAmlIf *adev, Aml *scope) in build_vga_aml()
H A Dacpi-vga.c6 void build_vga_aml(AcpiDevAmlIf *adev, Aml *scope) in build_vga_aml()
H A Dvga_int.h203 void build_vga_aml(AcpiDevAmlIf *adev, Aml *scope);
/openbmc/qemu/hw/acpi/
H A Dipmi-stub.c13 void build_ipmi_dev_aml(AcpiDevAmlIf *adev, Aml *scope) in build_ipmi_dev_aml()
H A Dpci-bridge-stub.c18 void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pci_bridge_aml()
H A Dpci-bridge.c20 void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pci_bridge_aml()
H A Dipmi.c65 void build_ipmi_dev_aml(AcpiDevAmlIf *adev, Aml *scope) in build_ipmi_dev_aml()
/openbmc/qemu/hw/misc/
H A Dpvpanic-isa.c66 static void build_pvpanic_isa_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pvpanic_isa_aml()
H A Dapplesmc.c360 static void build_applesmc_aml(AcpiDevAmlIf *adev, Aml *scope) in build_applesmc_aml()
/openbmc/qemu/hw/i2c/
H A Dsmbus_ich9.c113 static void build_ich9_smb_aml(AcpiDevAmlIf *adev, Aml *scope) in build_ich9_smb_aml()
/openbmc/qemu/hw/tpm/
H A Dtpm_tis_isa.c142 static void build_tpm_tis_isa_aml(AcpiDevAmlIf *adev, Aml *scope) in build_tpm_tis_isa_aml()
/openbmc/qemu/hw/char/
H A Dserial-isa.c86 static void serial_isa_build_aml(AcpiDevAmlIf *adev, Aml *scope) in serial_isa_build_aml()
H A Dparallel.c542 static void parallel_isa_build_aml(AcpiDevAmlIf *adev, Aml *scope) in parallel_isa_build_aml()
/openbmc/qemu/hw/block/
H A Dfdc-isa.c236 static void build_fdc_aml(AcpiDevAmlIf *adev, Aml *scope) in build_fdc_aml()
/openbmc/qemu/hw/isa/
H A Dpiix.c380 static void build_pci_isa_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pci_isa_aml()
H A Dlpc_ich9.c839 static void build_ich9_isa_aml(AcpiDevAmlIf *adev, Aml *scope) in build_ich9_isa_aml()
/openbmc/qemu/hw/input/
H A Dpckbd.c907 static void i8042_build_aml(AcpiDevAmlIf *adev, Aml *scope) in i8042_build_aml()
/openbmc/qemu/hw/rtc/
H A Dmc146818rtc.c1000 static void rtc_build_aml(AcpiDevAmlIf *adev, Aml *scope) in rtc_build_aml()