Searched refs:object_initialize_child_with_props (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/hw/watchdog/ |
H A D | spapr_watchdog.c | 209 object_initialize_child_with_props(OBJECT(spapr), name, w, in spapr_watchdog_init()
|
/openbmc/qemu/hw/arm/ |
H A D | musca.c | 401 object_initialize_child_with_props(OBJECT(machine), name, splitter, in musca_init() 420 object_initialize_child_with_props(OBJECT(machine), "sec-resp-splitter", in musca_init()
|
H A D | stm32f405_soc.c | 208 if (!object_initialize_child_with_props(OBJECT(s), "adc-orirq", in stm32f405_soc_realize()
|
H A D | xlnx-zynqmp.c | 262 object_initialize_child_with_props(OBJECT(s), "bbram", &s->bbram, in xlnx_zynqmp_create_bbram() 283 object_initialize_child_with_props(ctrl, "xlnx-efuse@0", bits, in xlnx_zynqmp_create_efuse()
|
H A D | xlnx-versal.c | 441 object_initialize_child_with_props(OBJECT(s), "bbram", &s->pmc.bbram, in versal_create_bbram() 479 object_initialize_child_with_props(ctrl, "xlnx-efuse@0", bits, in versal_create_efuse()
|
H A D | mps2-tz.c | 863 object_initialize_child_with_props(OBJECT(machine), name, in mps2tz_common_init()
|
/openbmc/qemu/include/qom/ |
H A D | object.h | 789 bool object_initialize_child_with_props(Object *parentobj,
|
/openbmc/qemu/qom/ |
H A D | object.c | 587 bool object_initialize_child_with_props(Object *parentobj, in object_initialize_child_with_props() function 651 object_initialize_child_with_props(parent, propname, child, size, type, in object_initialize_child_internal()
|
/openbmc/qemu/hw/ppc/ |
H A D | pegasos2.c | 228 object_initialize_child_with_props(OBJECT(pm), n, in pegasos2_init()
|
H A D | pnv.c | 1722 object_initialize_child_with_props(OBJECT(chip), eq_name, eq, in pnv_chip_quad_realize_one()
|
H A D | spapr.c | 1803 object_initialize_child_with_props(OBJECT(spapr), "rtc", &spapr->rtc, in spapr_rtc_create()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio.c | 3448 object_initialize_child_with_props(proxy_obj, "virtio-backend", vdev, in virtio_instance_init_common()
|