Searched refs:VCChardev (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/ui/ |
| H A D | console-vc.c | 85 struct VCChardev { struct 96 typedef struct VCChardev VCChardev; argument 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() [all …]
|
| H A D | spice-app.c | 46 struct VCChardev { struct 57 OBJECT_DECLARE_TYPE(VCChardev, VCChardevClass, CHARDEV_VC) in OBJECT_DECLARE_TYPE() argument 119 .instance_size = sizeof(VCChardev),
|
| H A D | gtk.c | 124 struct VCChardev { struct 129 typedef struct VCChardev VCChardev; typedef 132 DECLARE_INSTANCE_CHECKER(VCChardev, VC_CHARDEV, 1935 VCChardev *vcd = VC_CHARDEV(chr); in gd_vc_chr_write() 1944 VCChardev *vcd = VC_CHARDEV(chr); in gd_vc_chr_accept_input() 1954 VCChardev *vcd = VC_CHARDEV(chr); in gd_vc_chr_set_echo() 1997 .instance_size = sizeof(VCChardev), in gd_vc_in() 2040 VCChardev *vcd = VC_CHARDEV(chr); in gd_vc_vte_init()
|