Searched defs:SpaprVioDeviceClass (Results 1 – 1 of 1) sorted by relevance
47 struct SpaprVioDeviceClass { struct48 DeviceClass parent_class;50 const char *dt_name, *dt_type, *dt_compatible;51 target_ulong signal_mask;52 uint32_t rtce_window_size;53 void (*realize)(SpaprVioDevice *dev, Error **errp);54 void (*reset)(SpaprVioDevice *dev);55 int (*devnode)(SpaprVioDevice *dev, void *fdt, int node_off);56 const char *(*get_dt_compatible)(SpaprVioDevice *dev);