Searched defs:vpitch (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/video/console/ |
H A D | sticon.c | 171 unsigned int vpitch) in sticon_set_font() 271 unsigned int vpitch, unsigned int flags) in sticon_font_set()
|
H A D | newport_con.c | 500 static int newport_set_font(int unit, struct console_font *op, unsigned int vpitch) in newport_set_font() 573 unsigned int vpitch, unsigned int flags) in newport_font_set()
|
H A D | vgacon.c | 1014 unsigned int vpitch, unsigned int flags) in vgacon_font_set() 1035 static int vgacon_font_get(struct vc_data *c, struct console_font *font, unsigned int vpitch) in vgacon_font_get()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 2270 static int fbcon_get_font(struct vc_data *vc, struct console_font *font, unsigned int vpitch) in fbcon_get_font() 2466 unsigned int vpitch, unsigned int flags) in fbcon_set_font()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 4547 unsigned int vpitch = op->op == KD_FONT_OP_GET_TALL ? op->height : 32; in con_font_get() local 4597 unsigned int vpitch = op->op == KD_FONT_OP_SET_TALL ? op->height : 32; in con_font_set() local
|