Home
last modified time | relevance | path

Searched refs:KD_FONT_FLAG_DONT_RECALC (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dkd.h158 #define KD_FONT_FLAG_DONT_RECALC 1 /* Don't recalculate hw charcell size [compat] */ macro
/linux-2.4.37.9/drivers/video/
Dvgacon.c899 if (!rc && !(op->flags & KD_FONT_FLAG_DONT_RECALC)) in vgacon_font_op()
/linux-2.4.37.9/drivers/char/
Dvt.c949 op.flags = KD_FONT_FLAG_OLD | KD_FONT_FLAG_DONT_RECALC; /* Compatibility */ in vt_ioctl()