Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dkd.h182 #define KD_FONT_OP_GET_TALL 5 /* Get font with vpitch = height */ macro
/Linux-v6.6/drivers/tty/vt/
Dvt.c4537 unsigned int vpitch = op->op == KD_FONT_OP_GET_TALL ? op->height : 32; in con_font_get()
4667 case KD_FONT_OP_GET_TALL: in con_font_op()