Lines Matching defs:unit
50 static int newport_set_def_font(int unit, struct console_font *op);
500 static int newport_set_font(int unit, struct console_font *op)
537 if (i == unit)
544 if (font_data[unit] != FONT_DATA) {
545 if (--REFCOUNT(font_data[unit]) == 0)
546 kfree(font_data[unit] -
550 font_data[unit] = new_data;
555 static int newport_set_def_font(int unit, struct console_font *op)
557 if (font_data[unit] != FONT_DATA) {
558 if (--REFCOUNT(font_data[unit]) == 0)
559 kfree(font_data[unit] -
561 font_data[unit] = FONT_DATA;