Searched refs:lynx_accel (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/sm750fb/ |
D | sm750.h | 19 struct lynx_accel{ struct 26 void (*de_init)(struct lynx_accel *); argument 30 int (*de_fillrect)(struct lynx_accel *,u32,u32,u32, argument 33 int (*de_copyarea)(struct lynx_accel *,u32,u32,u32,u32, argument 37 int (*de_imageblit)(struct lynx_accel *,const char *,u32,u32,u32, argument 51 struct lynx_accel accel;
|
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 hw_de_init(struct lynx_accel * accel) in hw_de_init() 82 void hw_set2dformat(struct lynx_accel * accel,int fmt) in hw_set2dformat() 92 int hw_fillrect(struct lynx_accel * accel, in hw_fillrect() 140 struct lynx_accel * accel, in hw_copyarea() 306 static unsigned int deGetTransparency(struct lynx_accel * accel) in deGetTransparency() 320 int hw_imageblit(struct lynx_accel *accel, in hw_imageblit()
|
D | sm750_accel.h | 237 void hw_set2dformat(struct lynx_accel * accel,int fmt); 239 void hw_de_init(struct lynx_accel * accel); 241 int hw_fillrect(struct lynx_accel * accel, 247 struct lynx_accel * accel, 261 int hw_imageblit(struct lynx_accel *accel,
|