Home
last modified time | relevance | path

Searched refs:fb_info_size (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_info.c26 int fb_info_size = sizeof(struct fb_info); in framebuffer_alloc() local
31 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()