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