Searched refs:lynx_accel (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/staging/sm750fb/ |
| D | sm750.h | 50 struct lynx_accel { struct 57 void (*de_init)(struct lynx_accel *); argument 61 int (*de_fillrect)(struct lynx_accel *, u32, u32, u32, u32, argument 64 int (*de_copyarea)(struct lynx_accel *, u32, u32, u32, u32, argument 68 int (*de_imageblit)(struct lynx_accel *, const char *, u32, u32, u32, u32, argument 80 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() 139 struct lynx_accel *accel, in hw_copyarea() 284 static unsigned int deGetTransparency(struct lynx_accel *accel) in deGetTransparency() 298 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,
|