Lines Matching defs:chr
45 static int mux_chr_write(Chardev *chr, const uint8_t *buf, int len) in mux_chr_write()
100 static void mux_print_help(Chardev *chr) in mux_print_help()
138 static void mux_chr_be_event(Chardev *chr, QEMUChrEvent event) in mux_chr_be_event()
147 static int mux_proc_byte(Chardev *chr, MuxChardev *d, int ch) in mux_proc_byte()
199 static void mux_chr_accept_input(Chardev *chr) in mux_chr_accept_input()
231 Chardev *chr = CHARDEV(opaque); in mux_chr_read() local
251 void mux_chr_send_all_event(Chardev *chr, QEMUChrEvent event) in mux_chr_send_all_event()
275 Chardev *chr = qemu_chr_fe_get_driver(&d->chr); in mux_chr_add_watch() local
300 static void mux_chr_update_read_handlers(Chardev *chr) in mux_chr_update_read_handlers()
349 void mux_set_focus(Chardev *chr, unsigned int focus) in mux_set_focus()
364 static void qemu_chr_open_mux(Chardev *chr, in qemu_chr_open_mux()
415 static void open_muxes(Chardev *chr) in open_muxes()
434 Chardev *chr = (Chardev *)child; in chardev_options_parsed_cb() local