Searched refs:lynx_accel (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/staging/sm750fb/ |
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() 149 int sm750_hw_copyarea(struct lynx_accel *accel, in sm750_hw_copyarea() 288 static unsigned int deGetTransparency(struct lynx_accel *accel) in deGetTransparency() 319 int sm750_hw_imageblit(struct lynx_accel *accel, const char *pSrcbuf, in sm750_hw_imageblit()
|
D | sm750.h | 51 struct lynx_accel { struct 58 void (*de_init)(struct lynx_accel *accel); argument 62 int (*de_fillrect)(struct lynx_accel *accel, argument 67 int (*de_copyarea)(struct lynx_accel *accel, argument 75 int (*de_imageblit)(struct lynx_accel *accel, const char *p_srcbuf, argument 88 struct lynx_accel accel;
|
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,
|