Searched refs:image_offset_x (Results 1 – 3 of 3) sorted by relevance
142 right_margin = si->lfb_width - (bgrt_tab.image_offset_x + bmp_width); in efifb_bgrt_sanity_check()143 if (right_margin < (bgrt_tab.image_offset_x / 5)) in efifb_bgrt_sanity_check()212 if ((bgrt_tab.image_offset_x + bmp_width) > si->lfb_width || in efifb_show_boot_graphics()234 memset(dst, 0, bgrt_tab.image_offset_x * 4); in efifb_show_boot_graphics()235 dst_x = bgrt_tab.image_offset_x; in efifb_show_boot_graphics()
45 return snprintf(buf, PAGE_SIZE, "%d\n", bgrt_tab.image_offset_x); in show_xoffset()
280 u32 image_offset_x; member