hitfb_var 33 drivers/video/fbdev/hitfb.c static struct fb_var_screeninfo hitfb_var = { hitfb_var 348 drivers/video/fbdev/hitfb.c hitfb_var.bits_per_pixel = 8; hitfb_var 349 drivers/video/fbdev/hitfb.c hitfb_var.xres = lcdclor; hitfb_var 352 drivers/video/fbdev/hitfb.c hitfb_var.bits_per_pixel = 16; hitfb_var 353 drivers/video/fbdev/hitfb.c hitfb_var.xres = lcdclor / 2; hitfb_var 357 drivers/video/fbdev/hitfb.c hitfb_fix.visual = (hitfb_var.bits_per_pixel == 8) ? hitfb_var 359 drivers/video/fbdev/hitfb.c hitfb_var.yres = ldvndr + 1; hitfb_var 360 drivers/video/fbdev/hitfb.c hitfb_var.xres_virtual = hitfb_var.xres; hitfb_var 361 drivers/video/fbdev/hitfb.c hitfb_var.yres_virtual = hitfb_fix.smem_len / lcdclor; hitfb_var 362 drivers/video/fbdev/hitfb.c switch (hitfb_var.bits_per_pixel) { hitfb_var 364 drivers/video/fbdev/hitfb.c hitfb_var.red.offset = 0; hitfb_var 365 drivers/video/fbdev/hitfb.c hitfb_var.red.length = 8; hitfb_var 366 drivers/video/fbdev/hitfb.c hitfb_var.green.offset = 0; hitfb_var 367 drivers/video/fbdev/hitfb.c hitfb_var.green.length = 8; hitfb_var 368 drivers/video/fbdev/hitfb.c hitfb_var.blue.offset = 0; hitfb_var 369 drivers/video/fbdev/hitfb.c hitfb_var.blue.length = 8; hitfb_var 370 drivers/video/fbdev/hitfb.c hitfb_var.transp.offset = 0; hitfb_var 371 drivers/video/fbdev/hitfb.c hitfb_var.transp.length = 0; hitfb_var 374 drivers/video/fbdev/hitfb.c hitfb_var.red.offset = 11; hitfb_var 375 drivers/video/fbdev/hitfb.c hitfb_var.red.length = 5; hitfb_var 376 drivers/video/fbdev/hitfb.c hitfb_var.green.offset = 5; hitfb_var 377 drivers/video/fbdev/hitfb.c hitfb_var.green.length = 6; hitfb_var 378 drivers/video/fbdev/hitfb.c hitfb_var.blue.offset = 0; hitfb_var 379 drivers/video/fbdev/hitfb.c hitfb_var.blue.length = 5; hitfb_var 380 drivers/video/fbdev/hitfb.c hitfb_var.transp.offset = 0; hitfb_var 381 drivers/video/fbdev/hitfb.c hitfb_var.transp.length = 0; hitfb_var 390 drivers/video/fbdev/hitfb.c info->var = hitfb_var;