Searched refs:fb_get_color_depth (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/video/fbdev/core/ |
| A D | fbcon.h | 175 if (fb_get_color_depth(&info->var, &info->fix) == 1) { in get_attribute()
|
| A D | fbcon.c | 284 int depth = fb_get_color_depth(&info->var, &info->fix); in get_color() 581 if (fb_get_color_depth(&info->var, &info->fix) == 1) in fbcon_prepare_logo() 1072 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_init() 1367 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_set_disp() 1659 vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); in fbcon_switch() 2053 depth = fb_get_color_depth(&info->var, &info->fix); in fbcon_set_palette()
|
| A D | fbmem.c | 88 int fb_get_color_depth(struct fb_var_screeninfo *var, in fb_get_color_depth() function 109 EXPORT_SYMBOL(fb_get_color_depth); 282 switch (fb_get_color_depth(&info->var, &info->fix)) { in fb_set_logo() 617 int depth = fb_get_color_depth(&info->var, &info->fix); in fb_prepare_logo()
|
| /linux/drivers/video/fbdev/via/ |
| A D | viafbdev.c | 208 depth = fb_get_color_depth(var, &info->fix); in viafb_check_var() 259 viapar->depth = fb_get_color_depth(&info->var, &info->fix); in viafb_set_par() 1850 viaparinfo1->depth = fb_get_color_depth(&viafbinfo1->var, in via_fb_pci_probe() 1856 viaparinfo->depth = fb_get_color_depth(&viafbinfo->var, in via_fb_pci_probe()
|
| /linux/include/linux/ |
| A D | fb.h | 621 extern int fb_get_color_depth(struct fb_var_screeninfo *var,
|
| /linux/drivers/video/fbdev/nvidia/ |
| A D | nvidia.c | 296 int i, depth = fb_get_color_depth(&info->var, &info->fix); in nvidia_calc_regs()
|
| /linux/ |
| A D | vmlinux.symvers | 4752 0x00000000 fb_get_color_depth vmlinux EXPORT_SYMBOL
|
| A D | System.map | 22211 ffff8000105e9130 T fb_get_color_depth
|
| A D | .tmp_System.map | 22211 ffff8000105e9130 T fb_get_color_depth
|
Completed in 332 milliseconds