Searched refs:conp2 (Results 1 – 1 of 1) sorted by relevance
2218 struct vc_data *conp2 = vc_cons[logo_shown].d; in fbcon_switch() local2220 if (conp2->vc_top == logo_lines in fbcon_switch()2221 && conp2->vc_bottom == conp2->vc_rows) in fbcon_switch()2222 conp2->vc_top = 0; in fbcon_switch()2827 struct vc_data *conp2 = vc_cons[logo_shown].d; in fbcon_scrolldelta() local2829 if (conp2->vc_top == logo_lines in fbcon_scrolldelta()2830 && conp2->vc_bottom == conp2->vc_rows) in fbcon_scrolldelta()2831 conp2->vc_top = 0; in fbcon_scrolldelta()