Lines Matching refs:w100fb_par
47 static void w100_hw_init(struct w100fb_par*);
48 static void w100_pwm_setup(struct w100fb_par*);
49 static void w100_init_clocks(struct w100fb_par*);
50 static void w100_setup_memory(struct w100fb_par*);
51 static void w100_init_lcd(struct w100fb_par*);
52 static void w100_set_dispregs(struct w100fb_par*);
55 static void calc_hsync(struct w100fb_par *par);
56 static void w100_init_graphic_engine(struct w100fb_par *par);
86 struct w100fb_par *par=info->par; in flip_show()
95 struct w100fb_par *par=info->par; in flip_store()
145 struct w100fb_par *par=info->par; in fastpllclk_show()
153 struct w100fb_par *par=info->par; in fastpllclk_store()
178 struct w100fb_par *par=info->par; in w100fb_get_hsynclen()
188 static void w100fb_clear_screen(struct w100fb_par *par) in w100fb_clear_screen()
230 struct w100fb_par *par = info->par; in w100fb_blank()
289 static void w100_init_graphic_engine(struct w100fb_par *par) in w100_init_graphic_engine()
407 static void w100fb_activate_var(struct w100fb_par *par) in w100fb_activate_var()
434 static struct w100_mode *w100fb_get_mode(struct w100fb_par *par, unsigned int *x, unsigned int *y, … in w100fb_get_mode()
471 struct w100fb_par *par=info->par; in w100fb_check_var()
516 struct w100fb_par *par=info->par; in w100fb_set_par()
560 static void w100fb_save_vidmem(struct w100fb_par *par) in w100fb_save_vidmem()
578 static void w100fb_restore_vidmem(struct w100fb_par *par) in w100fb_restore_vidmem()
600 struct w100fb_par *par=info->par; in w100fb_suspend()
615 struct w100fb_par *par=info->par; in w100fb_resume()
638 struct w100fb_par *par; in w100fb_probe()
674 info=framebuffer_alloc(sizeof(struct w100fb_par), &pdev->dev); in w100fb_probe()
788 struct w100fb_par *par=info->par; in w100fb_remove()
871 static void w100_hw_init(struct w100fb_par *par) in w100_hw_init()
1190 static int w100_set_pll_freq(struct w100fb_par *par, unsigned int freq) in w100_set_pll_freq()
1205 static void w100_pwm_setup(struct w100fb_par *par) in w100_pwm_setup()
1285 static void w100_init_clocks(struct w100fb_par *par) in w100_init_clocks()
1298 static void w100_init_lcd(struct w100fb_par *par) in w100_init_lcd()
1365 static void w100_setup_memory(struct w100fb_par *par) in w100_setup_memory()
1418 static void w100_set_dispregs(struct w100fb_par *par) in w100_set_dispregs()
1510 static void calc_hsync(struct w100fb_par *par) in calc_hsync()