Searched refs:parentobj (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/misc/ |
H A D | led.c | 136 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 D | led.h | 93 LEDState *led_create_simple(Object *parentobj,
|
/qemu/include/qom/ |
H A D | object.h | 794 bool object_initialize_child_with_props(Object *parentobj, 813 bool object_initialize_child_with_propsv(Object *parentobj,
|
/qemu/qom/ |
H A D | object.c | 581 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()
|