Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h112 int omapfb_realloc_fbmem(struct fb_info *fbi, unsigned long size, int type);
H A Domapfb-sysfs.c473 r = omapfb_realloc_fbmem(fbi, size, ofbi->region->type); in store_size()
H A Domapfb-ioctl.c249 r = omapfb_realloc_fbmem(fbi, size, mi->type); in omapfb_setup_mem()
H A Domapfb-main.c1580 int omapfb_realloc_fbmem(struct fb_info *fbi, unsigned long size, int type) in omapfb_realloc_fbmem() function