line_length 104 arch/microblaze/kernel/cpu/cache.c #define CACHE_ALL_LOOP(cache_size, line_length, op) \ line_length 106 arch/microblaze/kernel/cpu/cache.c unsigned int len = cache_size - line_length; \ line_length 107 arch/microblaze/kernel/cpu/cache.c int step = -line_length; \ line_length 125 arch/microblaze/kernel/cpu/cache.c #define CACHE_RANGE_LOOP_2(start, end, line_length, op) \ line_length 127 arch/microblaze/kernel/cpu/cache.c int step = -line_length; \ line_length 128 arch/microblaze/kernel/cpu/cache.c int align = ~(line_length - 1); \ line_length 130 arch/microblaze/kernel/cpu/cache.c end = ((end & align) == end) ? end - line_length : end & align; \ line_length 142 arch/microblaze/kernel/cpu/cache.c #define CACHE_RANGE_LOOP_1(start, end, line_length, op) \ line_length 145 arch/microblaze/kernel/cpu/cache.c unsigned int align = ~(line_length - 1); \ line_length 146 arch/microblaze/kernel/cpu/cache.c end = ((end & align) == end) ? end - line_length : end & align; \ line_length 154 arch/microblaze/kernel/cpu/cache.c "r" (line_length) : "memory"); \ line_length 33 drivers/auxdisplay/cfag12864bfb.c .line_length = CFAG12864B_WIDTH / 8, line_length 84 drivers/auxdisplay/ht16k33.c .line_length = HT16K33_MATRIX_LED_MAX_ROWS, line_length 673 drivers/gpu/drm/drm_fb_helper.c y1 = min / info->fix.line_length; line_length 674 drivers/gpu/drm/drm_fb_helper.c y2 = min_t(u32, DIV_ROUND_UP(max, info->fix.line_length), line_length 1672 drivers/gpu/drm/drm_fb_helper.c info->fix.line_length = pitch; line_length 93 drivers/gpu/drm/gma500/framebuffer.c int pages = info->fix.line_length >> 12; line_length 223 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_fbdev.c fix->ypanstep, fix->ywrapstep, fix->line_length, line_length 215 drivers/gpu/drm/nouveau/nv04_fbcon.c OUT_RING(chan, info->fix.line_length | (info->fix.line_length << 16)); line_length 240 drivers/gpu/drm/nouveau/nv50_fbcon.c OUT_RING(chan, info->fix.line_length); line_length 249 drivers/gpu/drm/nouveau/nv50_fbcon.c OUT_RING(chan, info->fix.line_length); line_length 240 drivers/gpu/drm/nouveau/nvc0_fbcon.c OUT_RING (chan, info->fix.line_length); line_length 251 drivers/gpu/drm/nouveau/nvc0_fbcon.c OUT_RING (chan, info->fix.line_length); line_length 44 drivers/gpu/drm/omapdrm/omap_fbdev.c npages = fbi->fix.line_length >> PAGE_SHIFT; line_length 770 drivers/gpu/drm/stm/ltdc.c u32 val, pitch_in_bytes, line_length, paddr, ahbp, avbp, bpcr; line_length 819 drivers/gpu/drm/stm/ltdc.c line_length = fb->format->cpp[0] * line_length 821 drivers/gpu/drm/stm/ltdc.c val = ((pitch_in_bytes << 16) | line_length); line_length 122 drivers/gpu/drm/via/via_dmablit.c line_len = xfer->line_length; line_length 584 drivers/gpu/drm/via/via_dmablit.c if (xfer->num_lines <= 0 || xfer->line_length <= 0) { line_length 596 drivers/gpu/drm/via/via_dmablit.c if ((xfer->mem_stride - xfer->line_length) > 2*PAGE_SIZE) { line_length 598 drivers/gpu/drm/via/via_dmablit.c "Length: %d\n", xfer->mem_stride, xfer->line_length); line_length 602 drivers/gpu/drm/via/via_dmablit.c if ((xfer->mem_stride == xfer->line_length) && line_length 603 drivers/gpu/drm/via/via_dmablit.c (xfer->fb_stride == xfer->line_length)) { line_length 605 drivers/gpu/drm/via/via_dmablit.c xfer->line_length = xfer->mem_stride; line_length 625 drivers/gpu/drm/via/via_dmablit.c if (xfer->mem_stride < xfer->line_length || line_length 626 drivers/gpu/drm/via/via_dmablit.c abs(xfer->fb_stride) < xfer->line_length) { line_length 240 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c ((dst_y1 + par->fb_y) * info->fix.line_length + line_length 246 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c src_ptr += info->fix.line_length; line_length 340 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c y1 = min / info->fix.line_length; line_length 341 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c y2 = (max / info->fix.line_length) + 1; line_length 703 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c info->fix.line_length = fb_pitch; line_length 54 drivers/hid/hid-picolcd_fb.c .line_length = PICOLCDFB_WIDTH / 8, line_length 405 drivers/hid/hid-picolcd_fb.c info->fix.line_length = PICOLCDFB_WIDTH / 8; line_length 412 drivers/hid/hid-picolcd_fb.c info->fix.line_length = PICOLCDFB_WIDTH; line_length 628 drivers/media/pci/ivtv/ivtvfb.c fix->line_length = oi->display_byte_stride; line_length 829 drivers/media/pci/ivtv/ivtvfb.c osd_pan_index = var->yoffset * info->fix.line_length line_length 860 drivers/media/platform/davinci/vpbe_display.c cfg->line_length = pixfmt->bytesperline; line_length 147 drivers/media/platform/davinci/vpbe_osd.c (fb_base_phys & ~0x1F) - lconfig->line_length, line_length 150 drivers/media/platform/davinci/vpbe_osd.c (fb_base_phys & ~0x1F) + lconfig->line_length, line_length 524 drivers/media/platform/davinci/vpbe_osd.c !cfg->line_length || line_length 623 drivers/media/platform/davinci/vpbe_osd.c cbcr_offset_32 = win->lconfig.line_length * line_length 876 drivers/media/platform/davinci/vpbe_osd.c if (!lconfig->line_length || !lconfig->xsize || !lconfig->ysize) { line_length 882 drivers/media/platform/davinci/vpbe_osd.c lconfig->line_length = ((lconfig->line_length + 31) / 32) * 32; line_length 883 drivers/media/platform/davinci/vpbe_osd.c lconfig->line_length = line_length 884 drivers/media/platform/davinci/vpbe_osd.c min(lconfig->line_length, (unsigned)MAX_LINE_LENGTH); line_length 1003 drivers/media/platform/davinci/vpbe_osd.c osd_write(sd, lconfig->line_length >> 5, OSD_OSDWIN0OFST); line_length 1020 drivers/media/platform/davinci/vpbe_osd.c osd_write(sd, lconfig->line_length >> 5, OSD_VIDWIN0OFST); line_length 1039 drivers/media/platform/davinci/vpbe_osd.c osd_write(sd, lconfig->line_length >> 5, line_length 1152 drivers/media/platform/davinci/vpbe_osd.c osd_write(sd, lconfig->line_length >> 5, OSD_OSDWIN1OFST); line_length 1169 drivers/media/platform/davinci/vpbe_osd.c osd_write(sd, lconfig->line_length >> 5, OSD_VIDWIN1OFST); line_length 1187 drivers/media/platform/davinci/vpbe_osd.c osd_write(sd, lconfig->line_length >> 5, line_length 1381 drivers/media/platform/davinci/vpbe_osd.c cfg->line_length = 0; line_length 206 drivers/media/platform/omap/omap_vout.c int ps = 2, line_length = 0; line_length 213 drivers/media/platform/omap/omap_vout.c vout->line_length = line_length = pix->width; line_length 225 drivers/media/platform/omap/omap_vout.c *cropped_offset = (line_length * ps) * line_length 326 drivers/media/platform/omap/omap_vout_vrfb.c int offset = 0, ctop = 0, cleft = 0, line_length = 0; line_length 353 drivers/media/platform/omap/omap_vout_vrfb.c line_length = MAX_PIXELS_PER_LINE; line_length 357 drivers/media/platform/omap/omap_vout_vrfb.c line_length = pix->width; line_length 359 drivers/media/platform/omap/omap_vout_vrfb.c vout->line_length = line_length; line_length 366 drivers/media/platform/omap/omap_vout_vrfb.c *cropped_offset = offset + line_length * line_length 369 drivers/media/platform/omap/omap_vout_vrfb.c *cropped_offset = offset + line_length * temp_ps * line_length 370 drivers/media/platform/omap/omap_vout_vrfb.c cleft + crop->top * temp_ps + (line_length * line_length 380 drivers/media/platform/omap/omap_vout_vrfb.c *cropped_offset = offset + (line_length * ps * ctop) + line_length 384 drivers/media/platform/omap/omap_vout_vrfb.c *cropped_offset = offset + (line_length * ps * ctop) + line_length 385 drivers/media/platform/omap/omap_vout_vrfb.c (cleft / vr_ps) * ps + (line_length * line_length 394 drivers/media/platform/omap/omap_vout_vrfb.c *cropped_offset = offset + line_length * line_length 397 drivers/media/platform/omap/omap_vout_vrfb.c *cropped_offset = offset + line_length * line_length 399 drivers/media/platform/omap/omap_vout_vrfb.c (line_length * ((crop->width / vr_ps) - 1) * line_length 405 drivers/media/platform/omap/omap_vout_vrfb.c *cropped_offset = (line_length * ps) * line_length 408 drivers/media/platform/omap/omap_vout_vrfb.c *cropped_offset = (line_length * ps) * line_length 410 drivers/media/platform/omap/omap_vout_vrfb.c (line_length * (crop->height - 1) * ps); line_length 414 drivers/media/platform/omap/omap_vout_vrfb.c *cropped_offset = (line_length * ps * crop->top) / line_length 169 drivers/media/platform/omap/omap_voutdef.h int ps, vr_ps, line_length, first_int, field_id; line_length 264 drivers/media/platform/ti-vpe/vpdma_priv.h static inline u32 dtd_xfer_length_height(int line_length, int xfer_height) line_length 266 drivers/media/platform/ti-vpe/vpdma_priv.h return (line_length << DTD_LINE_LENGTH_SHFT) | xfer_height; line_length 121 drivers/media/platform/vivid/vivid-osd.c fix->line_length = dev->display_byte_stride; line_length 218 drivers/staging/fbtft/fb_uc1611.c int line_length = par->info->fix.line_length; line_length 219 drivers/staging/fbtft/fb_uc1611.c int y_start = offset / line_length; line_length 220 drivers/staging/fbtft/fb_uc1611.c int y_end = (offset + len - 1) / line_length; line_length 229 drivers/staging/fbtft/fb_uc1611.c i = y_start * line_length; line_length 231 drivers/staging/fbtft/fb_uc1611.c for (x = 0; x < line_length; x += 2) { line_length 242 drivers/staging/fbtft/fb_uc1611.c i = y_start * line_length; line_length 244 drivers/staging/fbtft/fb_uc1611.c for (x = 0; x < line_length; x++) { line_length 246 drivers/staging/fbtft/fb_uc1611.c *buf8 |= vmem8[i + line_length] & 0xF0; line_length 250 drivers/staging/fbtft/fb_uc1611.c i += line_length; line_length 263 drivers/staging/fbtft/fb_uc1611.c i = y_start * line_length; line_length 265 drivers/staging/fbtft/fb_uc1611.c for (x = 0; x < line_length; x += 2) { line_length 277 drivers/staging/fbtft/fb_uc1611.c i = y_start * line_length; line_length 279 drivers/staging/fbtft/fb_uc1611.c for (x = 0; x < line_length; x++) { line_length 282 drivers/staging/fbtft/fb_uc1611.c *buf16 |= vmem8[i + line_length] & 0xF0; line_length 286 drivers/staging/fbtft/fb_uc1611.c i += line_length; line_length 69 drivers/staging/fbtft/fb_watterott.c start_line = offset / par->info->fix.line_length; line_length 70 drivers/staging/fbtft/fb_watterott.c end_line = start_line + (len / par->info->fix.line_length) - 1; line_length 84 drivers/staging/fbtft/fb_watterott.c par->txbuf.buf, 10 + par->info->fix.line_length); line_length 107 drivers/staging/fbtft/fb_watterott.c start_line = offset / par->info->fix.line_length; line_length 108 drivers/staging/fbtft/fb_watterott.c end_line = start_line + (len / par->info->fix.line_length) - 1; line_length 284 drivers/staging/fbtft/fbtft-core.c offset = start_line * par->info->fix.line_length; line_length 285 drivers/staging/fbtft/fbtft-core.c len = (end_line - start_line + 1) * par->info->fix.line_length; line_length 356 drivers/staging/fbtft/fbtft-core.c y_low = index / info->fix.line_length; line_length 357 drivers/staging/fbtft/fbtft-core.c y_high = (index + PAGE_SIZE - 1) / info->fix.line_length; line_length 675 drivers/staging/fbtft/fbtft-core.c info->fix.line_length = width * bpp / 8; line_length 179 drivers/staging/sm750fb/sm750.c pitch = info->fix.line_length; line_length 217 drivers/staging/sm750fb/sm750.c pitch = info->fix.line_length; line_length 251 drivers/staging/sm750fb/sm750.c pitch = info->fix.line_length; line_length 308 drivers/staging/sm750fb/sm750.c unsigned int line_length; line_length 321 drivers/staging/sm750fb/sm750.c line_length = var->xres_virtual * var->bits_per_pixel / 8; line_length 322 drivers/staging/sm750fb/sm750.c line_length = ALIGN(line_length, crtc->line_pad); line_length 323 drivers/staging/sm750fb/sm750.c fix->line_length = line_length; line_length 324 drivers/staging/sm750fb/sm750.c pr_info("fix->line_length = %d\n", fix->line_length); line_length 761 drivers/staging/sm750fb/sm750.c int ret, line_length; line_length 860 drivers/staging/sm750fb/sm750.c line_length = ALIGN((var->xres_virtual * var->bits_per_pixel / 8), line_length 866 drivers/staging/sm750fb/sm750.c info->screen_size = line_length * var->yres_virtual; line_length 891 drivers/staging/sm750fb/sm750.c fix->line_length = line_length; line_length 327 drivers/staging/sm750fb/sm750_hw.c reg |= (fix->line_length & PANEL_FB_WIDTH_OFFSET_MASK); line_length 361 drivers/staging/sm750fb/sm750_hw.c reg |= (fix->line_length & CRT_FB_WIDTH_OFFSET_MASK); line_length 555 drivers/staging/sm750fb/sm750_hw.c total = var->yoffset * info->fix.line_length + line_length 135 drivers/video/fbdev/68328fb.c u_long line_length; line_length 180 drivers/video/fbdev/68328fb.c line_length = line_length 182 drivers/video/fbdev/68328fb.c if (line_length * var->yres_virtual > videomemorysize) line_length 267 drivers/video/fbdev/68328fb.c info->fix.line_length = get_line_length(info->var.xres_virtual, line_length 456 drivers/video/fbdev/68328fb.c fb_info.fix.line_length = line_length 438 drivers/video/fbdev/acornfb.c u_int off = var->yoffset * info->fix.line_length; line_length 554 drivers/video/fbdev/acornfb.c info->fix.line_length = (info->var.xres * info->var.bits_per_pixel) / 8; line_length 707 drivers/video/fbdev/acornfb.c fb_info.fix.line_length = 0; line_length 56 drivers/video/fbdev/amba-clcd.c ustart += fb->fb.var.yoffset * fb->fb.fix.line_length; line_length 57 drivers/video/fbdev/amba-clcd.c lstart = ustart + fb->fb.var.yres * fb->fb.fix.line_length / 2; line_length 297 drivers/video/fbdev/amba-clcd.c fb->fb.fix.line_length = fb->fb.var.xres_virtual * line_length 2420 drivers/video/fbdev/amifb.c info->fix.line_length = div8(upx(16 << maxfmode, par->vxres)); line_length 185 drivers/video/fbdev/arkfb.c dst1 = info->screen_base + (image->dy * info->fix.line_length) line_length 197 drivers/video/fbdev/arkfb.c dst1 += info->fix.line_length; line_length 210 drivers/video/fbdev/arkfb.c dst1 = info->screen_base + (rect->dy * info->fix.line_length) line_length 218 drivers/video/fbdev/arkfb.c dst1 += info->fix.line_length; line_length 243 drivers/video/fbdev/arkfb.c dst1 = info->screen_base + (image->dy * info->fix.line_length) line_length 255 drivers/video/fbdev/arkfb.c dst1 += info->fix.line_length; line_length 623 drivers/video/fbdev/arkfb.c info->fix.line_length = (info->var.xres_virtual * bpp) / 8; line_length 633 drivers/video/fbdev/arkfb.c screen_size = info->var.yres_virtual * info->fix.line_length; line_length 636 drivers/video/fbdev/arkfb.c info->fix.line_length = 0; line_length 903 drivers/video/fbdev/arkfb.c offset = (var->yoffset * info->fix.line_length) + line_length 296 drivers/video/fbdev/asiliantfb.c p->fix.line_length = p->var.xres * (p->var.bits_per_pixel >> 3); line_length 482 drivers/video/fbdev/asiliantfb.c .line_length = 640, line_length 587 drivers/video/fbdev/atafb.c fix->line_length = par->next_line; line_length 888 drivers/video/fbdev/atafb.c fix->line_length = par->next_line; line_length 1813 drivers/video/fbdev/atafb.c fix->line_length = par->next_line; line_length 2131 drivers/video/fbdev/atafb.c fix->line_length = par->next_line; line_length 320 drivers/video/fbdev/atmel_lcdfb.c dma_addr = (fix->smem_start + var->yoffset * fix->line_length line_length 586 drivers/video/fbdev/atmel_lcdfb.c info->fix.line_length = DIV_ROUND_UP(bits_per_line, 8); line_length 1533 drivers/video/fbdev/aty/aty128fb.c info->fix.line_length = (par->crtc.vxres * par->crtc.bpp) >> 3; line_length 790 drivers/video/fbdev/aty/atyfb_base.c u32 line_length = vxres * bpp / 8; line_length 794 drivers/video/fbdev/aty/atyfb_base.c line_length = (line_length + 63) & ~63; line_length 796 drivers/video/fbdev/aty/atyfb_base.c return line_length; line_length 809 drivers/video/fbdev/aty/atyfb_base.c u32 line_length; line_length 866 drivers/video/fbdev/aty/atyfb_base.c line_length = calc_line_length(par, vxres, bpp); line_length 868 drivers/video/fbdev/aty/atyfb_base.c if (vyres * line_length > info->fix.smem_len) line_length 1009 drivers/video/fbdev/aty/atyfb_base.c ((yoffset * line_length + xoffset * bpp / 8) / 8) | line_length 1010 drivers/video/fbdev/aty/atyfb_base.c ((line_length / bpp) << 22); line_length 1439 drivers/video/fbdev/aty/atyfb_base.c info->fix.line_length = calc_line_length(par, var->xres_virtual, line_length 1559 drivers/video/fbdev/aty/atyfb_base.c u32 line_length = info->fix.line_length; line_length 1563 drivers/video/fbdev/aty/atyfb_base.c ((yoffset * line_length + xoffset * bpp / 8) / 8) | line_length 1564 drivers/video/fbdev/aty/atyfb_base.c ((line_length / bpp) << 22); line_length 73 drivers/video/fbdev/aty/mach64_accel.c pitch_value = info->fix.line_length / (info->var.bits_per_pixel / 8); line_length 969 drivers/video/fbdev/aty/radeon_base.c OUTREG(CRTC_OFFSET, (var->yoffset * info->fix.line_length + line_length 1950 drivers/video/fbdev/aty/radeon_base.c info->fix.line_length = rinfo->pitch*64; line_length 1952 drivers/video/fbdev/aty/radeon_base.c info->fix.line_length = mode->xres_virtual line_length 1960 drivers/video/fbdev/aty/radeon_base.c rinfo->depth, info->fix.line_length); line_length 168 drivers/video/fbdev/au1100fb.c info->fix.line_length = info->var.xres_virtual / line_length 179 drivers/video/fbdev/au1100fb.c info->fix.line_length = info->var.xres_virtual << 1; /* depth=16 */ line_length 184 drivers/video/fbdev/au1100fb.c info->fix.line_length = info->var.xres_virtual / 8; line_length 187 drivers/video/fbdev/au1100fb.c info->screen_size = info->fix.line_length * info->var.yres_virtual; line_length 205 drivers/video/fbdev/au1100fb.c (info->fix.line_length * line_length 212 drivers/video/fbdev/au1100fb.c words = info->fix.line_length / sizeof(u32); line_length 321 drivers/video/fbdev/au1100fb.c dmaaddr += (fbi->fix.line_length * dy); line_length 328 drivers/video/fbdev/au1100fb.c dmaaddr += (fbi->fix.line_length * dy); line_length 951 drivers/video/fbdev/au1200fb.c | LCD_WINCTRL2_BX_N(fbdev->fb_info->fix.line_length) line_length 1011 drivers/video/fbdev/au1200fb.c fbi->fix.line_length = fbi->var.xres_virtual / line_length 1016 drivers/video/fbdev/au1200fb.c fbi->fix.line_length = fbi->var.xres_virtual * (fbi->var.bits_per_pixel / 8); line_length 1021 drivers/video/fbdev/au1200fb.c fbi->fix.line_length = fbi->var.xres_virtual / 8; line_length 1024 drivers/video/fbdev/au1200fb.c fbi->screen_size = fbi->fix.line_length * fbi->var.yres_virtual; line_length 1025 drivers/video/fbdev/au1200fb.c print_dbg("line length: %d\n", fbi->fix.line_length); line_length 101 drivers/video/fbdev/broadsheetfb.c .line_length = DPY_W, line_length 1121 drivers/video/fbdev/broadsheetfb.c broadsheetfb_fix.line_length = dpyw; line_length 190 drivers/video/fbdev/bw2.c info->fix.line_length = linebytes; line_length 427 drivers/video/fbdev/carminefb.c info->fix.line_length = info->var.xres * info->var.bits_per_pixel / 8; line_length 364 drivers/video/fbdev/cg14.c info->fix.line_length = linebytes; line_length 255 drivers/video/fbdev/cg3.c info->fix.line_length = linebytes; line_length 647 drivers/video/fbdev/cg6.c info->fix.line_length = linebytes; line_length 117 drivers/video/fbdev/chipsfb.c info->fix.line_length = 800*2; line_length 133 drivers/video/fbdev/chipsfb.c info->fix.line_length = 800; line_length 299 drivers/video/fbdev/chipsfb.c .line_length = 800, line_length 401 drivers/video/fbdev/cirrusfb.c u_short line_length); line_length 406 drivers/video/fbdev/cirrusfb.c u_short line_length, u_char blitmode); line_length 677 drivers/video/fbdev/cirrusfb.c info->fix.line_length = var->xres_virtual / 8; line_length 682 drivers/video/fbdev/cirrusfb.c info->fix.line_length = var->xres_virtual; line_length 688 drivers/video/fbdev/cirrusfb.c info->fix.line_length = var->xres_virtual * line_length 1204 drivers/video/fbdev/cirrusfb.c pitch = info->fix.line_length >> 3; line_length 1328 drivers/video/fbdev/cirrusfb.c base = var->yoffset * info->fix.line_length + xoffset; line_length 1766 drivers/video/fbdev/cirrusfb.c info->fix.line_length, 0x40); line_length 1806 drivers/video/fbdev/cirrusfb.c info->fix.line_length); line_length 1844 drivers/video/fbdev/cirrusfb.c info->fix.line_length, 0x40); line_length 1851 drivers/video/fbdev/cirrusfb.c info->fix.line_length, op); line_length 2598 drivers/video/fbdev/cirrusfb.c u_short bltmode, u_short line_length) line_length 2603 drivers/video/fbdev/cirrusfb.c vga_wgfx(regbase, CL_GR24, line_length & 0xff); line_length 2605 drivers/video/fbdev/cirrusfb.c vga_wgfx(regbase, CL_GR25, line_length >> 8); line_length 2607 drivers/video/fbdev/cirrusfb.c vga_wgfx(regbase, CL_GR26, line_length & 0xff); line_length 2609 drivers/video/fbdev/cirrusfb.c vga_wgfx(regbase, CL_GR27, line_length >> 8); line_length 2659 drivers/video/fbdev/cirrusfb.c u_short line_length) line_length 2677 drivers/video/fbdev/cirrusfb.c nsrc = (cury * line_length) + curx; line_length 2678 drivers/video/fbdev/cirrusfb.c ndest = (desty * line_length) + destx; line_length 2683 drivers/video/fbdev/cirrusfb.c nsrc += nheight * line_length + nwidth; line_length 2684 drivers/video/fbdev/cirrusfb.c ndest += nheight * line_length + nwidth; line_length 2690 drivers/video/fbdev/cirrusfb.c nsrc, ndest, bltmode, line_length); line_length 2701 drivers/video/fbdev/cirrusfb.c u32 fg_color, u32 bg_color, u_short line_length, line_length 2704 drivers/video/fbdev/cirrusfb.c u_long ndest = (y * line_length) + x; line_length 2731 drivers/video/fbdev/cirrusfb.c 0, ndest, op | blitmode, line_length); line_length 123 drivers/video/fbdev/clps711x-fb.c info->fix.line_length = info->var.xres * info->var.bits_per_pixel / 8; line_length 121 drivers/video/fbdev/cobalt_lcdfb.c .line_length = LCD_XRES_MAX, line_length 254 drivers/video/fbdev/cobalt_lcdfb.c LCD_TEXT_POS(info->fix.line_length * y + x)); line_length 234 drivers/video/fbdev/controlfb.c info->fix.line_length = p->par.pitch; line_length 385 drivers/video/fbdev/core/cfbcopyarea.c unsigned long const bits_per_line = p->fix.line_length*8u; line_length 300 drivers/video/fbdev/core/cfbfillrect.c dst_idx += rect->dy*p->fix.line_length*8+rect->dx*bpp; line_length 329 drivers/video/fbdev/core/cfbfillrect.c dst_idx += p->fix.line_length*8; line_length 362 drivers/video/fbdev/core/cfbfillrect.c dst_idx += p->fix.line_length*8; line_length 126 drivers/video/fbdev/core/cfbimgblt.c dst1 += p->fix.line_length; line_length 128 drivers/video/fbdev/core/cfbimgblt.c dst2 += p->fix.line_length; line_length 145 drivers/video/fbdev/core/cfbimgblt.c u32 val, pitch = p->fix.line_length; line_length 260 drivers/video/fbdev/core/cfbimgblt.c dst1 += p->fix.line_length; line_length 276 drivers/video/fbdev/core/cfbimgblt.c bitstart = (dy * p->fix.line_length * 8) + (dx * bpp); line_length 278 drivers/video/fbdev/core/cfbimgblt.c pitch_index = (p->fix.line_length & (bpl - 1)) * 8; line_length 1194 drivers/video/fbdev/core/fbmem.c u32 line_length; line_length 1263 drivers/video/fbdev/core/fbmem.c err |= put_user(fix->line_length, &fix32->line_length); line_length 296 drivers/video/fbdev/core/fbsysfs.c return snprintf(buf, PAGE_SIZE, "%d\n", fb_info->fix.line_length); line_length 319 drivers/video/fbdev/core/syscopyarea.c unsigned long const bits_per_line = p->fix.line_length*8u; line_length 265 drivers/video/fbdev/core/sysfillrect.c dst_idx += rect->dy*p->fix.line_length*8+rect->dx*bpp; line_length 292 drivers/video/fbdev/core/sysfillrect.c dst_idx += p->fix.line_length*8; line_length 326 drivers/video/fbdev/core/sysfillrect.c dst_idx += p->fix.line_length*8; line_length 100 drivers/video/fbdev/core/sysimgblt.c dst1 += p->fix.line_length; line_length 102 drivers/video/fbdev/core/sysimgblt.c dst2 += p->fix.line_length; line_length 117 drivers/video/fbdev/core/sysimgblt.c u32 val, pitch = p->fix.line_length; line_length 235 drivers/video/fbdev/core/sysimgblt.c dst1 += p->fix.line_length; line_length 251 drivers/video/fbdev/core/sysimgblt.c bitstart = (dy * p->fix.line_length * 8) + (dx * bpp); line_length 253 drivers/video/fbdev/core/sysimgblt.c pitch_index = (p->fix.line_length & (bpl - 1)) * 8; line_length 933 drivers/video/fbdev/cyber2000fb.c cfb->fb.fix.line_length = var->xres_virtual * var->bits_per_pixel / 8; line_length 942 drivers/video/fbdev/cyber2000fb.c mem = cfb->fb.fix.line_length * var->yres_virtual; line_length 1231 drivers/video/fbdev/da8xx-fb.c new_var.yoffset * fix->line_length + line_length 1233 drivers/video/fbdev/da8xx-fb.c end = start + fbi->var.yres * fix->line_length - 1; line_length 1272 drivers/video/fbdev/da8xx-fb.c info->fix.line_length = (par->mode.xres * par->cfg.bpp) / 8; line_length 1281 drivers/video/fbdev/da8xx-fb.c info->var.yoffset * info->fix.line_length + line_length 1284 drivers/video/fbdev/da8xx-fb.c info->var.yres * info->fix.line_length - 1; line_length 1440 drivers/video/fbdev/da8xx-fb.c da8xx_fb_fix.line_length = (lcdc_info->xres * lcd_cfg->bpp) / 8; line_length 1444 drivers/video/fbdev/da8xx-fb.c da8xx_fb_fix.line_length - 1; line_length 136 drivers/video/fbdev/dnfb.c .line_length = 256, line_length 159 drivers/video/fbdev/dnfb.c src = (ushort *)(info->screen_base + area->sy * info->fix.line_length + line_length 161 drivers/video/fbdev/dnfb.c dest = area->dy * (info->fix.line_length >> 1) + (area->dx >> 4); line_length 164 drivers/video/fbdev/dnfb.c y_delta = (info->fix.line_length * 8) - area->sx - area->width; line_length 174 drivers/video/fbdev/dnfb.c y_delta = -((info->fix.line_length * 8) - area->sx - area->width); line_length 405 drivers/video/fbdev/efifb.c efifb_fix.line_length = screen_info.lfb_linelength; line_length 410 drivers/video/fbdev/efifb.c size_vmode = efifb_defined.yres * efifb_fix.line_length; line_length 501 drivers/video/fbdev/efifb.c efifb_defined.bits_per_pixel, efifb_fix.line_length, line_length 506 drivers/video/fbdev/efifb.c efifb_fix.line_length; line_length 278 drivers/video/fbdev/ep93xx-fb.c info->fix.line_length = info->var.xres_virtual * line_length 285 drivers/video/fbdev/ep93xx-fb.c ep93xxfb_writel(fbi, info->fix.line_length / 4, EP93XXFB_VLINE_STEP); line_length 343 drivers/video/fbdev/fb-puv3.c u_long line_length; line_length 388 drivers/video/fbdev/fb-puv3.c line_length = line_length 390 drivers/video/fbdev/fb-puv3.c if (line_length * var->yres_virtual > UNIFB_MEMSIZE) line_length 504 drivers/video/fbdev/fb-puv3.c info->fix.line_length = get_line_length(info->var.xres_virtual, line_length 892 drivers/video/fbdev/ffb.c info->fix.line_length = 8192; line_length 134 drivers/video/fbdev/fm2fb.c .line_length = (768 << 2), line_length 791 drivers/video/fbdev/fsl-diu-fb.c fix->line_length = var->xres_virtual * var->bits_per_pixel / 8; line_length 870 drivers/video/fbdev/fsl-diu-fb.c u32 smem_len = info->fix.line_length * info->var.yres_virtual; line_length 1140 drivers/video/fbdev/fsl-diu-fb.c len = info->var.yres_virtual * info->fix.line_length; line_length 234 drivers/video/fbdev/g364fb.c fb_fix.line_length = (xres / 8) * fb_var.bits_per_pixel; line_length 654 drivers/video/fbdev/gbefb.c info->fix.line_length = info->var.xres_virtual * bytesPerPixel; line_length 839 drivers/video/fbdev/gbefb.c fix->line_length = var->xres_virtual * var->bits_per_pixel / 8; line_length 903 drivers/video/fbdev/gbefb.c unsigned int line_length; line_length 945 drivers/video/fbdev/gbefb.c line_length = var->xres_virtual * var->bits_per_pixel / 8; line_length 946 drivers/video/fbdev/gbefb.c if (line_length * var->yres_virtual > gbe_mem_size) line_length 102 drivers/video/fbdev/geode/display_gx.c write_dc(par, DC_GFX_PITCH, info->fix.line_length >> 3); line_length 134 drivers/video/fbdev/geode/display_gx1.c writel(info->fix.line_length >> 2, par->dc_regs + DC_LINE_DELTA); line_length 139 drivers/video/fbdev/geode/gx1fb_core.c info->fix.line_length = gx1_line_delta(info->var.xres, info->var.bits_per_pixel); line_length 164 drivers/video/fbdev/geode/gxfb_core.c info->fix.line_length = gx_line_delta(info->var.xres, info->var.bits_per_pixel); line_length 272 drivers/video/fbdev/geode/lxfb_core.c info->fix.line_length = lx_get_pitch(info->var.xres, line_length 398 drivers/video/fbdev/geode/lxfb_ops.c if (info->fix.line_length > 4096) line_length 400 drivers/video/fbdev/geode/lxfb_ops.c else if (info->fix.line_length > 2048) line_length 402 drivers/video/fbdev/geode/lxfb_ops.c else if (info->fix.line_length > 1024) line_length 407 drivers/video/fbdev/geode/lxfb_ops.c max = info->fix.line_length * info->var.yres; line_length 417 drivers/video/fbdev/geode/lxfb_ops.c write_dc(par, DC_GFX_PITCH, info->fix.line_length >> 3); line_length 121 drivers/video/fbdev/goldfishfb.c info->fix.line_length = info->var.xres * 2; line_length 219 drivers/video/fbdev/goldfishfb.c fb->fb.fix.line_length = width * 2; line_length 34 drivers/video/fbdev/grvga.c u32 line_length; /* 0x10 */ line_length 161 drivers/video/fbdev/grvga.c &par->regs->line_length); line_length 184 drivers/video/fbdev/grvga.c info->fix.line_length = (info->var.xres_virtual*info->var.bits_per_pixel)/8; line_length 244 drivers/video/fbdev/grvga.c base_addr = fix->smem_start + (var->yoffset * fix->line_length); line_length 505 drivers/video/fbdev/gxt4500.c info->fix.line_length = stride * pixsize[pixfmt]; line_length 57 drivers/video/fbdev/hecubafb.c .line_length = DPY_W, line_length 129 drivers/video/fbdev/hgafb.c .line_length = 90, line_length 166 drivers/video/fbdev/hitfb.c fb_writew((yoffset*info->fix.line_length)>>10, HD64461_LCDCBAR); line_length 295 drivers/video/fbdev/hitfb.c info->fix.line_length = info->var.xres; line_length 300 drivers/video/fbdev/hitfb.c info->fix.line_length = info->var.xres*2; line_length 306 drivers/video/fbdev/hitfb.c fb_writew(info->fix.line_length, HD64461_LCDCLOR); line_length 356 drivers/video/fbdev/hitfb.c hitfb_fix.line_length = lcdclor; line_length 242 drivers/video/fbdev/hpfb.c fb_info.fix.line_length = fb_width; line_length 256 drivers/video/fbdev/hpfb.c hpfb_defined.xres, hpfb_defined.yres, hpfb_defined.bits_per_pixel, fb_info.fix.line_length); line_length 273 drivers/video/fbdev/hyperv_fb.c msg.situ.video_output[0].pitch_bytes = info->fix.line_length; line_length 820 drivers/video/fbdev/hyperv_fb.c info->fix.line_length = screen_width * screen_depth / 8; line_length 850 drivers/video/fbdev/i740fb.c info->fix.line_length = line_length 321 drivers/video/fbdev/i810/i810_accel.c dest = info->fix.smem_start + (dy * info->fix.line_length) + dx; line_length 322 drivers/video/fbdev/i810/i810_accel.c color_blit(width, height, info->fix.line_length, dest, rop, color, line_length 353 drivers/video/fbdev/i810/i810_accel.c pitch = info->fix.line_length; line_length 356 drivers/video/fbdev/i810/i810_accel.c pitch = (-(info->fix.line_length)) & 0xFFFF; line_length 360 drivers/video/fbdev/i810/i810_accel.c src = info->fix.smem_start + (sy * info->fix.line_length) + sx; line_length 361 drivers/video/fbdev/i810/i810_accel.c dest = info->fix.smem_start + (dy * info->fix.line_length) + dx; line_length 390 drivers/video/fbdev/i810/i810_accel.c dst = info->fix.smem_start + (image->dy * info->fix.line_length) + line_length 399 drivers/video/fbdev/i810/i810_accel.c image->height, info->fix.line_length, line_length 995 drivers/video/fbdev/i810/i810_main.c int line_length, vidmem, mode_valid = 0, retval = 0; line_length 1001 drivers/video/fbdev/i810/i810_main.c line_length = get_line_length(par, vxres, var->bits_per_pixel); line_length 1002 drivers/video/fbdev/i810/i810_main.c vidmem = line_length*vyres; line_length 1005 drivers/video/fbdev/i810/i810_main.c vyres = par->fb.size/line_length; line_length 1010 drivers/video/fbdev/i810/i810_main.c line_length = get_line_length(par, vxres, line_length 1012 drivers/video/fbdev/i810/i810_main.c vidmem = line_length * info->var.yres; line_length 1119 drivers/video/fbdev/i810/i810_main.c fix->line_length = par->pitch; line_length 1383 drivers/video/fbdev/i810/i810_main.c var->yoffset * info->fix.line_length; line_length 748 drivers/video/fbdev/imsttfb.c __u32 off = var->yoffset * (info->fix.line_length >> 3) line_length 998 drivers/video/fbdev/imsttfb.c line_pitch = info->fix.line_length; line_length 1049 drivers/video/fbdev/imsttfb.c line_pitch = info->fix.line_length; line_length 1431 drivers/video/fbdev/imsttfb.c info->fix.line_length = info->var.xres * (info->var.bits_per_pixel >> 3); line_length 477 drivers/video/fbdev/imxfb.c info->fix.line_length = var->xres_virtual * var->bits_per_pixel / 8; line_length 1135 drivers/video/fbdev/intelfb/intelfbdrv.c dinfo->info->fix.line_length = dinfo->pitch; line_length 1162 drivers/video/fbdev/intelfb/intelfbdrv.c dinfo->info->fix.line_length = dinfo->pitch; line_length 520 drivers/video/fbdev/kyro/fbdev.c info->fix.line_length = get_line_length(par->XRES, par->PIXDEPTH); line_length 443 drivers/video/fbdev/leo.c info->fix.line_length = 8192; line_length 562 drivers/video/fbdev/macfb.c macfb_fix.line_length = mac_bi_data.videorow; line_length 563 drivers/video/fbdev/macfb.c macfb_fix.smem_len = macfb_fix.line_length * macfb_defined.yres; line_length 583 drivers/video/fbdev/macfb.c macfb_defined.bits_per_pixel, macfb_fix.line_length); line_length 770 drivers/video/fbdev/matrox/matroxfb_base.c minfo->fbcon.fix.line_length = (var->xres_virtual * var->bits_per_pixel) >> 3; line_length 341 drivers/video/fbdev/matrox/matroxfb_crtc2.c m2info->fbcon.fix.line_length = (var->xres_virtual * var->bits_per_pixel) >> 3; line_length 59 drivers/video/fbdev/maxinefb.c .line_length = 1024, line_length 513 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c fbi->fix.line_length = (fbi->var.xres_virtual * line_length 515 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c fbi->fix.smem_len = fbi->fix.line_length * fbi->var.yres_virtual; line_length 242 drivers/video/fbdev/mbx/mbxfb.c info->fix.line_length = var->xres_virtual * var->bits_per_pixel / 8; line_length 967 drivers/video/fbdev/mbx/mbxfb.c fbi->fix.line_length = mbxfb_default.xres_virtual * line_length 109 drivers/video/fbdev/metronomefb.c .line_length = DPY_W, line_length 640 drivers/video/fbdev/metronomefb.c metronomefb_fix.line_length = fw; line_length 377 drivers/video/fbdev/mmp/fb/mmpfb.c info->fix.line_length = var->xres_virtual * var->bits_per_pixel / 8; line_length 521 drivers/video/fbdev/mmp/fb/mmpfb.c info->fix.line_length = info->var.xres_virtual * line_length 745 drivers/video/fbdev/mx3fb.c fix->line_length = var->xres_virtual * var->bits_per_pixel / 8; line_length 809 drivers/video/fbdev/mx3fb.c mem_len = fbi->var.yres_virtual * fbi->fix.line_length; line_length 1168 drivers/video/fbdev/mx3fb.c offset = var->yoffset * fbi->fix.line_length line_length 1153 drivers/video/fbdev/neofb.c info->fix.line_length = line_length 1414 drivers/video/fbdev/neofb.c src = sx * (info->var.bits_per_pixel >> 3) + sy*info->fix.line_length; line_length 1415 drivers/video/fbdev/neofb.c dst = dx * (info->var.bits_per_pixel >> 3) + dy*info->fix.line_length; line_length 1485 drivers/video/fbdev/neofb.c image->dy * info->fix.line_length), &par->neo2200->dstStart); line_length 207 drivers/video/fbdev/nvidia/nv_accel.c pitch = info->fix.line_length; line_length 660 drivers/video/fbdev/nvidia/nvidia.c info->fix.line_length = (info->var.xres_virtual * line_length 689 drivers/video/fbdev/nvidia/nvidia.c info->var.bits_per_pixel, info->fix.line_length); line_length 920 drivers/video/fbdev/nvidia/nvidia.c total = var->yoffset * info->fix.line_length + var->xoffset; line_length 218 drivers/video/fbdev/ocfb.c fix->line_length = var->xres * var->bits_per_pixel/8; line_length 219 drivers/video/fbdev/ocfb.c fix->smem_len = fix->line_length * var->yres; line_length 434 drivers/video/fbdev/offb.c fix->line_length = pitch; line_length 187 drivers/video/fbdev/omap/omapfb_main.c offset = var->yoffset * fbi->fix.line_length + line_length 410 drivers/video/fbdev/omap/omapfb_main.c fix->line_length = var->xres_virtual * bpp / 8; line_length 60 drivers/video/fbdev/omap2/omapfb/omapfb-main.c const unsigned line_len = fix->line_length / bytespp; line_length 100 drivers/video/fbdev/omap2/omapfb/omapfb-main.c DBG("fill_fb %dx%d, line_len %d bytes\n", w, h, fbi->fix.line_length); line_length 561 drivers/video/fbdev/omap2/omapfb/omapfb-main.c fix->line_length = line_length 565 drivers/video/fbdev/omap2/omapfb/omapfb-main.c fix->line_length = line_length 570 drivers/video/fbdev/omap2/omapfb/omapfb-main.c fix->smem_len = var->yres_virtual * fix->line_length; line_length 607 drivers/video/fbdev/omap2/omapfb/omapfb-main.c fix->line_length = line_length 611 drivers/video/fbdev/omap2/omapfb/omapfb-main.c fix->line_length = line_length 616 drivers/video/fbdev/omap2/omapfb/omapfb-main.c fix->smem_len = var->yres_virtual * fix->line_length; line_length 618 drivers/video/fbdev/omap2/omapfb/omapfb-main.c fix->line_length = line_length 765 drivers/video/fbdev/omap2/omapfb/omapfb-main.c offset = var->yoffset * fix->line_length + line_length 778 drivers/video/fbdev/omap2/omapfb/omapfb-main.c fix->line_length; line_length 786 drivers/video/fbdev/omap2/omapfb/omapfb-main.c offset += var->yoffset * fix->line_length + line_length 789 drivers/video/fbdev/omap2/omapfb/omapfb-main.c offset -= var->yoffset * fix->line_length + line_length 792 drivers/video/fbdev/omap2/omapfb/omapfb-main.c offset -= var->xoffset * fix->line_length + line_length 795 drivers/video/fbdev/omap2/omapfb/omapfb-main.c offset += var->xoffset * fix->line_length + line_length 881 drivers/video/fbdev/omap2/omapfb/omapfb-main.c screen_width = fix->line_length line_length 887 drivers/video/fbdev/omap2/omapfb/omapfb-main.c screen_width = fix->line_length / (var->bits_per_pixel >> 3); line_length 248 drivers/video/fbdev/p9100.c info->fix.line_length = linebytes; line_length 146 drivers/video/fbdev/platinumfb.c info->fix.line_length = vmode_attrs[pinfo->vmode-1].hres * (1<<pinfo->cmode) line_length 148 drivers/video/fbdev/platinumfb.c printk("line_length: %x\n", info->fix.line_length); line_length 763 drivers/video/fbdev/pm2fb.c info->fix.line_length = info->var.xres * depth / 8; line_length 332 drivers/video/fbdev/pm3fb.c info->fix.line_length; line_length 1058 drivers/video/fbdev/pm3fb.c info->fix.line_length = ((info->var.xres_virtual + 7) >> 3) * bpp; line_length 100 drivers/video/fbdev/pmag-aa-fb.c .line_length = 2048, line_length 75 drivers/video/fbdev/pmag-ba-fb.c .line_length = 1024, line_length 176 drivers/video/fbdev/pmagb-b-fb.c info->fix.line_length = info->var.xres; line_length 446 drivers/video/fbdev/ps3fb.c u64 line_length; line_length 448 drivers/video/fbdev/ps3fb.c line_length = dst_line_length; line_length 450 drivers/video/fbdev/ps3fb.c line_length |= (u64)src_line_length << 32; line_length 459 drivers/video/fbdev/ps3fb.c line_length); line_length 498 drivers/video/fbdev/ps3fb.c info->fix.line_length); line_length 618 drivers/video/fbdev/ps3fb.c info->fix.line_length = xdr_line_length; line_length 697 drivers/video/fbdev/ps3fb.c par->pan_offset = var->yoffset * info->fix.line_length + line_length 850 drivers/video/fbdev/ps3fb.c res.xres = info->fix.line_length / BPP; line_length 358 drivers/video/fbdev/pvr2fb.c unsigned long line_length; line_length 425 drivers/video/fbdev/pvr2fb.c line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); line_length 426 drivers/video/fbdev/pvr2fb.c par->disp_start = info->fix.smem_start + (line_length * var->yoffset) * line_length; line_length 427 drivers/video/fbdev/pvr2fb.c info->fix.line_length = line_length; line_length 435 drivers/video/fbdev/pvr2fb.c unsigned long line_length; line_length 527 drivers/video/fbdev/pvr2fb.c line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); line_length 528 drivers/video/fbdev/pvr2fb.c if (line_length * var->yres_virtual > info->fix.smem_len) line_length 566 drivers/video/fbdev/pvr2fb.c diw_modulo += info->fix.line_length / 4; line_length 416 drivers/video/fbdev/pxa168fb.c info->fix.line_length = var->xres_virtual * var->bits_per_pixel / 8; line_length 415 drivers/video/fbdev/pxafb.c int line_length; line_length 430 drivers/video/fbdev/pxafb.c line_length = var->xres * var->bits_per_pixel / 8; line_length 431 drivers/video/fbdev/pxafb.c line_length = ALIGN(line_length, 4); line_length 432 drivers/video/fbdev/pxafb.c var->xres = line_length * 8 / var->bits_per_pixel; line_length 438 drivers/video/fbdev/pxafb.c var->yres_virtual = fbi->fb.fix.smem_len / line_length; line_length 517 drivers/video/fbdev/pxafb.c fbi->fb.fix.line_length = var->xres_virtual * line_length 615 drivers/video/fbdev/pxafb.c int size = ofb->fb.fix.line_length * ofb->fb.var.yres_virtual; line_length 660 drivers/video/fbdev/pxafb.c size = ofb->fb.fix.line_length * ofb->fb.var.yres_virtual; line_length 830 drivers/video/fbdev/pxafb.c ofb->fb.fix.line_length = var->xres_virtual * bpp / 8; line_length 832 drivers/video/fbdev/pxafb.c size = PAGE_ALIGN(ofb->fb.fix.line_length * var->yres_virtual); line_length 1119 drivers/video/fbdev/pxafb.c nbytes = fix->line_length * var->yres; line_length 1120 drivers/video/fbdev/pxafb.c offset = fix->line_length * var->yoffset + fbi->video_mem_phys; line_length 35 drivers/video/fbdev/q40fb.c .line_length = 1024*2, line_length 1204 drivers/video/fbdev/riva/fbdev.c info->fix.line_length = (info->var.xres_virtual * (info->var.bits_per_pixel >> 3)); line_length 1238 drivers/video/fbdev/riva/fbdev.c base = var->yoffset * info->fix.line_length + var->xoffset; line_length 242 drivers/video/fbdev/s1d13xxxfb.c info->fix.line_length = info->var.xres * info->var.bits_per_pixel; line_length 243 drivers/video/fbdev/s1d13xxxfb.c info->fix.line_length /= 8; line_length 245 drivers/video/fbdev/s1d13xxxfb.c dbg("setting line_length to %d\n", info->fix.line_length); line_length 380 drivers/video/fbdev/s1d13xxxfb.c start = (info->fix.line_length >> 1) * var->yoffset; line_length 710 drivers/video/fbdev/s1d13xxxfb.c fix->line_length = offset * 2; line_length 524 drivers/video/fbdev/s3c-fb.c info->fix.line_length = (var->xres_virtual * var->bits_per_pixel) / 8; line_length 542 drivers/video/fbdev/s3c-fb.c data = info->fix.smem_start + info->fix.line_length * var->yres; line_length 546 drivers/video/fbdev/s3c-fb.c data = VIDW_BUF_SIZE_OFFSET(info->fix.line_length - pagewidth) | line_length 548 drivers/video/fbdev/s3c-fb.c VIDW_BUF_SIZE_OFFSET_E(info->fix.line_length - pagewidth) | line_length 875 drivers/video/fbdev/s3c-fb.c start_boff = var->yoffset * info->fix.line_length; line_length 897 drivers/video/fbdev/s3c-fb.c end_boff = start_boff + info->var.yres * info->fix.line_length; line_length 78 drivers/video/fbdev/s3c2410fb.c saddr2 += info->fix.line_length * info->var.yres; line_length 82 drivers/video/fbdev/s3c2410fb.c S3C2410_PAGEWIDTH((info->fix.line_length / 2) & 0x3ff); line_length 446 drivers/video/fbdev/s3c2410fb.c info->fix.line_length = (var->xres_virtual * var->bits_per_pixel) / 8; line_length 358 drivers/video/fbdev/s3fb.c dst1 = info->screen_base + (image->dy * info->fix.line_length) line_length 370 drivers/video/fbdev/s3fb.c dst1 += info->fix.line_length; line_length 383 drivers/video/fbdev/s3fb.c dst1 = info->screen_base + (rect->dy * info->fix.line_length) line_length 391 drivers/video/fbdev/s3fb.c dst1 += info->fix.line_length; line_length 415 drivers/video/fbdev/s3fb.c dst1 = info->screen_base + (image->dy * info->fix.line_length) line_length 427 drivers/video/fbdev/s3fb.c dst1 += info->fix.line_length; line_length 611 drivers/video/fbdev/s3fb.c info->fix.line_length = (info->var.xres_virtual * bpp) / 8; line_length 621 drivers/video/fbdev/s3fb.c screen_size = info->var.yres_virtual * info->fix.line_length; line_length 624 drivers/video/fbdev/s3fb.c info->fix.line_length = 0; line_length 1025 drivers/video/fbdev/s3fb.c offset = (var->yoffset * info->fix.line_length) + line_length 458 drivers/video/fbdev/sa1100fb.c fbi->fb.fix.line_length = var->xres_virtual * line_length 1487 drivers/video/fbdev/savage/savagefb_driver.c info->fix.line_length = info->var.xres_virtual * line_length 1544 drivers/video/fbdev/savage/savagefb_driver.c base = (var->yoffset * info->fix.line_length line_length 323 drivers/video/fbdev/sh7760fb.c info->fix.line_length = stride; line_length 1457 drivers/video/fbdev/sh_mobile_lcdcfb.c info->fix.line_length = ovl->pitch; line_length 1586 drivers/video/fbdev/sh_mobile_lcdcfb.c info->fix.line_length = ovl->pitch; line_length 1902 drivers/video/fbdev/sh_mobile_lcdcfb.c info->fix.line_length = ch->pitch; line_length 2077 drivers/video/fbdev/sh_mobile_lcdcfb.c info->fix.line_length = ch->pitch; line_length 438 drivers/video/fbdev/simplefb.c info->fix.line_length = params.stride; line_length 486 drivers/video/fbdev/simplefb.c info->var.bits_per_pixel, info->fix.line_length); line_length 1887 drivers/video/fbdev/sis/sis_main.c fix->line_length = ivideo->video_linelength; line_length 476 drivers/video/fbdev/sm501fb.c info->fix.line_length = (var->xres_virtual * var->bits_per_pixel)/8; line_length 477 drivers/video/fbdev/sm501fb.c smem_len = info->fix.line_length * var->yres_virtual; line_length 480 drivers/video/fbdev/sm501fb.c info->fix.line_length); line_length 538 drivers/video/fbdev/sm501fb.c reg = info->fix.line_length; line_length 595 drivers/video/fbdev/sm501fb.c var->yoffset * info->fix.line_length); line_length 80 drivers/video/fbdev/sm712fb.c .line_length = 800 * 3, line_length 1301 drivers/video/fbdev/sm712fb.c sfb->fb->fix.line_length = sfb->fb->var.xres * 4; line_length 1311 drivers/video/fbdev/sm712fb.c sfb->fb->fix.line_length = sfb->fb->var.xres * 3; line_length 1321 drivers/video/fbdev/sm712fb.c sfb->fb->fix.line_length = sfb->fb->var.xres; line_length 1332 drivers/video/fbdev/sm712fb.c sfb->fb->fix.line_length = sfb->fb->var.xres * 2; line_length 842 drivers/video/fbdev/smscufx.c const int line_offset = dev->info->fix.line_length * (y + line); line_length 907 drivers/video/fbdev/smscufx.c int start = max((int)(offset / info->fix.line_length), 0); line_length 908 drivers/video/fbdev/smscufx.c int lines = min((u32)((result / info->fix.line_length) + 1), line_length 1300 drivers/video/fbdev/smscufx.c new_len = info->fix.line_length * info->var.yres; line_length 1590 drivers/video/fbdev/smscufx.c info->fix.line_length = info->var.xres * line_length 162 drivers/video/fbdev/ssd1307fb.c unsigned int line_length = par->info->fix.line_length; line_length 208 drivers/video/fbdev/ssd1307fb.c u8 byte = vmem[(8 * i + k) * line_length + line_length 701 drivers/video/fbdev/ssd1307fb.c info->fix.line_length = DIV_ROUND_UP(par->width, 8); line_length 775 drivers/video/fbdev/sstfb.c u32 stride = info->fix.line_length; line_length 801 drivers/video/fbdev/sstfb.c u32 stride = info->fix.line_length; line_length 1409 drivers/video/fbdev/sstfb.c fix->line_length = 2048; /* default value, for 24 or 32bit: 4096 */ line_length 530 drivers/video/fbdev/stifb.c fb_memset(fb->info.screen_base + y * fb->info.fix.line_length, line_length 1254 drivers/video/fbdev/stifb.c fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8; line_length 1255 drivers/video/fbdev/stifb.c if (!fix->line_length) line_length 1256 drivers/video/fbdev/stifb.c fix->line_length = 2048; /* default */ line_length 1259 drivers/video/fbdev/stifb.c if (fix->smem_len > yres*fix->line_length) line_length 1260 drivers/video/fbdev/stifb.c fix->smem_len = yres*fix->line_length; line_length 139 drivers/video/fbdev/sunxvr1000.c info->fix.line_length = 16384; line_length 140 drivers/video/fbdev/sunxvr1000.c gp->fb_size = info->fix.line_length * gp->height; line_length 169 drivers/video/fbdev/sunxvr2500.c info->fix.line_length = sp->width; line_length 172 drivers/video/fbdev/sunxvr2500.c info->fix.line_length = sp->width * 2; line_length 175 drivers/video/fbdev/sunxvr2500.c info->fix.line_length = sp->width * 3; line_length 178 drivers/video/fbdev/sunxvr2500.c info->fix.line_length = sp->width * 4; line_length 181 drivers/video/fbdev/sunxvr2500.c sp->fb_size = info->fix.line_length * sp->height; line_length 249 drivers/video/fbdev/sunxvr500.c unsigned int line_length; line_length 328 drivers/video/fbdev/sunxvr500.c line_length = (readl(ep->ramdac + RAMDAC_VID_CFG) >> 16) & 0xff; line_length 329 drivers/video/fbdev/sunxvr500.c line_length = 1 << line_length; line_length 333 drivers/video/fbdev/sunxvr500.c info->fix.line_length = line_length; line_length 336 drivers/video/fbdev/sunxvr500.c info->fix.line_length = line_length * 2; line_length 339 drivers/video/fbdev/sunxvr500.c info->fix.line_length = line_length * 3; line_length 342 drivers/video/fbdev/sunxvr500.c info->fix.line_length = line_length * 4; line_length 345 drivers/video/fbdev/sunxvr500.c ep->fb_size = info->fix.line_length * ep->height; line_length 341 drivers/video/fbdev/tcx.c info->fix.line_length = linebytes; line_length 728 drivers/video/fbdev/tdfxfb.c info->fix.line_length = reg.stride; line_length 830 drivers/video/fbdev/tdfxfb.c u32 addr = var->yoffset * info->fix.line_length; line_length 850 drivers/video/fbdev/tdfxfb.c u32 stride = info->fix.line_length; line_length 894 drivers/video/fbdev/tdfxfb.c u32 stride = info->fix.line_length; line_length 951 drivers/video/fbdev/tdfxfb.c int i, stride = info->fix.line_length; line_length 267 drivers/video/fbdev/tgafb.c info->fix.line_length = par->xres * (par->bits_per_pixel >> 3); line_length 624 drivers/video/fbdev/tgafb.c unsigned long rincr, line_length, shift, pos, is8bpp; line_length 638 drivers/video/fbdev/tgafb.c line_length = info->fix.line_length; line_length 676 drivers/video/fbdev/tgafb.c pos = dy * line_length; line_length 719 drivers/video/fbdev/tgafb.c pos += line_length; line_length 748 drivers/video/fbdev/tgafb.c pos += line_length; line_length 767 drivers/video/fbdev/tgafb.c pos += line_length; line_length 797 drivers/video/fbdev/tgafb.c pos += line_length; line_length 817 drivers/video/fbdev/tgafb.c pos += line_length; line_length 838 drivers/video/fbdev/tgafb.c unsigned long pos, line_length, i, j; line_length 848 drivers/video/fbdev/tgafb.c line_length = info->fix.line_length; line_length 861 drivers/video/fbdev/tgafb.c pos = dy * line_length + (dx * 4); line_length 870 drivers/video/fbdev/tgafb.c pos += line_length; line_length 925 drivers/video/fbdev/tgafb.c unsigned long pos, align, line_length, i, j; line_length 935 drivers/video/fbdev/tgafb.c line_length = info->fix.line_length; line_length 947 drivers/video/fbdev/tgafb.c pos = dy * line_length + dx * (is8bpp ? 1 : 4); line_length 992 drivers/video/fbdev/tgafb.c if (width == line_length) line_length 1008 drivers/video/fbdev/tgafb.c pos += line_length; line_length 1023 drivers/video/fbdev/tgafb.c pos += line_length; line_length 1145 drivers/video/fbdev/tgafb.c u32 height, u32 width, u32 line_length, line_length 1162 drivers/video/fbdev/tgafb.c yincr = line_length; line_length 1172 drivers/video/fbdev/tgafb.c depos = dy * line_length + dx; line_length 1173 drivers/video/fbdev/tgafb.c sepos = sy * line_length + sx; line_length 1254 drivers/video/fbdev/tgafb.c unsigned long line_length, bpp; line_length 1264 drivers/video/fbdev/tgafb.c line_length = info->fix.line_length; line_length 1283 drivers/video/fbdev/tgafb.c if (!(line_length & 63) && width * (bpp >> 3) == line_length) { line_length 1298 drivers/video/fbdev/tgafb.c width, line_length, area); line_length 318 drivers/video/fbdev/tmiofb.c tmio_iowrite16(info->fix.line_length, par->lcr + LCR_VHPN); line_length 321 drivers/video/fbdev/tmiofb.c tmio_iowrite16(info->fix.line_length >> 16, par->lcr + LCR_VHPCH); line_length 322 drivers/video/fbdev/tmiofb.c tmio_iowrite16(info->fix.line_length, par->lcr + LCR_VHPCL); line_length 615 drivers/video/fbdev/tmiofb.c info->fix.line_length = info->mode->xres * line_length 995 drivers/video/fbdev/tridentfb.c int line_length; line_length 1020 drivers/video/fbdev/tridentfb.c line_length = var->xres_virtual * bpp / 8; line_length 1025 drivers/video/fbdev/tridentfb.c if (line_length <= 512) line_length 1027 drivers/video/fbdev/tridentfb.c else if (line_length <= 1024) line_length 1029 drivers/video/fbdev/tridentfb.c else if (line_length <= 2048) line_length 1031 drivers/video/fbdev/tridentfb.c else if (line_length <= 4096) line_length 1033 drivers/video/fbdev/tridentfb.c else if (line_length <= 8192) line_length 1038 drivers/video/fbdev/tridentfb.c line_length = var->xres_virtual * bpp / 8; line_length 1042 drivers/video/fbdev/tridentfb.c if (line_length * (var->yres_virtual - var->yres) > (4 << 20)) line_length 1043 drivers/video/fbdev/tridentfb.c var->yres_virtual = ((4 << 20) / line_length) + var->yres; line_length 1045 drivers/video/fbdev/tridentfb.c if (line_length * var->yres_virtual > info->fix.smem_len) line_length 1349 drivers/video/fbdev/tridentfb.c info->fix.line_length = info->var.xres_virtual * bpp / 8; line_length 1350 drivers/video/fbdev/tridentfb.c set_lwidth(par, info->fix.line_length / 8); line_length 632 drivers/video/fbdev/udlfb.c const int line_offset = dlfb->info->fix.line_length * i; line_length 729 drivers/video/fbdev/udlfb.c int start = max((int)(offset / info->fix.line_length), 0); line_length 730 drivers/video/fbdev/udlfb.c int lines = min((u32)((result / info->fix.line_length) + 1), line_length 1096 drivers/video/fbdev/udlfb.c u32 line_length = info->var.xres * (info->var.bits_per_pixel / 8); line_length 1106 drivers/video/fbdev/udlfb.c result = dlfb_realloc_framebuffer(dlfb, info, info->var.yres * line_length); line_length 1116 drivers/video/fbdev/udlfb.c info->fix.line_length = line_length; line_length 1084 drivers/video/fbdev/uvesafb.c offset = (var->yoffset * info->fix.line_length + var->xoffset) / 4; line_length 1318 drivers/video/fbdev/uvesafb.c info->fix.line_length = mode->bytes_per_scan_line; line_length 534 drivers/video/fbdev/valkyriefb.c fix->line_length = par->vxres << par->cmode; line_length 774 drivers/video/fbdev/vermilion/vermilion.c info->fix.line_length = vinfo->stride; line_length 72 drivers/video/fbdev/vesafb.c offset = (var->yoffset * info->fix.line_length + var->xoffset) / 4; line_length 260 drivers/video/fbdev/vesafb.c vesafb_fix.line_length = screen_info.lfb_linelength; line_length 267 drivers/video/fbdev/vesafb.c size_vmode = vesafb_defined.yres * vesafb_fix.line_length; line_length 322 drivers/video/fbdev/vesafb.c vesafb_defined.xres, vesafb_defined.yres, vesafb_defined.bits_per_pixel, vesafb_fix.line_length, screen_info.pages); line_length 363 drivers/video/fbdev/vesafb.c vesafb_defined.yres_virtual = vesafb_fix.smem_len / vesafb_fix.line_length; line_length 119 drivers/video/fbdev/vfb.c u_long line_length; line_length 164 drivers/video/fbdev/vfb.c line_length = line_length 166 drivers/video/fbdev/vfb.c if (line_length * var->yres_virtual > videomemorysize) line_length 256 drivers/video/fbdev/vfb.c info->fix.line_length = get_line_length(info->var.xres_virtual, line_length 97 drivers/video/fbdev/vga16fb.c .line_length = 640 / 8, line_length 223 drivers/video/fbdev/vga16fb.c info->fix.line_length = info->var.xres_virtual / 2; line_length 227 drivers/video/fbdev/vga16fb.c info->fix.line_length = info->var.xres_virtual / 8; line_length 232 drivers/video/fbdev/vga16fb.c info->fix.line_length = info->var.xres_virtual / 4; line_length 237 drivers/video/fbdev/vga16fb.c info->fix.line_length = info->var.xres_virtual / 4; line_length 240 drivers/video/fbdev/vga16fb.c info->fix.line_length = info->var.xres_virtual; line_length 838 drivers/video/fbdev/vga16fb.c where = info->screen_base + dx + rect->dy * info->fix.line_length; line_length 845 drivers/video/fbdev/vga16fb.c line_ofs = info->fix.line_length - width; line_length 870 drivers/video/fbdev/vga16fb.c where += info->fix.line_length; line_length 908 drivers/video/fbdev/vga16fb.c line_ofs = info->fix.line_length - width; line_length 909 drivers/video/fbdev/vga16fb.c dst = info->screen_base + (rect->dx/8) + rect->dy * info->fix.line_length; line_length 974 drivers/video/fbdev/vga16fb.c line_ofs = info->fix.line_length - width; line_length 975 drivers/video/fbdev/vga16fb.c dest = info->screen_base + dx + area->dy * info->fix.line_length; line_length 976 drivers/video/fbdev/vga16fb.c src = info->screen_base + sx + area->sy * info->fix.line_length; line_length 988 drivers/video/fbdev/vga16fb.c line_ofs = info->fix.line_length - width; line_length 990 drivers/video/fbdev/vga16fb.c (area->dy + height - 1) * info->fix.line_length; line_length 992 drivers/video/fbdev/vga16fb.c (area->sy + height - 1) * info->fix.line_length; line_length 1058 drivers/video/fbdev/vga16fb.c line_ofs = info->fix.line_length - width; line_length 1065 drivers/video/fbdev/vga16fb.c dst = info->screen_base + (dx/8) + dy * info->fix.line_length; line_length 1066 drivers/video/fbdev/vga16fb.c src = info->screen_base + (sx/8) + sy * info->fix.line_length; line_length 1079 drivers/video/fbdev/vga16fb.c (dy + height - 1) * info->fix.line_length; line_length 1081 drivers/video/fbdev/vga16fb.c (sy + height - 1) * info->fix.line_length; line_length 1130 drivers/video/fbdev/vga16fb.c where = info->screen_base + dx + image->dy * info->fix.line_length; line_length 1139 drivers/video/fbdev/vga16fb.c for (y = 0; y < image->height; y++, where += info->fix.line_length) line_length 1151 drivers/video/fbdev/vga16fb.c image->dy * info->fix.line_length; line_length 1177 drivers/video/fbdev/vga16fb.c where += info->fix.line_length; line_length 1199 drivers/video/fbdev/vga16fb.c where += info->fix.line_length; line_length 1219 drivers/video/fbdev/vga16fb.c info->screen_base + image->dy * info->fix.line_length + line_length 1245 drivers/video/fbdev/vga16fb.c where += info->fix.line_length; line_length 1848 drivers/video/fbdev/via/hw.c via_set_primary_pitch(viafbinfo->fix.line_length); line_length 1849 drivers/video/fbdev/via/hw.c via_set_secondary_pitch(viafb_dual_fb ? viafbinfo1->fix.line_length line_length 1850 drivers/video/fbdev/via/hw.c : viafbinfo->fix.line_length); line_length 139 drivers/video/fbdev/via/viafbdev.c info->fix.line_length = ALIGN(info->var.xres_virtual * bpp / 8, line_length 334 drivers/video/fbdev/via/viafbdev.c + var->yoffset * info->fix.line_length line_length 694 drivers/video/fbdev/via/viafbdev.c viapar->vram_addr, info->fix.line_length, rect->dx, rect->dy, line_length 716 drivers/video/fbdev/via/viafbdev.c viapar->vram_addr, info->fix.line_length, area->dx, area->dy, line_length 717 drivers/video/fbdev/via/viafbdev.c NULL, viapar->vram_addr, info->fix.line_length, line_length 753 drivers/video/fbdev/via/viafbdev.c viapar->vram_addr, info->fix.line_length, image->dx, image->dy, line_length 68 drivers/video/fbdev/vt8500lcdfb.c info->fix.line_length = info->var.xres_virtual / line_length 102 drivers/video/fbdev/vt8500lcdfb.c info->fix.line_length = info->var.bits_per_pixel > 16 ? line_length 203 drivers/video/fbdev/vt8500lcdfb.c unsigned pixlen = info->fix.line_length / info->var.xres_virtual; line_length 205 drivers/video/fbdev/vt8500lcdfb.c + info->fix.line_length * var->yoffset; line_length 152 drivers/video/fbdev/vt8623fb.c dst1 = info->screen_base + (image->dy * info->fix.line_length) line_length 164 drivers/video/fbdev/vt8623fb.c dst1 += info->fix.line_length; line_length 176 drivers/video/fbdev/vt8623fb.c dst1 = info->screen_base + (rect->dy * info->fix.line_length) line_length 184 drivers/video/fbdev/vt8623fb.c dst1 += info->fix.line_length; line_length 208 drivers/video/fbdev/vt8623fb.c dst1 = info->screen_base + (image->dy * info->fix.line_length) line_length 220 drivers/video/fbdev/vt8623fb.c dst1 += info->fix.line_length; line_length 383 drivers/video/fbdev/vt8623fb.c info->fix.line_length = (info->var.xres_virtual * bpp) / 8; line_length 398 drivers/video/fbdev/vt8623fb.c screen_size = info->var.yres_virtual * info->fix.line_length; line_length 401 drivers/video/fbdev/vt8623fb.c info->fix.line_length = 0; line_length 620 drivers/video/fbdev/vt8623fb.c offset = (var->yoffset * info->fix.line_length) + line_length 531 drivers/video/fbdev/w100fb.c info->fix.line_length = par->xres * BITS_PER_PIXEL / 8; line_length 128 drivers/video/fbdev/wm8505fb.c info->fix.line_length = info->var.xres_virtual << 2; line_length 140 drivers/video/fbdev/wm8505fb.c info->fix.line_length = info->var.xres_virtual << 1; line_length 197 drivers/video/fbdev/xen-fbfront.c y1 = beg / fb_info->fix.line_length; line_length 198 drivers/video/fbdev/xen-fbfront.c y2 = end / fb_info->fix.line_length; line_length 303 drivers/video/fbdev/xen-fbfront.c var->xres <= info->fix.line_length / (XENFB_DEPTH / 8) && line_length 323 drivers/video/fbdev/xen-fbfront.c xenfb_info->resize.stride = info->fix.line_length; line_length 450 drivers/video/fbdev/xen-fbfront.c fb_info->fix.line_length = fb_info->var.xres * XENFB_DEPTH / 8; line_length 570 drivers/video/fbdev/xen-fbfront.c info->page->line_length = fb_info->fix.line_length; line_length 323 drivers/video/fbdev/xilinxfb.c drvdata->info.fix.line_length = pdata->xvirt * BYTES_PER_PIXEL; line_length 279 include/media/davinci/vpbe_osd.h unsigned line_length; line_length 264 include/uapi/drm/via_drm.h __u32 line_length; line_length 168 include/uapi/linux/fb.h __u32 line_length; /* length of a line in bytes */ line_length 114 include/xen/interface/io/fbif.h uint32_t line_length; /* length of a row of pixels (in bytes) */ line_length 142 samples/vfio-mdev/mdpy-fb.c info->fix.line_length = width * 4;