tag | line | file | source code |
---|---|---|---|
mono_default_cmap_inverse | 2614 | arch/m68k/amiga/amifb.c | static struct fb_cmap mono_default_cmap_inverse = { 0, 2, mono_red_inverse, mono_green_inverse, mono_blue_inverse, NULL }; |
mono_default_cmap_inverse | 2632 | arch/m68k/amiga/amifb.c | def_cmap = &mono_default_cmap_inverse; |
mono_default_cmap_inverse | 2753 | arch/m68k/amiga/amifb.c | disp[0].cmap = mono_default_cmap_inverse; |