Searched refs:lynxfb_output (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/sm750fb/ |
D | sm750_hw.h | 91 int hw_sm750_output_checkMode(struct lynxfb_output*,struct fb_var_screeninfo*); 92 int hw_sm750_output_setMode(struct lynxfb_output*,struct fb_var_screeninfo*,struct fb_fix_screeninf… 96 int hw_sm750_setBLANK(struct lynxfb_output*,int); 97 int hw_sm750le_setBLANK(struct lynxfb_output*,int); 99 void hw_sm750_output_clear(struct lynxfb_output*);
|
D | sm750.h | 130 struct lynxfb_output{ struct 147 int(*proc_setMode)(struct lynxfb_output*, argument 151 int(*proc_checkMode)(struct lynxfb_output*,struct fb_var_screeninfo*); argument 152 int(*proc_setBLANK)(struct lynxfb_output*,int); argument 153 void (*clear)(struct lynxfb_output*); argument 161 struct lynxfb_output output;
|
D | sm750_hw.c | 214 int hw_sm750_output_checkMode(struct lynxfb_output* output, struct fb_var_screeninfo* var) in hw_sm750_output_checkMode() 221 int hw_sm750_output_setMode(struct lynxfb_output* output, in hw_sm750_output_setMode() 262 void hw_sm750_output_clear(struct lynxfb_output* output) in hw_sm750_output_clear() 432 int hw_sm750le_setBLANK(struct lynxfb_output * output, int blank){ in hw_sm750le_setBLANK() 486 int hw_sm750_setBLANK(struct lynxfb_output* output,int blank) in hw_sm750_setBLANK()
|
D | sm750.c | 325 struct lynxfb_output *output; in lynxfb_ops_set_par() 537 struct lynxfb_output *output; in lynxfb_ops_check_var() 684 struct lynxfb_output *output; in lynxfb_ops_blank() 697 struct lynxfb_output *output; in sm750fb_set_drv() 797 struct lynxfb_output *output; in lynxfb_set_fbinfo()
|