Searched refs:VCChardev (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/ui/ |
H A D | console-vc.c | 83 struct VCChardev { struct 93 typedef struct VCChardev VCChardev; argument 416 static void vc_put_lf(VCChardev *vc) in vc_put_lf() 465 static void vc_handle_escape(VCChardev *vc) in vc_handle_escape() 558 static void vc_update_xy(VCChardev *vc, int x, int y) in vc_update_xy() 585 static void vc_clear_xy(VCChardev *vc, int x, int y) in vc_clear_xy() 598 static void vc_put_one(VCChardev *vc, int ch) in vc_put_one() 616 static void vc_respond_str(VCChardev *vc, const char *buf) in vc_respond_str() 625 static void vc_set_cursor(VCChardev *vc, int x, int y) in vc_set_cursor() 646 static void vc_putchar(VCChardev *vc, int ch) in vc_putchar() [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 | 122 struct VCChardev { struct 127 typedef struct VCChardev VCChardev; argument 130 DECLARE_INSTANCE_CHECKER(VCChardev, VC_CHARDEV, 1832 VCChardev *vcd = VC_CHARDEV(chr); in gd_vc_chr_write() 1841 VCChardev *vcd = VC_CHARDEV(chr); in gd_vc_chr_accept_input() 1851 VCChardev *vcd = VC_CHARDEV(chr); in gd_vc_chr_set_echo() 1894 .instance_size = sizeof(VCChardev), 1937 VCChardev *vcd = VC_CHARDEV(chr); in gd_vc_vte_init()
|