Home | History | Annotate | Download | only in fbcon

Lines Matching defs:current_h

504 	unsigned int current_h;
677 current_h = vinfo.xres;
680 current_h = vinfo.yres;
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);
747 this->info.current_h = current_h;