Home
last modified time | relevance | path

Searched refs:w100_mode (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/video/
Dw100fb.h67 struct w100_mode { struct
114 struct w100_mode *modelist;
142 struct w100_mode *mode;
/linux-6.1.9/arch/arm/mach-pxa/
Dhimalaya.c39 static struct w100_mode himalaya4_lcd_mode = {
62 static struct w100_mode himalaya6_lcd_mode = {
Deseries.c371 static struct w100_mode e740_lcd_mode = {
579 static struct w100_mode e750_lcd_mode = {
799 static struct w100_mode e800_lcd_mode[2] = {
Dcorgi.c213 static struct w100_mode corgi_fb_modes[] = {
Dhx4700.c431 static struct w100_mode w3220_modes[] = {
/linux-6.1.9/drivers/video/fbdev/
Dw100fb.c439 static struct w100_mode *w100fb_get_mode(struct w100fb_par *par, unsigned int *x, unsigned int *y, … in w100fb_get_mode()
441 struct w100_mode *mode = NULL; in w100fb_get_mode()
442 struct w100_mode *modelist = par->mach->modelist; in w100fb_get_mode()
1293 struct w100_mode *mode = par->mode; in w100_init_clocks()
1307 struct w100_mode *mode = par->mode; in w100_init_lcd()
1519 struct w100_mode *mode = par->mode; in calc_hsync()