Lines Matching refs:w100fb_par

43 static void w100_hw_init(struct w100fb_par*);
44 static void w100_pwm_setup(struct w100fb_par*);
45 static void w100_init_clocks(struct w100fb_par*);
46 static void w100_setup_memory(struct w100fb_par*);
47 static void w100_init_lcd(struct w100fb_par*);
48 static void w100_set_dispregs(struct w100fb_par*);
51 static void calc_hsync(struct w100fb_par *par);
52 static void w100_init_graphic_engine(struct w100fb_par *par);
82 struct w100fb_par *par=info->par; in flip_show()
91 struct w100fb_par *par=info->par; in flip_store()
141 struct w100fb_par *par=info->par; in fastpllclk_show()
149 struct w100fb_par *par=info->par; in fastpllclk_store()
183 struct w100fb_par *par=info->par; in w100fb_get_hsynclen()
193 static void w100fb_clear_screen(struct w100fb_par *par) in w100fb_clear_screen()
235 struct w100fb_par *par = info->par; in w100fb_blank()
294 static void w100_init_graphic_engine(struct w100fb_par *par) in w100_init_graphic_engine()
412 static void w100fb_activate_var(struct w100fb_par *par) in w100fb_activate_var()
439 static struct w100_mode *w100fb_get_mode(struct w100fb_par *par, unsigned int *x, unsigned int *y, … in w100fb_get_mode()
476 struct w100fb_par *par=info->par; in w100fb_check_var()
521 struct w100fb_par *par=info->par; in w100fb_set_par()
565 static void w100fb_save_vidmem(struct w100fb_par *par) in w100fb_save_vidmem()
583 static void w100fb_restore_vidmem(struct w100fb_par *par) in w100fb_restore_vidmem()
607 struct w100fb_par *par=info->par; in w100fb_suspend()
622 struct w100fb_par *par=info->par; in w100fb_resume()
645 struct w100fb_par *par; in w100fb_probe()
681 info=framebuffer_alloc(sizeof(struct w100fb_par), &pdev->dev); in w100fb_probe()
794 struct w100fb_par *par=info->par; in w100fb_remove()
876 static void w100_hw_init(struct w100fb_par *par) in w100_hw_init()
1196 static int w100_set_pll_freq(struct w100fb_par *par, unsigned int freq) in w100_set_pll_freq()
1211 static void w100_pwm_setup(struct w100fb_par *par) in w100_pwm_setup()
1291 static void w100_init_clocks(struct w100fb_par *par) in w100_init_clocks()
1304 static void w100_init_lcd(struct w100fb_par *par) in w100_init_lcd()
1371 static void w100_setup_memory(struct w100fb_par *par) in w100_setup_memory()
1424 static void w100_set_dispregs(struct w100fb_par *par) in w100_set_dispregs()
1516 static void calc_hsync(struct w100fb_par *par) in calc_hsync()