Home | History | Annotate | Download | only in fbcon

Lines Matching defs:current_w

503 	unsigned int current_w;
676 current_w = vinfo.yres;
679 current_w = vinfo.xres;
691 FB_AddMode(this, current_index, current_w, current_h, 0);
706 if ( (current_w > w) || (current_h > h) ) {
708 FB_AddMode(this, i, current_w, current_h, 0);
733 if ( (current_w > w) || (current_h > h) ) {
735 FB_AddMode(this, i, current_w, current_h, 0);
746 this->info.current_w = current_w;