bits_per_line 566 drivers/video/fbdev/atmel_lcdfb.c unsigned long bits_per_line; bits_per_line 585 drivers/video/fbdev/atmel_lcdfb.c bits_per_line = info->var.xres_virtual * info->var.bits_per_pixel; bits_per_line 586 drivers/video/fbdev/atmel_lcdfb.c info->fix.line_length = DIV_ROUND_UP(bits_per_line, 8); bits_per_line 385 drivers/video/fbdev/core/cfbcopyarea.c unsigned long const bits_per_line = p->fix.line_length*8u; bits_per_line 407 drivers/video/fbdev/core/cfbcopyarea.c dst_idx += dy*bits_per_line + dx*p->var.bits_per_pixel; bits_per_line 408 drivers/video/fbdev/core/cfbcopyarea.c src_idx += sy*bits_per_line + sx*p->var.bits_per_pixel; bits_per_line 415 drivers/video/fbdev/core/cfbcopyarea.c dst_idx -= bits_per_line; bits_per_line 416 drivers/video/fbdev/core/cfbcopyarea.c src_idx -= bits_per_line; bits_per_line 426 drivers/video/fbdev/core/cfbcopyarea.c dst_idx += bits_per_line; bits_per_line 427 drivers/video/fbdev/core/cfbcopyarea.c src_idx += bits_per_line; bits_per_line 319 drivers/video/fbdev/core/syscopyarea.c unsigned long const bits_per_line = p->fix.line_length*8u; bits_per_line 340 drivers/video/fbdev/core/syscopyarea.c dst_idx += dy*bits_per_line + dx*p->var.bits_per_pixel; bits_per_line 341 drivers/video/fbdev/core/syscopyarea.c src_idx += sy*bits_per_line + sx*p->var.bits_per_pixel; bits_per_line 348 drivers/video/fbdev/core/syscopyarea.c dst_idx -= bits_per_line; bits_per_line 349 drivers/video/fbdev/core/syscopyarea.c src_idx -= bits_per_line; bits_per_line 359 drivers/video/fbdev/core/syscopyarea.c dst_idx += bits_per_line; bits_per_line 360 drivers/video/fbdev/core/syscopyarea.c src_idx += bits_per_line;