Home
last modified time | relevance | path

Searched refs:adev (Results 1 – 25 of 28) sorted by relevance

12

/qemu/hw/acpi/
H A Dpci-bridge.c20 void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pci_bridge_aml() argument
22 PCIBridge *br = PCI_BRIDGE(adev); in build_pci_bridge_aml()
H A Dacpi-qmp-cmds.c22 AcpiDeviceIf *adev = ACPI_DEVICE_IF(obj); in qmp_query_acpi_ospm_status() local
24 adevc->ospm_status(adev, &prev); in qmp_query_acpi_ospm_status()
H A Dacpi_interface.c11 AcpiDeviceIf *adev = ACPI_DEVICE_IF(dev); in acpi_send_event() local
12 adevc->send_event(adev, event); in acpi_send_event()
H A Dgeneric_event_device.c270 static void acpi_ged_ospm_status(AcpiDeviceIf *adev, ACPIOSTInfoList ***list) in acpi_ged_ospm_status() argument
272 AcpiGedState *s = ACPI_GED(adev); in acpi_ged_ospm_status()
277 static void acpi_ged_send_event(AcpiDeviceIf *adev, AcpiEventStatusBits ev) in acpi_ged_send_event() argument
279 AcpiGedState *s = ACPI_GED(adev); in acpi_ged_send_event()
H A Dipmi.c65 void build_ipmi_dev_aml(AcpiDevAmlIf *adev, Aml *scope) in build_ipmi_dev_aml() argument
69 IPMIInterface *ii = IPMI_INTERFACE(adev); in build_ipmi_dev_aml()
H A Dipmi-stub.c13 void build_ipmi_dev_aml(AcpiDevAmlIf *adev, Aml *scope) in build_ipmi_dev_aml() argument
H A Dpci-bridge-stub.c18 void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pci_bridge_aml() argument
H A Dpiix4.c588 static void piix4_ospm_status(AcpiDeviceIf *adev, ACPIOSTInfoList ***list) in piix4_ospm_status() argument
590 PIIX4PMState *s = PIIX4_PM(adev); in piix4_ospm_status()
598 static void piix4_send_gpe(AcpiDeviceIf *adev, AcpiEventStatusBits ev) in piix4_send_gpe() argument
600 PIIX4PMState *s = PIIX4_PM(adev); in piix4_send_gpe()
/qemu/hw/display/
H A Dacpi-vga.c6 void build_vga_aml(AcpiDevAmlIf *adev, Aml *scope) in build_vga_aml() argument
11 if (object_dynamic_cast(OBJECT(adev), "qxl-vga")) { in build_vga_aml()
H A Dacpi-vga-stub.c5 void build_vga_aml(AcpiDevAmlIf *adev, Aml *scope) in build_vga_aml() argument
H A Dvga_int.h203 void build_vga_aml(AcpiDevAmlIf *adev, Aml *scope);
/qemu/include/hw/acpi/
H A Dacpi_dev_interface.h52 void (*ospm_status)(AcpiDeviceIf *adev, ACPIOSTInfoList ***list);
53 void (*send_event)(AcpiDeviceIf *adev, AcpiEventStatusBits ev);
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);
H A Dacpi_aml_interface.h15 typedef void (*dev_aml_fn)(AcpiDevAmlIf *adev, Aml *scope);
H A Dich9.h92 void ich9_pm_ospm_status(AcpiDeviceIf *adev, ACPIOSTInfoList ***list);
/qemu/hw/misc/
H A Dpvpanic-isa.c67 static void build_pvpanic_isa_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pvpanic_isa_aml() argument
70 PVPanicISAState *s = PVPANIC_ISA_DEVICE(adev); in build_pvpanic_isa_aml()
H A Dapplesmc.c360 static void build_applesmc_aml(AcpiDevAmlIf *adev, Aml *scope) in build_applesmc_aml() argument
363 AppleSMCState *s = APPLE_SMC(adev); in build_applesmc_aml()
/qemu/hw/i2c/
H A Dsmbus_ich9.c113 static void build_ich9_smb_aml(AcpiDevAmlIf *adev, Aml *scope) in build_ich9_smb_aml() argument
115 ICH9SMBState *s = ICH9_SMB_DEVICE(adev); in build_ich9_smb_aml()
/qemu/hw/block/
H A Dfdc-isa.c234 static void build_fdc_aml(AcpiDevAmlIf *adev, Aml *scope) in build_fdc_aml() argument
236 FDCtrlISABus *isa = ISA_FDC(adev); in build_fdc_aml()
261 FloppyDriveType type = isa_fdc_get_drive_type(ISA_DEVICE(adev), i); in build_fdc_aml()
/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() argument
145 TPMStateISA *isadev = TPM_TIS_ISA(adev); in build_tpm_tis_isa_aml()
/qemu/hw/char/
H A Dserial-isa.c86 static void serial_isa_build_aml(AcpiDevAmlIf *adev, Aml *scope) in serial_isa_build_aml() argument
88 ISASerialState *isa = ISA_SERIAL(adev); in serial_isa_build_aml()
H A Dparallel.c542 static void parallel_isa_build_aml(AcpiDevAmlIf *adev, Aml *scope) in parallel_isa_build_aml() argument
544 ISAParallelState *isa = ISA_PARALLEL(adev); in parallel_isa_build_aml()
/qemu/hw/isa/
H A Dlpc_ich9.c832 static void ich9_send_gpe(AcpiDeviceIf *adev, AcpiEventStatusBits ev) in ich9_send_gpe() argument
834 ICH9LPCState *s = ICH9_LPC_DEVICE(adev); in ich9_send_gpe()
839 static void build_ich9_isa_aml(AcpiDevAmlIf *adev, Aml *scope) in build_ich9_isa_aml() argument
842 BusState *bus = qdev_get_child_bus(DEVICE(adev), "isa.0"); in build_ich9_isa_aml()
H A Dpiix.c380 static void build_pci_isa_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pci_isa_aml() argument
384 BusState *bus = qdev_get_child_bus(DEVICE(adev), "isa.0"); in build_pci_isa_aml()

12