Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Ds390-ccw.h21 typedef struct S390CCWDeviceClass S390CCWDeviceClass; typedef
22 DECLARE_OBJ_CHECKERS(S390CCWDevice, S390CCWDeviceClass,
32 struct S390CCWDeviceClass { struct
/openbmc/qemu/hw/s390x/
H A Ds390-ccw.c25 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(sch->driver_data); in s390_ccw_cmd_request()
35 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(sch->driver_data); in s390_ccw_halt()
45 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(sch->driver_data); in s390_ccw_clear()
55 S390CCWDeviceClass *cdc = NULL; in s390_ccw_store()
180 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_CLASS(klass); in s390_ccw_class_init()
191 .class_size = sizeof(S390CCWDeviceClass),
/openbmc/qemu/hw/vfio/
H A Dccw.c579 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(cdev); in vfio_ccw_realize()
644 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(cdev); in vfio_ccw_unrealize()
704 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_CLASS(klass); in vfio_ccw_class_init()