Home
last modified time | relevance | path

Searched refs:con_font_op (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/drivers/video/
Ddummycon.c71 con_font_op: DUMMY,
Dmdacon.c601 con_font_op: mdacon_font_op,
Dpromcon.c589 con_font_op: promcon_font_op,
Dnewport_con.c720 con_font_op: newport_font_op,
Dvgacon.c1046 con_font_op: vgacon_font_op,
Dfbcon.c2516 con_font_op: fbcon_font_op,
/linux-2.4.37.9/drivers/char/
Dvt.c384 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()
Dconsole.c2884 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/
Dconsole.h42 int (*con_font_op)(struct vc_data *, struct console_font_op *); member
Dvt_kern.h53 int con_font_op(int currcons, struct console_font_op *op);
/linux-2.4.37.9/drivers/video/sti/
Dsticon.c379 con_font_op: sticon_font_op,
/linux-2.4.37.9/arch/mips64/kernel/
Dioctl32.c1226 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/
Dioctl32.c1473 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/
Dia32_ioctl.c2001 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/
Dioctl32.c1865 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/
Dioctl32.c2091 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()