Home
last modified time | relevance | path

Searched refs:KD_FONT_OP_SET_TALL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dkd.h181 #define KD_FONT_OP_SET_TALL 4 /* Set font with vpitch = height */ macro
/openbmc/linux/drivers/tty/vt/
H A Dvt.c4597 unsigned int vpitch = op->op == KD_FONT_OP_SET_TALL ? op->height : 32; in con_font_set()
4674 case KD_FONT_OP_SET_TALL: in con_font_op()