| /linux/drivers/video/fbdev/ |
| A D | atafb_mfb.c | 23 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, in atafb_mfb_copyarea() argument 30 if (sx == 0 && dx == 0 && width == next_line) { in atafb_mfb_copyarea() 35 src = (u8 *)info->screen_base + sy * next_line + (sx >> 3); in atafb_mfb_copyarea() 36 dest = (u8 *)info->screen_base + dy * next_line + (dx >> 3); in atafb_mfb_copyarea() 39 src += next_line; in atafb_mfb_copyarea() 40 dest += next_line; in atafb_mfb_copyarea() 47 src -= next_line; in atafb_mfb_copyarea() 48 dest -= next_line; in atafb_mfb_copyarea() 59 dest = (u8 *)info->screen_base + sy * next_line + (sx >> 3); in atafb_mfb_fillrect() 61 if (sx == 0 && width == next_line) { in atafb_mfb_fillrect() [all …]
|
| A D | atafb_iplan2p2.c | 63 l = next_line - w * 4; in atafb_iplan2p2_copyarea() 73 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p2_copyarea() 89 l = next_line - w * 4; in atafb_iplan2p2_copyarea() 100 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p2_copyarea() 143 src += next_line; in atafb_iplan2p2_copyarea() 144 dst += next_line; in atafb_iplan2p2_copyarea() 185 src -= next_line; in atafb_iplan2p2_copyarea() 186 dst -= next_line; in atafb_iplan2p2_copyarea() 207 dest8 += next_line; in atafb_iplan2p2_fillrect() 217 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p2_fillrect() [all …]
|
| A D | atafb_iplan2p4.c | 63 l = next_line - w * 4; in atafb_iplan2p4_copyarea() 73 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p4_copyarea() 89 l = next_line - w * 4; in atafb_iplan2p4_copyarea() 100 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p4_copyarea() 150 src += next_line; in atafb_iplan2p4_copyarea() 151 dst += next_line; in atafb_iplan2p4_copyarea() 199 src -= next_line; in atafb_iplan2p4_copyarea() 200 dst -= next_line; in atafb_iplan2p4_copyarea() 221 dest8 += next_line; in atafb_iplan2p4_fillrect() 231 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p4_fillrect() [all …]
|
| A D | atafb_iplan2p8.c | 70 l = next_line - w * 4; in atafb_iplan2p8_copyarea() 80 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p8_copyarea() 96 l = next_line - w * 4; in atafb_iplan2p8_copyarea() 107 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p8_copyarea() 171 src += next_line; in atafb_iplan2p8_copyarea() 172 dst += next_line; in atafb_iplan2p8_copyarea() 234 src -= next_line; in atafb_iplan2p8_copyarea() 235 dst -= next_line; in atafb_iplan2p8_copyarea() 256 dest8 += next_line; in atafb_iplan2p8_fillrect() 266 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p8_fillrect() [all …]
|
| A D | atafb.h | 5 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, 7 void atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color, 9 void atafb_mfb_linefill(struct fb_info *info, u_long next_line, 13 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, 15 void atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color, 17 void atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line, 21 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, 23 void atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color, 25 void atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line, 31 void atafb_iplan2p8_fillrect(struct fb_info *info, u_long next_line, u32 color, [all …]
|
| A D | atafb.c | 101 u_long next_line; member 578 fix->line_length = par->next_line; in tt_encode_fix() 655 par->next_line = linelen; in tt_decode_var() 879 fix->line_length = par->next_line; in falcon_encode_fix() 1355 par->next_line = linelen; in falcon_decode_var() 1804 fix->line_length = par->next_line; in stste_encode_fix() 1862 par->next_line = linelen; in stste_decode_var() 2122 fix->line_length = par->next_line; in ext_encode_fix() 2600 dst_idx += dy * par->next_line * 8 + dx; in atafb_imageblit() 2606 atafb_mfb_linefill(info, par->next_line, in atafb_imageblit() [all …]
|
| A D | amifb.c | 1636 par->bpl2mod += par->next_line; in ami_update_par() 1658 par->bplpt0 += par->next_line; in ami_update_par() 2197 p -= par->next_line; in ami_rebuild_copper() 2199 p += par->next_line; in ami_rebuild_copper() 2219 p -= par->next_line; in ami_rebuild_copper() 2221 p += par->next_line; in ami_rebuild_copper() 3207 dst_idx += par->next_line * 8; in amifb_fillrect() 3292 dst_idx -= par->next_line * 8; in amifb_copyarea() 3293 src_idx -= par->next_line * 8; in amifb_copyarea() 3303 dst_idx += par->next_line * 8; in amifb_copyarea() [all …]
|
| /linux/kernel/ |
| A D | user_namespace.c | 914 char *kbuf = NULL, *pos, *next_line; in map_write() local 963 for (; pos; pos = next_line) { in map_write() 966 next_line = strchr(pos, '\n'); in map_write() 967 if (next_line) { in map_write() 968 *next_line = '\0'; in map_write() 969 next_line++; in map_write() 970 if (*next_line == '\0') in map_write() 971 next_line = NULL; in map_write() 1013 (next_line != NULL)) in map_write()
|
| /linux/tools/testing/selftests/rcutorture/formal/srcu-cbmc/ |
| A D | modify_srcu.awk | 67 ret = getline next_line; 80 $0 = $0 "\n" next_line;
|
| /linux/scripts/dtc/ |
| A D | dt_to_config | 560 while ($next_line = <MAKEFILE_FILE>) { 572 chomp($next_line); 573 $line = $line . $next_line; 574 if ($next_line =~ /\\$/) {
|
| /linux/fs/proc/ |
| A D | base.c | 1583 char *kbuf = NULL, *pos, *next_line; in timens_offsets_write() local 1599 for (pos = kbuf; pos; pos = next_line) { in timens_offsets_write() 1605 next_line = strchr(pos, '\n'); in timens_offsets_write() 1606 if (next_line) { in timens_offsets_write() 1607 *next_line = '\0'; in timens_offsets_write() 1608 next_line++; in timens_offsets_write() 1609 if (*next_line == '\0') in timens_offsets_write() 1610 next_line = NULL; in timens_offsets_write() 1630 if (next_line) in timens_offsets_write() 1631 count = next_line - kbuf; in timens_offsets_write()
|