Symbol: font_data
drivers/tty/vt/vt.c
4845
void *font_data __free(kvfree) = NULL;
drivers/tty/vt/vt.c
4847
font.data = font_data = kvzalloc(max_font_size, GFP_KERNEL);
drivers/tty/vt/vt.c
4900
void *font_data __free(kfree) = font.data = memdup_user(op->data, size);
drivers/video/console/newport_con.c
314
font_data[i] = FONT_DATA;
drivers/video/console/newport_con.c
375
p = &font_data[vc->vc_num][(charattr & 0xff) << 4];
drivers/video/console/newport_con.c
38
static unsigned char *font_data[MAX_NR_CONSOLES];
drivers/video/console/newport_con.c
427
p = &font_data[vc->vc_num][(scr_readw(s++) & 0xff) << 4];
drivers/video/console/newport_con.c
532
if (font_data[i] != FONT_DATA
drivers/video/console/newport_con.c
533
&& FNTSIZE(font_data[i]) == size
drivers/video/console/newport_con.c
534
&& !memcmp(font_data[i], new_data, size)) {
drivers/video/console/newport_con.c
539
new_data = font_data[i];
drivers/video/console/newport_con.c
544
if (font_data[unit] != FONT_DATA) {
drivers/video/console/newport_con.c
545
if (--REFCOUNT(font_data[unit]) == 0)
drivers/video/console/newport_con.c
546
kfree(font_data[unit] -
drivers/video/console/newport_con.c
550
font_data[unit] = new_data;
drivers/video/console/newport_con.c
557
if (font_data[unit] != FONT_DATA) {
drivers/video/console/newport_con.c
558
if (--REFCOUNT(font_data[unit]) == 0)
drivers/video/console/newport_con.c
559
kfree(font_data[unit] -
drivers/video/console/newport_con.c
561
font_data[unit] = FONT_DATA;
drivers/video/console/sticon.c
100
font_data[conp->vc_num]);
drivers/video/console/sticon.c
111
conp->state.y, conp->state.x, font_data[conp->vc_num]);
drivers/video/console/sticon.c
129
font_data[conp->vc_num]);
drivers/video/console/sticon.c
131
conp->vc_video_erase_char, font_data[conp->vc_num]);
drivers/video/console/sticon.c
136
font_data[conp->vc_num]);
drivers/video/console/sticon.c
138
conp->vc_video_erase_char, font_data[conp->vc_num]);
drivers/video/console/sticon.c
147
if (font_data[unit] != STI_DEF_FONT) {
drivers/video/console/sticon.c
148
if (--FNTREFCOUNT(font_data[unit]) == 0) {
drivers/video/console/sticon.c
149
kfree(font_data[unit]->raw_ptr);
drivers/video/console/sticon.c
150
kfree(font_data[unit]);
drivers/video/console/sticon.c
152
font_data[unit] = STI_DEF_FONT;
drivers/video/console/sticon.c
213
if (font_data[i] != STI_DEF_FONT
drivers/video/console/sticon.c
214
&& (FNTCRC(font_data[i]) == FNTCRC(cooked_font))) {
drivers/video/console/sticon.c
220
cooked_font = font_data[i];
drivers/video/console/sticon.c
230
vc->vc_video_erase_char, font_data[vc->vc_num]);
drivers/video/console/sticon.c
236
font_data[unit] = cooked_font;
drivers/video/console/sticon.c
294
conp->vc_video_erase_char, font_data[conp->vc_num]);
drivers/video/console/sticon.c
311
font_data[c->vc_num]);
drivers/video/console/sticon.c
380
font_data[i] = STI_DEF_FONT;
drivers/video/console/sticon.c
64
static struct sti_cooked_font *font_data[MAX_NR_CONSOLES];
drivers/video/console/sticon.c
85
font_data[conp->vc_num]);
lib/fonts/font_10x18.c
11
static const struct font_data fontdata_10x18 = {
lib/fonts/font_6x10.c
6
static const struct font_data fontdata_6x10 = {
lib/fonts/font_6x11.c
12
static const struct font_data fontdata_6x11 = {
lib/fonts/font_6x8.c
6
static const struct font_data fontdata_6x8 = {
lib/fonts/font_7x14.c
11
static const struct font_data fontdata_7x14 = {
lib/fonts/font_8x16.c
13
static const struct font_data fontdata_8x16 = {
lib/fonts/font_8x8.c
12
static const struct font_data fontdata_8x8 = {
lib/fonts/font_acorn_8x8.c
8
static const struct font_data acorndata_8x8 = {
lib/fonts/font_mini_4x6.c
46
static const struct font_data fontdata_mini_4x6 = {
lib/fonts/font_pearl_8x8.c
17
static const struct font_data fontdata_pearl8x8 = {
lib/fonts/font_sun12x22.c
6
static const struct font_data fontdata_sun12x22 = {
lib/fonts/font_sun8x16.c
6
static const struct font_data fontdata_sun8x16 = {
lib/fonts/font_ter10x18.c
7
static const struct font_data fontdata_ter10x18 = {
lib/fonts/font_ter16x32.c
7
static const struct font_data fontdata_ter16x32 = {