lpitch 1104 drivers/video/fbdev/nvidia/nvidia.c int lpitch; lpitch 1157 drivers/video/fbdev/nvidia/nvidia.c lpitch = info->var.xres_virtual * lpitch 1159 drivers/video/fbdev/nvidia/nvidia.c info->var.yres_virtual = info->screen_size / lpitch; lpitch 565 drivers/video/fbdev/pm2fb.c u32 lpitch; lpitch 601 drivers/video/fbdev/pm2fb.c lpitch = var->xres * ((var->bits_per_pixel + 7) >> 3); lpitch 613 drivers/video/fbdev/pm2fb.c if (lpitch * var->yres_virtual > info->fix.smem_len) { lpitch 913 drivers/video/fbdev/pm3fb.c u32 lpitch; lpitch 982 drivers/video/fbdev/pm3fb.c lpitch = var->xres * ((var->bits_per_pixel + 7) >> 3); lpitch 994 drivers/video/fbdev/pm3fb.c if (lpitch * var->yres_virtual > info->fix.smem_len) { lpitch 2173 drivers/video/fbdev/savage/savagefb_driver.c int err, lpitch; lpitch 2252 drivers/video/fbdev/savage/savagefb_driver.c lpitch = info->var.xres_virtual*((info->var.bits_per_pixel + 7) >> 3); lpitch 2253 drivers/video/fbdev/savage/savagefb_driver.c info->var.yres_virtual = info->fix.smem_len/lpitch; lpitch 439 drivers/video/fbdev/tdfxfb.c u32 lpitch; lpitch 478 drivers/video/fbdev/tdfxfb.c lpitch = var->xres * ((var->bits_per_pixel + 7) >> 3); lpitch 490 drivers/video/fbdev/tdfxfb.c if (lpitch * var->yres_virtual > info->fix.smem_len) { lpitch 491 drivers/video/fbdev/tdfxfb.c var->yres_virtual = info->fix.smem_len / lpitch; lpitch 1377 drivers/video/fbdev/tdfxfb.c int err, lpitch; lpitch 1525 drivers/video/fbdev/tdfxfb.c lpitch = info->var.xres_virtual * ((info->var.bits_per_pixel + 7) >> 3); lpitch 1526 drivers/video/fbdev/tdfxfb.c info->var.yres_virtual = info->fix.smem_len / lpitch;