Searched refs:lynx_accel (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/sm750fb/ |
| H A D | sm750_accel.c | 21 static inline void write_dpr(struct lynx_accel *accel, int offset, u32 regValue) in write_dpr() 26 static inline u32 read_dpr(struct lynx_accel *accel, int offset) in read_dpr() 31 static inline void write_dpPort(struct lynx_accel *accel, u32 data) in write_dpPort() 36 void sm750_hw_de_init(struct lynx_accel *accel) in sm750_hw_de_init() 76 void sm750_hw_set2dformat(struct lynx_accel *accel, int fmt) in sm750_hw_set2dformat() 88 int sm750_hw_fillrect(struct lynx_accel *accel, in sm750_hw_fillrect() 148 int sm750_hw_copyarea(struct lynx_accel *accel, in sm750_hw_copyarea() 287 static unsigned int deGetTransparency(struct lynx_accel *accel) in deGetTransparency() 317 int sm750_hw_imageblit(struct lynx_accel *accel, const char *pSrcbuf, in sm750_hw_imageblit()
|
| H A D | sm750.h | 51 struct lynx_accel { struct 58 void (*de_init)(struct lynx_accel *); argument 62 int (*de_fillrect)(struct lynx_accel *, argument 66 int (*de_copyarea)(struct lynx_accel *, argument 71 int (*de_imageblit)(struct lynx_accel *, const char *, argument 84 struct lynx_accel accel;
|
| H A D | sm750_accel.h | 188 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,
|