Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Di8254_internal.h60 struct PITCommonClass { struct
61 DeviceClass parent_class;
63 void (*set_channel_gate)(PITCommonState *s, PITChannelState *sc, int val);
64 void (*get_channel_info)(PITCommonState *s, PITChannelState *sc,
66 void (*pre_save)(PITCommonState *s);
67 void (*post_load)(PITCommonState *s);
H A Di8254.h43 OBJECT_DECLARE_TYPE(PITCommonState, PITCommonClass, PIT_COMMON) in OBJECT_DECLARE_TYPE() argument