Searched refs:ssd0303_state (Results 1 – 1 of 1) sorted by relevance
50 OBJECT_DECLARE_SIMPLE_TYPE(ssd0303_state, SSD0303)52 struct ssd0303_state { struct77 ssd0303_state *s = SSD0303(i2c); in ssd0303_send() argument188 ssd0303_state *s = SSD0303(i2c); in ssd0303_event()208 ssd0303_state *s = (ssd0303_state *)opaque; in ssd0303_update_display()276 ssd0303_state *s = (ssd0303_state *)opaque; in ssd0303_invalidate_display()285 VMSTATE_INT32(row, ssd0303_state),286 VMSTATE_INT32(col, ssd0303_state),287 VMSTATE_INT32(start_line, ssd0303_state),288 VMSTATE_INT32(mirror, ssd0303_state),[all …]