Home
last modified time | relevance | path

Searched refs:fb_get_color_depth (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/video/console/
Dfbcon.h239 if (fb_get_color_depth(&info->var, &info->fix) == 1) { in get_attribute()
Dfbcon.c289 int depth = fb_get_color_depth(&info->var, &info->fix); in get_color()
580 if (fb_get_color_depth(&info->var, &info->fix) == 1) in fbcon_prepare_logo()
1080 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_init()
1375 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_set_disp()
2244 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_switch()
2662 depth = fb_get_color_depth(&info->var, &info->fix); in fbcon_set_palette()
/linux-4.1.27/drivers/video/fbdev/core/
Dfbmem.c92 int fb_get_color_depth(struct fb_var_screeninfo *var, in fb_get_color_depth() function
113 EXPORT_SYMBOL(fb_get_color_depth);
286 switch (fb_get_color_depth(&info->var, &info->fix)) { in fb_set_logo()
597 int depth = fb_get_color_depth(&info->var, &info->fix); in fb_prepare_logo()
/linux-4.1.27/drivers/video/fbdev/via/
Dviafbdev.c222 depth = fb_get_color_depth(var, &info->fix); in viafb_check_var()
273 viapar->depth = fb_get_color_depth(&info->var, &info->fix); in viafb_set_par()
1889 viaparinfo1->depth = fb_get_color_depth(&viafbinfo1->var, in via_fb_pci_probe()
1895 viaparinfo->depth = fb_get_color_depth(&viafbinfo->var, in via_fb_pci_probe()
/linux-4.1.27/include/linux/
Dfb.h626 extern int fb_get_color_depth(struct fb_var_screeninfo *var,
/linux-4.1.27/drivers/video/fbdev/nvidia/
Dnvidia.c306 int i, depth = fb_get_color_depth(&info->var, &info->fix); in nvidia_calc_regs()