Searched refs:fb_get_color_depth (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon.h197 if (fb_get_color_depth(&info->var, &info->fix) == 1) {
H A Dfbcon.c308 int depth = fb_get_color_depth(&info->var, &info->fix);
605 if (fb_get_color_depth(&info->var, &info->fix) == 1)
1143 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1);
1417 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1);
2214 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1);
2607 depth = fb_get_color_depth(&info->var, &info->fix);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbmem.c61 int fb_get_color_depth(struct fb_var_screeninfo *var, function
82 EXPORT_SYMBOL(fb_get_color_depth); variable
254 if (fb_get_color_depth(&info->var, &info->fix) == 3)
416 int depth = fb_get_color_depth(&info->var, &info->fix);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfb.h940 extern int fb_get_color_depth(struct fb_var_screeninfo *var,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c308 int i, depth = fb_get_color_depth(&info->var, &info->fix);

Completed in 128 milliseconds