Searched refs:TCXState (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | tcx.c | 59 OBJECT_DECLARE_SIMPLE_TYPE(TCXState, TCX) 61 struct TCXState { struct 99 static void tcx_set_dirty(TCXState *s, ram_addr_t addr, int len) in tcx_set_dirty() argument 111 static int tcx_check_dirty(TCXState *s, DirtyBitmapSnapshot *snap, in tcx_check_dirty() 128 static void update_palette_entries(TCXState *s, int start, int end) in update_palette_entries() 138 static void tcx_draw_line32(TCXState *s1, uint8_t *d, in tcx_draw_line32() 151 static void tcx_draw_cursor32(TCXState *s1, uint8_t *d, in tcx_draw_cursor32() 181 static inline void tcx24_draw_line32(TCXState *s1, uint8_t *d, in tcx24_draw_line32() 214 TCXState *ts = opaque; in tcx_update_display() 264 TCXState *ts = opaque; in tcx24_update_display() [all …]
|