| /openbmc/qemu/backends/ |
| H A D | cryptodev-vhost-user.c | 49 CharBackend chr; member 136 Chardev *chr; in cryptodev_vhost_claim_chardev() local 187 Chardev *chr; in cryptodev_vhost_user_init() local 376 Chardev *chr = qemu_chr_fe_get_driver(&s->chr); in cryptodev_vhost_user_get_chardev() local
|
| /openbmc/qemu/stubs/ |
| H A D | monitor-internal.c | 11 void monitor_init_hmp(Chardev *chr, bool use_readline, Error **errp) in monitor_init_hmp()
|
| /openbmc/qemu/semihosting/ |
| H A D | console.c | 34 Chardev *chr; member 120 void qemu_semihosting_console_init(Chardev *chr) in qemu_semihosting_console_init()
|
| /openbmc/qemu/replay/ |
| H A D | replay-char.c | 30 static int find_char_driver(Chardev *chr) in find_char_driver() 41 void replay_register_char_driver(Chardev *chr) in replay_register_char_driver()
|
| /openbmc/qemu/hw/char/ |
| H A D | imx_serial.c | 189 Chardev *chr = qemu_chr_fe_get_driver(&s->chr); in imx_serial_read() local 280 Chardev *chr = qemu_chr_fe_get_driver(&s->chr); in imx_serial_write() local 396 Chardev *chr = qemu_chr_fe_get_driver(&s->chr); in imx_put_data() local
|
| H A D | parallel-isa.c | 20 static void parallel_init(ISABus *bus, int index, Chardev *chr) in parallel_init()
|
| /openbmc/qemu/ui/ |
| H A D | curses.c | 240 int chr, enum maybe_keycode maybe_keycode) in curses2foo() 259 #define curses2keycode(chr, maybe_keycode) \ argument 261 #define curses2keysym(chr, maybe_keycode) \ argument 263 #define curses2qemu(chr, maybe_keycode) \ argument 268 wint_t chr = 0; in curses_refresh() local
|
| H A D | spice-app.c | 70 static void vc_chr_open(Chardev *chr, in vc_chr_open() 94 static void vc_chr_set_echo(Chardev *chr, bool echo) in vc_chr_set_echo()
|
| /openbmc/qemu/chardev/ |
| H A D | msmouse.c | 157 Chardev *chr = CHARDEV(dev); in msmouse_input_sync() local 181 static int msmouse_ioctl(Chardev *chr, int cmd, void *arg) in msmouse_ioctl() 256 static void msmouse_chr_open(Chardev *chr, in msmouse_chr_open()
|
| H A D | char-null.c | 29 static void null_chr_open(Chardev *chr, in null_chr_open()
|
| H A D | char-console.c | 29 static void qemu_chr_open_win_con(Chardev *chr, in qemu_chr_open_win_con()
|
| H A D | char-io.c | 105 GSource *io_add_watch_poll(Chardev *chr, in io_add_watch_poll() 141 void remove_fd_in_watch(Chardev *chr) in remove_fd_in_watch()
|
| H A D | char-fe.c | 325 Chardev *chr = be->chr; in qemu_chr_fe_set_echo() local 334 Chardev *chr = be->chr; in qemu_chr_fe_set_open() local 374 Chardev *chr = be->chr; in qemu_chr_fe_disconnect() local
|
| H A D | char-hmp-cmds.c | 181 ChardevInfo *chr = list->value; in chardev_remove_completion() local 204 Chardev *chr = qemu_chr_find(chr_info->label); in ringbuf_completion() local
|
| H A D | baum.c | 273 static void baum_chr_accept_input(struct Chardev *chr) in baum_chr_accept_input() 301 Chardev *chr = CHARDEV(baum); in baum_write_packet() local 491 static int baum_chr_write(Chardev *chr, const uint8_t *buf, int len) in baum_chr_write() 645 static void baum_chr_open(Chardev *chr, in baum_chr_open()
|
| /openbmc/qemu/hw/virtio/ |
| H A D | vhost-stub.c | 15 bool vhost_user_init(VhostUserState *user, CharBackend *chr, Error **errp) in vhost_user_init()
|
| /openbmc/qemu/gdbstub/ |
| H A D | system.c | 39 CharBackend chr; member 233 static int gdb_monitor_write(Chardev *chr, const uint8_t *buf, int len) in gdb_monitor_write() 241 static void gdb_monitor_open(Chardev *chr, ChardevBackend *backend, in gdb_monitor_open() 340 Chardev *chr = NULL; in gdbserver_start() local
|
| /openbmc/qemu/include/chardev/ |
| H A D | char.h | 57 #define qemu_chr_replay(chr) qemu_chr_has_feature(chr, QEMU_CHAR_FEATURE_REPLAY) argument 248 #define CHARDEV_IS_RINGBUF(chr) \ argument 250 #define CHARDEV_IS_PTY(chr) \ argument
|
| H A D | char-fe.h | 17 Chardev *chr; member
|
| /openbmc/qemu/include/hw/char/ |
| H A D | digic-uart.h | 41 CharBackend chr; member
|
| H A D | goldfish_tty.h | 27 CharBackend chr; member
|
| H A D | bcm2835_aux.h | 27 CharBackend chr; member
|
| H A D | riscv_htif.h | 39 CharBackend chr; member
|
| /openbmc/qemu/include/system/ |
| H A D | vhost-user-backend.h | 35 CharBackend chr; member
|
| /openbmc/qemu/hw/isa/ |
| H A D | isa-superio.c | 35 Chardev *chr; in isa_superio_realize() local
|