Lines Matching refs:DeviceClass
48 DeviceClass *dc = DEVICE_GET_CLASS(dev); in qdev_get_vmsd()
111 DeviceClass *dc = DEVICE_GET_CLASS(dev); in qdev_set_parent_bus()
296 DeviceClass *dc; in qdev_assert_realized_properly_cb()
442 DeviceClass *dc = DEVICE_GET_CLASS(obj); in check_only_migratable()
457 DeviceClass *dc = DEVICE_GET_CLASS(dev); in device_set_realized()
622 DeviceClass *dc = DEVICE_GET_CLASS(obj); in device_get_hotpluggable()
698 DeviceClass *klass = DEVICE_CLASS(class); in device_class_base_init()
736 DeviceClass *dc = DEVICE_CLASS(class); in device_class_init()
774 DeviceClass *dc = DEVICE_GET_CLASS(obj); in do_legacy_reset()
779 void device_class_set_legacy_reset(DeviceClass *dc, DeviceReset dev_reset) in device_class_set_legacy_reset()
798 void device_class_set_parent_realize(DeviceClass *dc, in device_class_set_parent_realize()
806 void device_class_set_parent_unrealize(DeviceClass *dc, in device_class_set_parent_unrealize()
872 .class_size = sizeof(DeviceClass),