fb_get_color_depth  312 drivers/video/fbdev/core/fbcon.c 	int depth = fb_get_color_depth(&info->var, &info->fix);
fb_get_color_depth  620 drivers/video/fbdev/core/fbcon.c 	if (fb_get_color_depth(&info->var, &info->fix) == 1)
fb_get_color_depth 1141 drivers/video/fbdev/core/fbcon.c 	vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1);
fb_get_color_depth 1453 drivers/video/fbdev/core/fbcon.c 	vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1);
fb_get_color_depth 2322 drivers/video/fbdev/core/fbcon.c 	vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1);
fb_get_color_depth 2738 drivers/video/fbdev/core/fbcon.c 	depth = fb_get_color_depth(&info->var, &info->fix);
fb_get_color_depth  241 drivers/video/fbdev/core/fbcon.h 	if (fb_get_color_depth(&info->var, &info->fix) == 1) {
fb_get_color_depth  108 drivers/video/fbdev/core/fbmem.c EXPORT_SYMBOL(fb_get_color_depth);
fb_get_color_depth  281 drivers/video/fbdev/core/fbmem.c 	switch (fb_get_color_depth(&info->var, &info->fix)) {
fb_get_color_depth  616 drivers/video/fbdev/core/fbmem.c 	int depth = fb_get_color_depth(&info->var, &info->fix);
fb_get_color_depth  301 drivers/video/fbdev/nvidia/nvidia.c 	int i, depth = fb_get_color_depth(&info->var, &info->fix);
fb_get_color_depth  208 drivers/video/fbdev/via/viafbdev.c 	depth = fb_get_color_depth(var, &info->fix);
fb_get_color_depth  259 drivers/video/fbdev/via/viafbdev.c 	viapar->depth = fb_get_color_depth(&info->var, &info->fix);
fb_get_color_depth 1857 drivers/video/fbdev/via/viafbdev.c 		viaparinfo1->depth = fb_get_color_depth(&viafbinfo1->var,
fb_get_color_depth 1863 drivers/video/fbdev/via/viafbdev.c 	viaparinfo->depth = fb_get_color_depth(&viafbinfo->var,
fb_get_color_depth  621 include/linux/fb.h extern int fb_get_color_depth(struct fb_var_screeninfo *var,