image_width_roundup 107 drivers/video/fbdev/omap2/omapfb/vrfb.c static inline u32 get_extra_physical_size(u16 image_width_roundup, u8 bytespp) image_width_roundup 109 drivers/video/fbdev/omap2/omapfb/vrfb.c return (OMAP_VRFB_LINE_LEN - image_width_roundup) * VRFB_PAGE_HEIGHT * image_width_roundup 136 drivers/video/fbdev/omap2/omapfb/vrfb.c unsigned long image_width_roundup = get_image_width_roundup(width, image_width_roundup 139 drivers/video/fbdev/omap2/omapfb/vrfb.c if (image_width_roundup > OMAP_VRFB_LINE_LEN) image_width_roundup 143 drivers/video/fbdev/omap2/omapfb/vrfb.c image_width_roundup, bytespp); image_width_roundup 149 drivers/video/fbdev/omap2/omapfb/vrfb.c unsigned long image_width_roundup = get_image_width_roundup(width, image_width_roundup 154 drivers/video/fbdev/omap2/omapfb/vrfb.c if (image_width_roundup > OMAP_VRFB_LINE_LEN) image_width_roundup 157 drivers/video/fbdev/omap2/omapfb/vrfb.c extra = get_extra_physical_size(image_width_roundup, bytespp);