Home
last modified time | relevance | path

Searched refs:w100fb_par (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/video/
Dw100fb.h15 struct w100fb_par;
23 void (*change)(struct w100fb_par*);
24 void (*suspend)(struct w100fb_par*);
25 void (*resume)(struct w100fb_par*);
133 struct w100fb_par { struct
/linux-6.1.9/drivers/video/fbdev/
Dw100fb.c43 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()
[all …]
/linux-6.1.9/arch/arm/mach-pxa/
Dhx4700.c402 static void w3220_lcd_suspend(struct w100fb_par *wfb) in w3220_lcd_suspend()
407 static void w3220_lcd_resume(struct w100fb_par *wfb) in w3220_lcd_resume()
Deseries.c866 static void e800_tg_change(struct w100fb_par *par) in e800_tg_change()