Home
last modified time | relevance | path

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

12

/openbmc/qemu/hw/acpi/
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 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 Dipmi.c66 void build_ipmi_dev_aml(AcpiDevAmlIf *adev, Aml *scope) in build_ipmi_dev_aml() argument
70 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.c589 static void piix4_ospm_status(AcpiDeviceIf *adev, ACPIOSTInfoList ***list) in piix4_ospm_status() argument
591 PIIX4PMState *s = PIIX4_PM(adev); in piix4_ospm_status()
599 static void piix4_send_gpe(AcpiDeviceIf *adev, AcpiEventStatusBits ev) in piix4_send_gpe() argument
601 PIIX4PMState *s = PIIX4_PM(adev); in piix4_send_gpe()
/openbmc/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);
/openbmc/qemu/include/hw/acpi/
H A Dipmi.h14 void build_ipmi_dev_aml(AcpiDevAmlIf *adev, Aml *scope);
H A Dpci.h40 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.h98 void ich9_pm_ospm_status(AcpiDeviceIf *adev, ACPIOSTInfoList ***list);
/openbmc/u-boot/board/quipos/cairo/
H A DMAINTAINERS2 M: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
/openbmc/u-boot/board/work-microwave/work_92105/
H A DMAINTAINERS2 M: Albert ARIBAUD <albert.aribaud@3adev.fr>
/openbmc/qemu/hw/misc/
H A Dpvpanic-isa.c66 static void build_pvpanic_isa_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pvpanic_isa_aml() argument
69 PVPanicISAState *s = PVPANIC_ISA_DEVICE(adev); in build_pvpanic_isa_aml()
H A Dapplesmc.c359 static void build_applesmc_aml(AcpiDevAmlIf *adev, Aml *scope) in build_applesmc_aml() argument
362 AppleSMCState *s = APPLE_SMC(adev); in build_applesmc_aml()
/openbmc/u-boot/board/phytec/pcm052/
H A DMAINTAINERS2 M: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
H A Dimximage.cfg3 * Copyright 2015 3ADEV <http://www.3adev.com>
/openbmc/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()
/openbmc/qemu/hw/tpm/
H A Dtpm_tis_isa.c141 static void build_tpm_tis_isa_aml(AcpiDevAmlIf *adev, Aml *scope) in build_tpm_tis_isa_aml() argument
144 TPMStateISA *isadev = TPM_TIS_ISA(adev); in build_tpm_tis_isa_aml()
/openbmc/qemu/hw/block/
H A Dfdc-isa.c236 static void build_fdc_aml(AcpiDevAmlIf *adev, Aml *scope) in build_fdc_aml() argument
238 FDCtrlISABus *isa = ISA_FDC(adev); in build_fdc_aml()
263 FloppyDriveType type = isa_fdc_get_drive_type(ISA_DEVICE(adev), i); in build_fdc_aml()
/openbmc/qemu/hw/char/
H A Dserial-isa.c87 static void serial_isa_build_aml(AcpiDevAmlIf *adev, Aml *scope) in serial_isa_build_aml() argument
89 ISASerialState *isa = ISA_SERIAL(adev); in serial_isa_build_aml()
/openbmc/qemu/hw/isa/
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