Searched refs:OMAPFB_PLANE_NUM (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/video/fbdev/omap/
H A Domapfb_main.c30 static unsigned long def_vram[OMAPFB_PLANE_NUM];
933 static struct blocking_notifier_head omapfb_client_list[OMAPFB_PLANE_NUM];
940 for (i = 0; i < OMAPFB_PLANE_NUM; i++)
950 if ((unsigned)omapfb_nb->plane_idx >= OMAPFB_PLANE_NUM)
990 for (i = 0; i < OMAPFB_PLANE_NUM; i++)
1249 while (size < PAGE_SIZE && plane < OMAPFB_PLANE_NUM) {
1270 while (size < PAGE_SIZE && plane < OMAPFB_PLANE_NUM) {
H A Domapfb.h37 #define OMAPFB_PLANE_NUM 1 macro
55 struct omapfb_mem_region region[OMAPFB_PLANE_NUM];
215 struct fb_info *fb_info[OMAPFB_PLANE_NUM];

Completed in 183 milliseconds