Home
last modified time | relevance | path

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

/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()
/qemu/include/hw/misc/
H A Dled.h93 LEDState *led_create_simple(Object *parentobj,
/qemu/include/qom/
H A Dobject.h789 bool object_initialize_child_with_props(Object *parentobj,
808 bool object_initialize_child_with_propsv(Object *parentobj,
/qemu/qom/
H A Dobject.c589 bool object_initialize_child_with_props(Object *parentobj, in object_initialize_child_with_props() argument
599 ok = object_initialize_child_with_propsv(parentobj, propname, in object_initialize_child_with_props()
606 bool object_initialize_child_with_propsv(Object *parentobj, in object_initialize_child_with_propsv() argument
623 object_property_add_child(parentobj, propname, obj); in object_initialize_child_with_propsv()