Lines Matching defs:vc
328 static void newport_init(struct vc_data *vc, int init) in newport_init()
350 static void newport_clear(struct vc_data *vc, int sy, int sx, int height, in newport_clear()
371 static void newport_putc(struct vc_data *vc, int charattr, int ypos, in newport_putc()
400 static void newport_putcs(struct vc_data *vc, const unsigned short *s, in newport_putcs()
441 static void newport_cursor(struct vc_data *vc, int mode) in newport_cursor()
466 static int newport_switch(struct vc_data *vc) in newport_switch()
567 static int newport_font_default(struct vc_data *vc, struct console_font *op, char *name) in newport_font_default()
572 static int newport_font_set(struct vc_data *vc, struct console_font *font, unsigned flags) in newport_font_set()
577 static int newport_set_palette(struct vc_data *vc, unsigned char *table) in newport_set_palette()
582 static int newport_scrolldelta(struct vc_data *vc, int lines) in newport_scrolldelta()
588 static int newport_scroll(struct vc_data *vc, int t, int b, int dir, in newport_scroll()
687 static void newport_bmove(struct vc_data *vc, int sy, int sx, int dy, in newport_bmove()