Searched refs:ssd0323_state (Results 1 – 1 of 1) sorted by relevance
51 struct ssd0323_state { struct71 OBJECT_DECLARE_SIMPLE_TYPE(ssd0323_state, SSD0323) in OBJECT_DECLARE_SIMPLE_TYPE() argument76 ssd0323_state *s = SSD0323(dev); in OBJECT_DECLARE_SIMPLE_TYPE()186 ssd0323_state *s = (ssd0323_state *)opaque; in ssd0323_update_display()278 ssd0323_state *s = (ssd0323_state *)opaque; in ssd0323_invalidate_display()285 ssd0323_state *s = (ssd0323_state *)opaque; in ssd0323_cd()292 ssd0323_state *s = (ssd0323_state *)opaque; in ssd0323_post_load()328 VMSTATE_UINT32(cmd_len, ssd0323_state),329 VMSTATE_INT32(cmd, ssd0323_state),330 VMSTATE_INT32_ARRAY(cmd_data, ssd0323_state, 8),[all …]