tag | line | file | source code |
switch_con | 2760 | arch/m68k/amiga/amifb.c | fb_info.switch_con = &mono_amifb_switch; |
switch_con | 4920 | arch/m68k/amiga/amifb.c | fb_info.switch_con = &amifb_switch; |
switch_con | 2888 | arch/m68k/atari/atafb.c | fb_info.switch_con=&atafb_switch; |
switch_con | 41 | arch/m68k/atari/atafb.h | int (*switch_con)(int); /* tell the framebuffer to switch consoles */ |
switch_con | 1682 | arch/m68k/console/fbcon.c | if (fb_info && fb_info->switch_con) |
switch_con | 1683 | arch/m68k/console/fbcon.c | (*fb_info->switch_con)(conp->vc_num); |
switch_con | 205 | include/linux/fb.h | int (*switch_con)(int); /* tell fb to switch consoles */ |