Home
last modified time | relevance | path

Searched refs:CirrusVGAState (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/display/
H A Dcirrus_vga.c186 CirrusVGAState cirrus_vga;
1108 CirrusVGAState * s = container_of(s1, CirrusVGAState, vga); in cirrus_get_params()
1153 CirrusVGAState * s = container_of(s1, CirrusVGAState, vga); in cirrus_get_bpp()
2010 CirrusVGAState *s = opaque; in cirrus_vga_mem_read()
2054 CirrusVGAState *s = opaque; in cirrus_vga_mem_write()
2191 CirrusVGAState *s = container_of(s1, CirrusVGAState, vga); in cirrus_cursor_invalidate()
2254 CirrusVGAState *s = container_of(s1, CirrusVGAState, vga); in cirrus_cursor_draw_line()
2323 CirrusVGAState *s = opaque; in cirrus_linear_read()
2352 CirrusVGAState *s = opaque; in cirrus_linear_write()
2401 CirrusVGAState *s = opaque; in cirrus_linear_bitblt_read()
[all …]
H A Dcirrus_vga_rop.h25 static inline void glue(rop_8_, ROP_NAME)(CirrusVGAState *s, in glue()
32 static inline void glue(rop_tr_8_, ROP_NAME)(CirrusVGAState *s, in glue()
43 static inline void glue(rop_16_, ROP_NAME)(CirrusVGAState *s, in glue()
51 static inline void glue(rop_tr_16_, ROP_NAME)(CirrusVGAState *s, in glue()
63 static inline void glue(rop_32_, ROP_NAME)(CirrusVGAState *s, in glue()
79 glue(cirrus_bitblt_rop_fwd_, ROP_NAME)(CirrusVGAState *s, in glue()
105 glue(cirrus_bitblt_rop_bkwd_, ROP_NAME)(CirrusVGAState *s, in glue()
126 glue(glue(cirrus_bitblt_rop_fwd_transp_, ROP_NAME),_8)(CirrusVGAState *s, in glue()
155 glue(glue(cirrus_bitblt_rop_bkwd_transp_, ROP_NAME),_8)(CirrusVGAState *s, in glue()
179 glue(glue(cirrus_bitblt_rop_fwd_transp_, ROP_NAME),_16)(CirrusVGAState *s, in glue()
[all …]
H A Dcirrus_vga_internal.h43 struct CirrusVGAState;
44 typedef void (*cirrus_bitblt_rop_t)(struct CirrusVGAState *s,
49 typedef struct CirrusVGAState { struct
97 } CirrusVGAState; argument
99 void cirrus_init_common(CirrusVGAState *s, Object *owner,
H A Dcirrus_vga_rop2.h43 (CirrusVGAState *s, uint32_t dstaddr, in glue()
100 (CirrusVGAState *s, uint32_t dstaddr, in glue()
149 (CirrusVGAState *s, uint32_t dstaddr, in glue()
185 (CirrusVGAState *s, uint32_t dstaddr, in glue()
229 (CirrusVGAState *s, uint32_t dstaddr, in glue()
263 (CirrusVGAState *s, in glue()
H A Dcirrus_vga_isa.c42 CirrusVGAState cirrus_vga;