Lines Matching defs:vc
329 static void newport_init(struct vc_data *vc, int init) in newport_init()
344 static void newport_clear(struct vc_data *vc, int sy, int sx, int height, in newport_clear()
365 static void newport_putc(struct vc_data *vc, int charattr, int ypos, in newport_putc()
394 static void newport_putcs(struct vc_data *vc, const unsigned short *s, in newport_putcs()
435 static void newport_cursor(struct vc_data *vc, int mode) in newport_cursor()
460 static int newport_switch(struct vc_data *vc) in newport_switch()
561 static int newport_font_default(struct vc_data *vc, struct console_font *op, char *name) in newport_font_default()
566 static int newport_font_set(struct vc_data *vc, struct console_font *font, unsigned flags) in newport_font_set()
571 static int newport_set_palette(struct vc_data *vc, unsigned char *table) in newport_set_palette()
576 static int newport_scrolldelta(struct vc_data *vc, int lines) in newport_scrolldelta()
582 static int newport_scroll(struct vc_data *vc, int t, int b, int dir, in newport_scroll()
681 static void newport_bmove(struct vc_data *vc, int sy, int sx, int dy, in newport_bmove()