Searched refs:lynx_accel (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/staging/sm750fb/
H A Dsm750.h51 struct lynx_accel { struct
58 void (*de_init)(struct lynx_accel *accel);
62 int (*de_fillrect)(struct lynx_accel *accel,
67 int (*de_copyarea)(struct lynx_accel *accel,
75 int (*de_imageblit)(struct lynx_accel *accel, const char *p_srcbuf,
88 struct lynx_accel accel;
H A Dsm750_accel.c20 static inline void write_dpr(struct lynx_accel *accel, int offset, u32 regValue)
25 static inline u32 read_dpr(struct lynx_accel *accel, int offset)
30 static inline void write_dpPort(struct lynx_accel *accel, u32 data)
35 void sm750_hw_de_init(struct lynx_accel *accel)
75 void sm750_hw_set2dformat(struct lynx_accel *accel, int fmt)
87 int sm750_hw_fillrect(struct lynx_accel *accel,
148 int sm750_hw_copyarea(struct lynx_accel *accel,
287 static unsigned int deGetTransparency(struct lynx_accel *accel)
318 int sm750_hw_imageblit(struct lynx_accel *accel, const char *pSrcbuf,
H A Dsm750_accel.h188 void sm750_hw_set2dformat(struct lynx_accel *accel, int fmt);
190 void sm750_hw_de_init(struct lynx_accel *accel);
192 int sm750_hw_fillrect(struct lynx_accel *accel,
212 int sm750_hw_copyarea(struct lynx_accel *accel,
238 int sm750_hw_imageblit(struct lynx_accel *accel, const char *pSrcbuf,

Completed in 127 milliseconds