Home
last modified time | relevance | path

Searched refs:CON_IS_VISIBLE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dconsole_struct.h112 #define CON_IS_VISIBLE(conp) (*conp->vc_display_fg == conp) macro
/linux-2.4.37.9/drivers/video/
Dfbcon.c741 else if (CON_IS_VISIBLE(conp) && in fbcon_setup()
1692 if (CON_IS_VISIBLE(p->conp) && softback_lines) in fbcon_do_set_font()
1773 if (CON_IS_VISIBLE(conp) && softback_buf) { in fbcon_do_set_font()
1783 } else if (CON_IS_VISIBLE(p->conp) && vt_cons[unit]->vc_mode == KD_TEXT) { in fbcon_do_set_font()
Dvgacon.c502 if (vga_video_type != VIDEO_TYPE_VGAC || vga_palette_blanked || !CON_IS_VISIBLE(c)) in vgacon_set_palette()
/linux-2.4.37.9/drivers/char/
Dconsole.c217 #define IS_VISIBLE CON_IS_VISIBLE(vc_cons[currcons].d)