Home
last modified time | relevance | path

Searched refs:object_resolve_path_type (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/qemu/hw/audio/
H A Dsoundhw.c113 ISABus *isa_bus = (ISABus *) object_resolve_path_type("", TYPE_ISA_BUS, NULL); in soundhw_init()
114 PCIBus *pci_bus = (PCIBus *) object_resolve_path_type("", TYPE_PCI_BUS, NULL); in soundhw_init()
/openbmc/qemu/hw/ppc/
H A Dspapr_rng.c72 rngstate = SPAPR_RNG(object_resolve_path_type("", TYPE_SPAPR_RNG, NULL)); in h_random()
98 if (object_resolve_path_type("", TYPE_SPAPR_RNG, NULL) != NULL) { in spapr_rng_instance_init()
/openbmc/qemu/include/hw/acpi/
H A Derst.h25 return object_resolve_path_type("", TYPE_ACPI_ERST, NULL); in find_erst_dev()
H A Dvmgenid.h30 return object_resolve_path_type("", TYPE_VMGENID, NULL); in find_vmgenid_dev()
/openbmc/qemu/include/hw/hyperv/
H A Dvmbus-bridge.h31 return VMBUS_BRIDGE(object_resolve_path_type("", TYPE_VMBUS_BRIDGE, NULL)); in OBJECT_DECLARE_SIMPLE_TYPE()
/openbmc/qemu/include/hw/misc/
H A Dvmcoreinfo.h36 Object *o = object_resolve_path_type("", VMCOREINFO_DEVICE, NULL); in vmcoreinfo_find()
/openbmc/qemu/hw/acpi/
H A Dacpi-qmp-cmds.c18 Object *obj = object_resolve_path_type("", TYPE_ACPI_DEVICE_IF, &ambig); in qmp_query_acpi_ospm_status()
H A Dpci.c168 o = object_resolve_path_type(gi->pci_dev, TYPE_PCI_DEVICE, NULL); in build_acpi_generic_initiator()
283 o = object_resolve_path_type(gp->pci_bus, TYPE_PXB_CXL_BUS, NULL); in build_acpi_generic_port()
H A Dghes.c401 acpi_ged_state = ACPI_GED(object_resolve_path_type("", TYPE_ACPI_GED, in acpi_ghes_record_errors()
452 acpi_ged_state = ACPI_GED(object_resolve_path_type("", TYPE_ACPI_GED, in acpi_ghes_present()
H A Dvmgenid.c136 Object *obj = object_resolve_path_type("", TYPE_ACPI_DEVICE_IF, NULL); in vmgenid_update_guest()
/openbmc/qemu/include/hw/timer/
H A Dhpet.h85 return object_resolve_path_type("", TYPE_HPET, NULL); in hpet_find()
/openbmc/qemu/include/hw/input/
H A Di8042.h96 return object_resolve_path_type("", TYPE_I8042, &amb) || amb; in i8042_present()
/openbmc/qemu/include/sysemu/
H A Dtpm.h67 Object *obj = object_resolve_path_type("", TYPE_TPM_IF, NULL); in tpm_find()
/openbmc/qemu/hw/s390x/
H A Dsclpcpu.c32 Object *obj = object_resolve_path_type("", TYPE_SCLP_CPU_HOTPLUG, NULL); in raise_irq_cpu_hotplug()
H A Ds390-stattrib.c36 sas = S390_STATTRIB(object_resolve_path_type("", TYPE_S390_STATTRIB, NULL)); in s390_get_stattrib_device()
353 object_resolve_path_type("", TYPE_S390_STATTRIB, &ambiguous); in s390_stattrib_realize()
H A Dtod.c47 ts = S390_TOD(object_resolve_path_type("", TYPE_S390_TOD, NULL)); in s390_get_todstate()
/openbmc/qemu/hw/nubus/
H A Dnubus-bus.c28 return NUBUS_BUS(object_resolve_path_type("", TYPE_NUBUS_BUS, NULL)); in nubus_find()
/openbmc/qemu/target/s390x/
H A Ddiag.c46 obj = object_resolve_path_type("", TYPE_WDT_DIAG288, NULL); in handle_diag_288()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-gl.c131 if (!object_resolve_path_type("", TYPE_VIRTIO_GPU_GL, NULL)) { in virtio_gpu_gl_device_realize()
/openbmc/qemu/tests/unit/
H A Dcheck-qom-proplist.c633 g_assert(!object_resolve_path_type("", TYPE_DUMMY, &ambiguous)); in test_qom_partial_path()
635 g_assert(!object_resolve_path_type("", TYPE_DUMMY, NULL)); in test_qom_partial_path()
/openbmc/qemu/hw/i386/
H A Dacpi-microvm.c113 isabus = object_resolve_path_type("", TYPE_ISA_BUS, &ambiguous); in build_dsdt_microvm()
H A Dvmmouse.c310 if (!object_resolve_path_type("", TYPE_VMPORT, NULL)) { in vmmouse_realizefn()
/openbmc/qemu/monitor/
H A Dhmp-cmds-target.c55 cpu = (CPUState *) object_resolve_path_type(mon->mon_cpu_path, in mon_get_cpu_sync()
/openbmc/qemu/
H A Diothread.c402 return IOTHREAD(object_resolve_path_type(id, TYPE_IOTHREAD, NULL)); in iothread_by_id()
/openbmc/qemu/hw/cxl/
H A Dcxl-host.c87 o = object_resolve_path_type(fw->targets[i], in cxl_fmws_link_targets()

12