Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dled.c136 LEDState *led_create_simple(Object *parentobj, in type_init()
156 object_property_add_child(parentobj, name, OBJECT(dev)); in type_init()
/qemu/include/hw/misc/
H A Dled.h93 LEDState *led_create_simple(Object *parentobj,
/qemu/include/qom/
H A Dobject.h794 bool object_initialize_child_with_props(Object *parentobj,
813 bool object_initialize_child_with_propsv(Object *parentobj,
/qemu/qom/
H A Dobject.c581 bool object_initialize_child_with_props(Object *parentobj, in object_initialize_child_with_props() argument
591 ok = object_initialize_child_with_propsv(parentobj, propname, in object_initialize_child_with_props()
598 bool object_initialize_child_with_propsv(Object *parentobj, in object_initialize_child_with_propsv() argument
615 object_property_add_child(parentobj, propname, obj); in object_initialize_child_with_propsv()