Lines Matching defs:vc
419 static void vc_put_lf(VCChardev *vc) in vc_put_lf()
468 static void vc_handle_escape(VCChardev *vc) in vc_handle_escape()
561 static void vc_update_xy(VCChardev *vc, int x, int y) in vc_update_xy()
588 static void vc_clear_xy(VCChardev *vc, int x, int y) in vc_clear_xy()
601 static void vc_put_one(VCChardev *vc, int ch) in vc_put_one()
619 static void vc_respond_str(VCChardev *vc, const char *buf) in vc_respond_str()
627 static void vc_set_cursor(VCChardev *vc, int x, int y) in vc_set_cursor()
654 static void vc_csi_P(struct VCChardev *vc, unsigned int nr) in vc_csi_P()
695 static void vc_csi_at(struct VCChardev *vc, unsigned int nr) in vc_csi_at()
733 static void vc_save_cursor(VCChardev *vc) in vc_save_cursor()
746 static void vc_restore_cursor(VCChardev *vc) in vc_restore_cursor()
755 static void vc_putchar(VCChardev *vc, int ch) in vc_putchar()
1101 ChardevVC *vc = backend->u.vc.data; in vc_chr_open() local
1153 ChardevVC *vc; in vc_chr_parse() local