Home
last modified time | relevance | path

Searched refs:parentobj (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dled.c137 LEDState *led_create_simple(Object *parentobj, in type_init()
157 object_property_add_child(parentobj, name, OBJECT(dev)); in type_init()
/openbmc/qemu/include/hw/misc/
H A Dled.h93 LEDState *led_create_simple(Object *parentobj,
/openbmc/qemu/include/qom/
H A Dobject.h789 bool object_initialize_child_with_props(Object *parentobj,
808 bool object_initialize_child_with_propsv(Object *parentobj,
/openbmc/qemu/qom/
H A Dobject.c587 bool object_initialize_child_with_props(Object *parentobj, in object_initialize_child_with_props() argument
597 ok = object_initialize_child_with_propsv(parentobj, propname, in object_initialize_child_with_props()
604 bool object_initialize_child_with_propsv(Object *parentobj, in object_initialize_child_with_propsv() argument
621 object_property_add_child(parentobj, propname, obj); in object_initialize_child_with_propsv()