Lines Matching refs:BusState
58 static void bus_remove_child(BusState *bus, DeviceState *child) in bus_remove_child()
81 static void bus_add_child(BusState *bus, DeviceState *child) in bus_add_child()
102 static bool bus_check_address(BusState *bus, DeviceState *child, Error **errp) in bus_check_address()
108 bool qdev_set_parent_bus(DeviceState *dev, BusState *bus, Error **errp) in qdev_set_parent_bus()
110 BusState *old_parent_bus = dev->parent_bus; in qdev_set_parent_bus()
257 BusState *bus; in device_reset_child_foreach()
264 bool qdev_realize(DeviceState *dev, BusState *bus, Error **errp) in qdev_realize()
279 bool qdev_realize_and_unref(DeviceState *dev, BusState *bus, Error **errp) in qdev_realize_and_unref()
317 BusState *qdev_get_parent_bus(const DeviceState *dev) in qdev_get_parent_bus()
322 BusState *qdev_get_child_bus(DeviceState *dev, const char *name) in qdev_get_child_bus()
324 BusState *bus; in qdev_get_child_bus()
327 bus = (BusState *)object_dynamic_cast(child, TYPE_BUS); in qdev_get_child_bus()
345 BusState *bus; in qdev_walk_children()
373 DeviceState *qdev_find_recursive(BusState *bus, const char *id) in qdev_find_recursive()
377 BusState *child; in qdev_find_recursive()
459 BusState *bus; in device_set_realized()
710 BusState *bus; in device_unparent()