Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Ds390-ccw.h21 typedef struct S390CCWDeviceClass S390CCWDeviceClass; typedef
32 struct S390CCWDeviceClass { struct
33 CCWDeviceClass parent_class;
34 bool (*realize)(S390CCWDevice *dev, char *sysfsdev, Error **errp);
35 void (*unrealize)(S390CCWDevice *dev);
36 IOInstEnding (*handle_request) (SubchDev *sch);
37 int (*handle_halt) (SubchDev *sch);
38 int (*handle_clear) (SubchDev *sch);
39 IOInstEnding (*handle_store) (SubchDev *sch);