Searched refs:con_font_op (Results 1 – 16 of 16) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | dummycon.c | 71 con_font_op: DUMMY,
|
D | mdacon.c | 601 con_font_op: mdacon_font_op,
|
D | promcon.c | 589 con_font_op: promcon_font_op,
|
D | newport_con.c | 720 con_font_op: newport_font_op,
|
D | vgacon.c | 1046 con_font_op: vgacon_font_op,
|
D | fbcon.c | 2516 con_font_op: fbcon_font_op,
|
/linux-2.4.37.9/drivers/char/ |
D | vt.c | 384 return con_font_op(fg_console, &op); in do_fontx_ioctl() 392 i = con_font_op(fg_console, &op); in do_fontx_ioctl() 954 return con_font_op(fg_console, &op); in vt_ioctl() 965 return con_font_op(fg_console, &op); in vt_ioctl() 994 i = con_font_op(fg_console, &op); in vt_ioctl() 1008 i = con_font_op(console, &op); in vt_ioctl()
|
D | console.c | 2884 int con_font_op(int currcons, struct console_font_op *op) in con_font_op() function 2930 return sw->con_font_op(vc_cons[currcons].d, op); in con_font_op() 2943 rc = sw->con_font_op(vc_cons[currcons].d, op); in con_font_op()
|
/linux-2.4.37.9/include/linux/ |
D | console.h | 42 int (*con_font_op)(struct vc_data *, struct console_font_op *); member
|
D | vt_kern.h | 53 int con_font_op(int currcons, struct console_font_op *op);
|
/linux-2.4.37.9/drivers/video/sti/ |
D | sticon.c | 379 con_font_op: sticon_font_op,
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | ioctl32.c | 1226 return con_font_op(fg_console, &op); in do_fontx_ioctl() 1236 i = con_font_op(fg_console, &op); in do_fontx_ioctl() 1272 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | ioctl32.c | 1473 return con_font_op(fg_console, &op); in do_fontx_ioctl() 1483 i = con_font_op(fg_console, &op); in do_fontx_ioctl() 1519 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_ioctl.c | 2001 return con_font_op(fg_console, &op); in do_fontx_ioctl() 2011 i = con_font_op(fg_console, &op); in do_fontx_ioctl() 2047 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ioctl32.c | 1865 return con_font_op(fg_console, &op); in do_fontx_ioctl() 1875 i = con_font_op(fg_console, &op); in do_fontx_ioctl() 1911 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | ioctl32.c | 2091 return con_font_op(fg_console, &op); in do_fontx_ioctl() 2101 i = con_font_op(fg_console, &op); in do_fontx_ioctl() 2137 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
|