Searched refs:console_font (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/video/console/ |
| H A D | sticon.c | 156 static int sticon_set_font(struct vc_data *vc, const struct console_font *op, in sticon_set_font() 249 static int sticon_font_default(struct vc_data *vc, struct console_font *op, in sticon_font_default() 257 static int sticon_font_set(struct vc_data *vc, const struct console_font *font, in sticon_font_set()
|
| H A D | vgacon.c | 1042 static int vgacon_font_set(struct vc_data *c, const struct console_font *font, in vgacon_font_set() 1064 static int vgacon_font_get(struct vc_data *c, struct console_font *font, unsigned int vpitch) in vgacon_font_get()
|
| /linux/include/uapi/linux/ |
| H A D | kd.h | 169 struct console_font { struct
|
| /linux/arch/m68k/kernel/ |
| H A D | head.S | 1413 subl %d0,L(console_font) 3381 lea %pc@(L(console_font)),%a1 3387 subl #L(console_font),%a1 3469 movel %pc@(L(console_font)),%a0 3490 movel %pc@(L(console_font)),%a0 3509 movel %pc@(L(console_font)),%a0 3533 tstl %pc@(L(console_font)) 3580 movel %pc@(L(console_font)),%a0 3785 L(console_font):
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 4914 struct console_font font; in con_font_get() 4959 struct console_font font; in con_font_set() 4999 struct console_font font = {.width = op->width, .height = op->height}; in con_font_default()
|