• Home
  • Raw
  • Download

Lines Matching defs:par

82 	struct w100fb_par *par=info->par;  in flip_show()  local
91 struct w100fb_par *par=info->par; in flip_store() local
141 struct w100fb_par *par=info->par; in fastpllclk_show() local
149 struct w100fb_par *par=info->par; in fastpllclk_store() local
183 struct w100fb_par *par=info->par; in w100fb_get_hsynclen() local
193 static void w100fb_clear_screen(struct w100fb_par *par) in w100fb_clear_screen()
235 struct w100fb_par *par = info->par; in w100fb_blank() local
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() local
521 struct w100fb_par *par=info->par; in w100fb_set_par() local
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() local
622 struct w100fb_par *par=info->par; in w100fb_resume() local
645 struct w100fb_par *par; in w100fb_probe() local
794 struct w100fb_par *par=info->par; in w100fb_remove() local
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()