Searched refs:fb_info_size (Results 1 – 1 of 1) sorted by relevance
26 int fb_info_size = sizeof(struct fb_info); in framebuffer_alloc() local31 fb_info_size += PADDING; in framebuffer_alloc()33 p = kzalloc(fb_info_size + size, GFP_KERNEL); in framebuffer_alloc()41 info->par = p + fb_info_size; in framebuffer_alloc()