color_caps         64 drivers/video/fbdev/omap/omapfb_main.c static const struct caps_table_struct color_caps[] = {
color_caps       1281 drivers/video/fbdev/omap/omapfb_main.c 		for (i = 0; i < ARRAY_SIZE(color_caps) &&
color_caps       1283 drivers/video/fbdev/omap/omapfb_main.c 			if (color_caps[i].flag & caps.plane_color)
color_caps       1285 drivers/video/fbdev/omap/omapfb_main.c 					"  %s\n", color_caps[i].name);
color_caps       1289 drivers/video/fbdev/omap/omapfb_main.c 		for (i = 0; i < ARRAY_SIZE(color_caps) &&
color_caps       1291 drivers/video/fbdev/omap/omapfb_main.c 			if (color_caps[i].flag & caps.wnd_color)
color_caps       1293 drivers/video/fbdev/omap/omapfb_main.c 					"  %s\n", color_caps[i].name);