bmp_width         123 drivers/video/fbdev/efifb.c static bool efifb_bgrt_sanity_check(struct screen_info *si, u32 bmp_width)
bmp_width         129 drivers/video/fbdev/efifb.c 	u32 expected_xoffset = (si->lfb_width - bmp_width) / 2;
bmp_width         134 drivers/video/fbdev/efifb.c static bool efifb_bgrt_sanity_check(struct screen_info *si, u32 bmp_width)
bmp_width         142 drivers/video/fbdev/efifb.c 	u32 bmp_width, bmp_height, bmp_pitch, screen_pitch, dst_x, y, src_y;
bmp_width         193 drivers/video/fbdev/efifb.c 	bmp_width = dib_header->width;
bmp_width         195 drivers/video/fbdev/efifb.c 	bmp_pitch = round_up(3 * bmp_width, 4);
bmp_width         202 drivers/video/fbdev/efifb.c 	if ((bgrt_tab.image_offset_x + bmp_width) > si->lfb_width ||
bmp_width         206 drivers/video/fbdev/efifb.c 	if (!efifb_bgrt_sanity_check(si, bmp_width))
bmp_width         228 drivers/video/fbdev/efifb.c 			       (u32 *)dst + dst_x, bmp_width, si);
bmp_width         229 drivers/video/fbdev/efifb.c 		dst_x += bmp_width;