Searched refs:console_font (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/linux/ |
D | console.h | 22 struct console_font; 64 int (*con_font_set)(struct vc_data *vc, struct console_font *font, 66 int (*con_font_get)(struct vc_data *vc, struct console_font *font); 68 struct console_font *font, char *name);
|
D | console_struct.h | 90 struct console_font vc_font; /* Current VC font set */
|
/Linux-v4.19/drivers/video/console/ |
D | dummycon.c | 120 static int dummycon_font_set(struct vc_data *vc, struct console_font *font, in dummycon_font_set() 127 struct console_font *font, char *name) in dummycon_font_default()
|
D | newport_con.c | 53 static int newport_set_def_font(int unit, struct console_font *op); 501 static int newport_set_font(int unit, struct console_font *op) in newport_set_font() 555 static int newport_set_def_font(int unit, struct console_font *op) in newport_set_def_font() 567 static int newport_font_default(struct vc_data *vc, struct console_font *op, char *name) in newport_font_default() 572 static int newport_font_set(struct vc_data *vc, struct console_font *font, unsigned flags) in newport_font_set()
|
D | vgacon.c | 1280 static int vgacon_font_set(struct vc_data *c, struct console_font *font, in vgacon_font_set() 1302 static int vgacon_font_get(struct vc_data *c, struct console_font *font) in vgacon_font_get()
|
/Linux-v4.19/include/uapi/linux/ |
D | kd.h | 167 struct console_font { struct
|
/Linux-v4.19/arch/m68k/kernel/ |
D | head.S | 1400 subl %d0,L(console_font) 3360 lea %pc@(L(console_font)),%a1 3366 subl #L(console_font),%a1 3447 movel %pc@(L(console_font)),%a0 3468 movel %pc@(L(console_font)),%a0 3487 movel %pc@(L(console_font)),%a0 3511 tstl %pc@(L(console_font)) 3575 movel %pc@(L(console_font)),%a0 3763 L(console_font):
|
/Linux-v4.19/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 1219 sisusbcon_font_set(struct vc_data *c, struct console_font *font, in sisusbcon_font_set() 1265 sisusbcon_font_get(struct vc_data *c, struct console_font *font) in sisusbcon_font_get() 1368 struct console_font *font, in sisusbdummycon_font_set() 1375 struct console_font *font, char *name) in sisusbdummycon_font_default()
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | fbcon.c | 2428 static int fbcon_get_font(struct vc_data *vc, struct console_font *font) in fbcon_get_font() 2594 struct console_font *f = &vc->vc_font; in fbcon_copy_font() 2613 static int fbcon_set_font(struct vc_data *vc, struct console_font *font, in fbcon_set_font() 2677 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, char *name) in fbcon_set_def_font()
|
/Linux-v4.19/drivers/tty/vt/ |
D | vt.c | 4396 struct console_font font; in con_font_get() 4450 struct console_font font; in con_font_set() 4513 struct console_font font = {.width = op->width, .height = op->height}; in con_font_default()
|