tag | line | file | source code |
next_line | 633 | arch/m68k/amiga/amifb.c | u_long next_line; /* modulo for next line */ |
next_line | 3151 | arch/m68k/amiga/amifb.c | fix->type_aux = par->next_line; |
next_line | 3394 | arch/m68k/amiga/amifb.c | par->next_line = par->bpp*par->next_plane; |
next_line | 3396 | arch/m68k/amiga/amifb.c | par->next_line = div8(par->vxres); |
next_line | 3397 | arch/m68k/amiga/amifb.c | par->next_plane = par->vyres*par->next_line; |
next_line | 3400 | arch/m68k/amiga/amifb.c | par->yoffset*par->next_line); |
next_line | 3401 | arch/m68k/amiga/amifb.c | par->bpl1mod = par->next_line-div8((ddfmax-ddfmin)>>clk_shift); |
next_line | 3427 | arch/m68k/amiga/amifb.c | par->bpl1mod += par->next_line; |
next_line | 3428 | arch/m68k/amiga/amifb.c | par->bpl2mod += par->next_line; |
next_line | 3432 | arch/m68k/amiga/amifb.c | par->bpl1mod -= par->next_line; |
next_line | 3680 | arch/m68k/amiga/amifb.c | yoffset*par->next_line); |
next_line | 3681 | arch/m68k/amiga/amifb.c | par->bpl1mod = par->next_line-div8((ddfmax-ddfmin)>>clk_shift); |
next_line | 3685 | arch/m68k/amiga/amifb.c | par->bpl1mod += par->next_line; |
next_line | 3686 | arch/m68k/amiga/amifb.c | par->bpl2mod += par->next_line; |
next_line | 3689 | arch/m68k/amiga/amifb.c | par->bpl1mod -= par->next_line; |
next_line | 4032 | arch/m68k/amiga/amifb.c | bplpt0 += par->next_line; |
next_line | 4043 | arch/m68k/amiga/amifb.c | bplpt0 -= y_wrap*par->next_line; |
next_line | 4963 | arch/m68k/amiga/amifb.c | current_par.yoffset*current_par.next_line); |
next_line | 598 | arch/m68k/console/fbcon.c | p->next_line = p->line_length; |
next_line | 600 | arch/m68k/console/fbcon.c | p->next_line = p->var.xres_virtual>>3; |
next_line | 607 | arch/m68k/console/fbcon.c | p->next_line = p->var.xres_virtual*p->var.bits_per_pixel>>3; |
next_line | 630 | arch/m68k/console/fbcon.c | p->next_line = p->line_length*p->var.bits_per_pixel; |
next_line | 633 | arch/m68k/console/fbcon.c | p->next_line = p->type_aux; |
next_line | 642 | arch/m68k/console/fbcon.c | p->next_line = p->line_length; |
next_line | 644 | arch/m68k/console/fbcon.c | p->next_line = p->var.xres_virtual>>3; |
next_line | 645 | arch/m68k/console/fbcon.c | p->next_plane = p->var.yres_virtual*p->next_line; |
next_line | 651 | arch/m68k/console/fbcon.c | p->next_line = p->var.xres_virtual*p->var.bits_per_pixel>>3; |
next_line | 687 | arch/m68k/console/fbcon.c | p->next_line = p->line_length; |
next_line | 689 | arch/m68k/console/fbcon.c | p->next_line = p->var.xres_virtual>>3; |
next_line | 1867 | arch/m68k/console/fbcon.c | if (sx == 0 && sy == 0 && width == p->next_line) { |
next_line | 1872 | arch/m68k/console/fbcon.c | src = p->screen_base+sy*p->fontheight*p->next_line+sx; |
next_line | 1873 | arch/m68k/console/fbcon.c | dest = p->screen_base+dy*p->fontheight*p->next_line+dx; |
next_line | 1876 | arch/m68k/console/fbcon.c | src += p->next_line; |
next_line | 1877 | arch/m68k/console/fbcon.c | dest += p->next_line; |
next_line | 1880 | arch/m68k/console/fbcon.c | src = p->screen_base+((sy+height)*p->fontheight-1)*p->next_line+sx; |
next_line | 1881 | arch/m68k/console/fbcon.c | dest = p->screen_base+((dy+height)*p->fontheight-1)*p->next_line+dx; |
next_line | 1884 | arch/m68k/console/fbcon.c | src -= p->next_line; |
next_line | 1885 | arch/m68k/console/fbcon.c | dest -= p->next_line; |
next_line | 1897 | arch/m68k/console/fbcon.c | dest = p->screen_base+sy*p->fontheight*p->next_line+sx; |
next_line | 1899 | arch/m68k/console/fbcon.c | if (sx == 0 && width == p->next_line) |
next_line | 1905 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--; dest += p->next_line) |
next_line | 1922 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+x; |
next_line | 1928 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
next_line | 1948 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
next_line | 1957 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
next_line | 1976 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+x; |
next_line | 1977 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) |
next_line | 2003 | arch/m68k/console/fbcon.c | mymemmove(p->screen_base+dy*p->fontheight*p->next_line, p->screen_base, |
next_line | 2004 | arch/m68k/console/fbcon.c | height*p->fontheight*p->next_line); |
next_line | 2010 | arch/m68k/console/fbcon.c | src = p->screen_base+sy*p->fontheight*p->next_line+sx; |
next_line | 2011 | arch/m68k/console/fbcon.c | dest = p->screen_base+dy*p->fontheight*p->next_line+dx; |
next_line | 2018 | arch/m68k/console/fbcon.c | src = p->screen_base+(sy+height)*p->fontheight*p->next_line+sx; |
next_line | 2019 | arch/m68k/console/fbcon.c | dest = p->screen_base+(dy+height)*p->fontheight*p->next_line+dx; |
next_line | 2037 | arch/m68k/console/fbcon.c | dest = p->screen_base+sy*p->fontheight*p->next_line+sx; |
next_line | 2063 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+x; |
next_line | 2114 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
next_line | 2188 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
next_line | 2200 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) |
next_line | 2224 | arch/m68k/console/fbcon.c | if (sx == 0 && sy == 0 && width == p->next_line) { |
next_line | 2233 | arch/m68k/console/fbcon.c | src0 = p->screen_base+sy*p->fontheight*p->next_line+sx; |
next_line | 2234 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+dy*p->fontheight*p->next_line+dx; |
next_line | 2240 | arch/m68k/console/fbcon.c | src += p->next_line; |
next_line | 2241 | arch/m68k/console/fbcon.c | dest += p->next_line; |
next_line | 2247 | arch/m68k/console/fbcon.c | src0 = p->screen_base+(sy+height)*p->fontheight*p->next_line+sx; |
next_line | 2248 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+(dy+height)*p->fontheight*p->next_line+dx; |
next_line | 2253 | arch/m68k/console/fbcon.c | src -= p->next_line; |
next_line | 2254 | arch/m68k/console/fbcon.c | dest -= p->next_line; |
next_line | 2271 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+sy*p->fontheight*p->next_line+sx; |
next_line | 2276 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--; dest += p->next_line) |
next_line | 2296 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
next_line | 2304 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
next_line | 2338 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
next_line | 2355 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
next_line | 2391 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
next_line | 2421 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
next_line | 2433 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) |
next_line | 2479 | arch/m68k/console/fbcon.c | if (sx == 0 && dx == 0 && width == p->next_line/2) { |
next_line | 2483 | arch/m68k/console/fbcon.c | mymemmove(p->screen_base + dy * p->next_line * p->fontheight, |
next_line | 2484 | arch/m68k/console/fbcon.c | p->screen_base + sy * p->next_line * p->fontheight, |
next_line | 2485 | arch/m68k/console/fbcon.c | p->next_line * height * p->fontheight); |
next_line | 2490 | arch/m68k/console/fbcon.c | int bytes = p->next_line; |
next_line | 2589 | arch/m68k/console/fbcon.c | int bytes = p->next_line; |
next_line | 2641 | arch/m68k/console/fbcon.c | int bytes = p->next_line; |
next_line | 2670 | arch/m68k/console/fbcon.c | bytes = p->next_line; |
next_line | 2697 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*4 + (x & 1); |
next_line | 2699 | arch/m68k/console/fbcon.c | bytes = p->next_line; |
next_line | 2743 | arch/m68k/console/fbcon.c | if (sx == 0 && dx == 0 && width == p->next_line/4) { |
next_line | 2747 | arch/m68k/console/fbcon.c | mymemmove(p->screen_base + dy * p->next_line * p->fontheight, |
next_line | 2748 | arch/m68k/console/fbcon.c | p->screen_base + sy * p->next_line * p->fontheight, |
next_line | 2749 | arch/m68k/console/fbcon.c | p->next_line * height * p->fontheight); |
next_line | 2754 | arch/m68k/console/fbcon.c | int bytes = p->next_line; |
next_line | 2853 | arch/m68k/console/fbcon.c | int bytes = p->next_line; |
next_line | 2904 | arch/m68k/console/fbcon.c | int bytes = p->next_line; |
next_line | 2933 | arch/m68k/console/fbcon.c | bytes = p->next_line; |
next_line | 2967 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*8 + (x & 1); |
next_line | 2969 | arch/m68k/console/fbcon.c | bytes = p->next_line; |
next_line | 3022 | arch/m68k/console/fbcon.c | if (sx == 0 && dx == 0 && width == p->next_line/8) { |
next_line | 3026 | arch/m68k/console/fbcon.c | fast_memmove (p->screen_base + dy * p->next_line * p->fontheight, |
next_line | 3027 | arch/m68k/console/fbcon.c | p->screen_base + sy * p->next_line * p->fontheight, |
next_line | 3028 | arch/m68k/console/fbcon.c | p->next_line * height * p->fontheight); |
next_line | 3033 | arch/m68k/console/fbcon.c | int bytes = p->next_line; |
next_line | 3132 | arch/m68k/console/fbcon.c | int bytes = p->next_line; |
next_line | 3184 | arch/m68k/console/fbcon.c | int bytes = p->next_line; |
next_line | 3218 | arch/m68k/console/fbcon.c | bytes = p->next_line; |
next_line | 3258 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*16 + (x & 1); |
next_line | 3260 | arch/m68k/console/fbcon.c | bytes = p->next_line; |
next_line | 3297 | arch/m68k/console/fbcon.c | int bytes = p->next_line, linesize = bytes * p->fontheight, rows; |
next_line | 3334 | arch/m68k/console/fbcon.c | int bytes=p->next_line,lines=height * p->fontheight, rows, i; |
next_line | 3367 | arch/m68k/console/fbcon.c | int bytes=p->next_line,rows; |
next_line | 3396 | arch/m68k/console/fbcon.c | int rows,bytes=p->next_line; |
next_line | 3425 | arch/m68k/console/fbcon.c | int bytes=p->next_line, rows; |
next_line | 3453 | arch/m68k/console/fbcon.c | int bytes = p->next_line, linesize = bytes * p->fontheight, rows; |
next_line | 3490 | arch/m68k/console/fbcon.c | int bytes=p->next_line,lines=height * p->fontheight, rows, i; |
next_line | 3527 | arch/m68k/console/fbcon.c | int bytes=p->next_line,rows; |
next_line | 3561 | arch/m68k/console/fbcon.c | int rows,bytes=p->next_line; |
next_line | 3594 | arch/m68k/console/fbcon.c | int bytes=p->next_line, rows; |
next_line | 3650 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+8*x; |
next_line | 3658 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
next_line | 3689 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+8*x; |
next_line | 3701 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
next_line | 3733 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+8*x; |
next_line | 3735 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
next_line | 188 | include/linux/fb.h | u_long next_line; /* offset to one line below */ |