Searched refs:lynxfb_crtc (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/sm750fb/ |
D | sm750_hw.h | 93 int hw_sm750_crtc_checkMode(struct lynxfb_crtc*,struct fb_var_screeninfo*); 94 int hw_sm750_crtc_setMode(struct lynxfb_crtc*,struct fb_var_screeninfo*,struct fb_fix_screeninfo*); 95 int hw_sm750_setColReg(struct lynxfb_crtc*,ushort,ushort,ushort,ushort); 98 void hw_sm750_crtc_clear(struct lynxfb_crtc*); 100 int hw_sm750_pan_display(struct lynxfb_crtc *crtc,
|
D | sm750.h | 99 struct lynxfb_crtc{ struct 115 int(*proc_setMode)(struct lynxfb_crtc*, argument 119 int(*proc_checkMode)(struct lynxfb_crtc*,struct fb_var_screeninfo*); argument 120 int(*proc_setColReg)(struct lynxfb_crtc*,ushort,ushort,ushort,ushort); argument 121 void (*clear)(struct lynxfb_crtc*); argument 123 int (*proc_panDisplay)(struct lynxfb_crtc *, argument 160 struct lynxfb_crtc crtc;
|
D | sm750_hw.c | 268 int hw_sm750_crtc_checkMode(struct lynxfb_crtc* crtc, struct fb_var_screeninfo* var) in hw_sm750_crtc_checkMode() 297 int hw_sm750_crtc_setMode(struct lynxfb_crtc* crtc, in hw_sm750_crtc_setMode() 418 void hw_sm750_crtc_clear(struct lynxfb_crtc* crtc) in hw_sm750_crtc_clear() 424 int hw_sm750_setColReg(struct lynxfb_crtc* crtc, ushort index, in hw_sm750_setColReg() 617 int hw_sm750_pan_display(struct lynxfb_crtc *crtc, in hw_sm750_pan_display()
|
D | sm750.c | 132 struct lynxfb_crtc *crtc; in lynxfb_ops_cursor() 305 struct lynxfb_crtc *crtc; in lynxfb_ops_pan_display() 324 struct lynxfb_crtc *crtc; in lynxfb_ops_set_par() 469 struct lynxfb_crtc *crtc; in lynxfb_resume() 536 struct lynxfb_crtc *crtc; in lynxfb_ops_check_var() 634 struct lynxfb_crtc *crtc; in lynxfb_ops_setcolreg() 698 struct lynxfb_crtc *crtc; in sm750fb_set_drv() 796 struct lynxfb_crtc *crtc; in lynxfb_set_fbinfo()
|