Home
last modified time | relevance | path

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

/linux-4.1.27/include/video/
Domapvrfb.h45 extern u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp);
60 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() function
/linux-4.1.27/drivers/video/fbdev/omap2/
Dvrfb.c159 u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() function
179 EXPORT_SYMBOL(omap_vrfb_max_height);
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c464 shrink_height(omap_vrfb_max_height( in check_fb_size()