Searched defs:S390CCWDeviceClass (Results 1 – 1 of 1) sorted by relevance
21 typedef struct S390CCWDeviceClass S390CCWDeviceClass; typedef32 struct S390CCWDeviceClass { struct33 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);