Searched refs:lynx_accel (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/staging/sm750fb/ |
| H A D | sm750_accel.c | 6 static inline void write_dpr(struct lynx_accel *accel, int offset, u32 reg_value) in write_dpr() 11 static inline u32 read_dpr(struct lynx_accel *accel, int offset) in read_dpr() 16 static inline void write_dp_port(struct lynx_accel *accel, u32 data) in write_dp_port() 21 void sm750_hw_de_init(struct lynx_accel *accel) in sm750_hw_de_init() 61 void sm750_hw_set2dformat(struct lynx_accel *accel, int fmt) in sm750_hw_set2dformat() 73 int sm750_hw_fillrect(struct lynx_accel *accel, in sm750_hw_fillrect() 135 int sm750_hw_copyarea(struct lynx_accel *accel, in sm750_hw_copyarea() 275 static unsigned int de_get_transparency(struct lynx_accel *accel) in de_get_transparency() 304 int sm750_hw_imageblit(struct lynx_accel *accel, const char *src_buf, in sm750_hw_imageblit()
|
| H A D | sm750.h | 42 struct lynx_accel { struct 49 void (*de_init)(struct lynx_accel *accel); argument 53 int (*de_fillrect)(struct lynx_accel *accel, argument 58 int (*de_copyarea)(struct lynx_accel *accel, argument 66 int (*de_imageblit)(struct lynx_accel *accel, const char *p_srcbuf, argument 79 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, 236 int sm750_hw_imageblit(struct lynx_accel *accel, const char *src_buf,
|