Home
last modified time | relevance | path

Searched refs:IDEDeviceClass (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dide-dev.c41 IDEDeviceClass *dc = IDE_DEVICE_GET_CLASS(dev); in ide_qdev_realize()
206 IDEDeviceClass *k = IDE_DEVICE_CLASS(klass); in ide_hd_class_init()
229 IDEDeviceClass *k = IDE_DEVICE_CLASS(klass); in ide_cd_class_init()
258 .class_size = sizeof(IDEDeviceClass),
H A Dcf.c38 IDEDeviceClass *k = IDE_DEVICE_CLASS(klass); in ide_cf_class_init()
/openbmc/qemu/include/hw/ide/
H A Dide-dev.h36 OBJECT_DECLARE_TYPE(IDEDevice, IDEDeviceClass, IDE_DEVICE)
145 struct IDEDeviceClass { struct