Searched refs:console_font (Results 1 – 7 of 7) 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/include/linux/ |
| H A D | console_struct.h | 125 struct console_font vc_font; /* Current VC font set */
|
| /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/video/fbdev/core/ |
| H A D | fbcon.c | 2287 static int fbcon_get_font(struct vc_data *vc, struct console_font *font, unsigned int vpitch) in fbcon_get_font() 2482 static int fbcon_set_font(struct vc_data *vc, const struct console_font *font, in fbcon_set_font() 2562 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, in fbcon_set_def_font()
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 4820 struct console_font font; in con_font_get() 4865 struct console_font font; in con_font_set() 4905 struct console_font font = {.width = op->width, .height = op->height}; in con_font_default()
|