Home
last modified time | relevance | path

Searched defs:chr (Results 26 – 50 of 135) sorted by relevance

123456

/openbmc/qemu/chardev/
H A Dmsmouse.c157 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 Dchar-fe.c325 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 Dchar-io.c105 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 Dbaum.c273 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()
H A Dchar-hmp-cmds.c181 ChardevInfo *chr = list->value; in chardev_remove_completion() local
204 Chardev *chr = qemu_chr_find(chr_info->label); in ringbuf_completion() local
H A Dchar-null.c29 static void null_chr_open(Chardev *chr, in null_chr_open()
H A Dchar-console.c29 static void qemu_chr_open_win_con(Chardev *chr, in qemu_chr_open_win_con()
/openbmc/qemu/replay/
H A Dreplay-char.c30 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/semihosting/
H A Dconsole.c33 Chardev *chr; member
119 void qemu_semihosting_console_init(Chardev *chr) in qemu_semihosting_console_init()
/openbmc/qemu/gdbstub/
H A Dsystem.c36 CharBackend chr; member
228 static int gdb_monitor_write(Chardev *chr, const uint8_t *buf, int len) in gdb_monitor_write()
236 static void gdb_monitor_open(Chardev *chr, ChardevBackend *backend, in gdb_monitor_open()
335 Chardev *chr = NULL; in gdbserver_start() local
/openbmc/qemu/include/chardev/
H A Dchar.h57 #define qemu_chr_replay(chr) qemu_chr_has_feature(chr, QEMU_CHAR_FEATURE_REPLAY) argument
247 #define CHARDEV_IS_RINGBUF(chr) \ argument
249 #define CHARDEV_IS_PTY(chr) \ argument
H A Dchar-fe.h17 Chardev *chr; member
/openbmc/qemu/ui/
H A Dspice-app.c70 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()
H A Dvdagent.c468 Chardev *chr = CHARDEV(vd); in vdagent_clipboard_reset_serial() local
658 static void vdagent_chr_open(Chardev *chr, in vdagent_chr_open()
809 static int vdagent_chr_write(Chardev *chr, const uint8_t *buf, int len) in vdagent_chr_write()
851 static void vdagent_chr_accept_input(Chardev *chr) in vdagent_chr_accept_input()
874 static void vdagent_chr_set_fe_open(struct Chardev *chr, int fe_open) in vdagent_chr_set_fe_open()
/openbmc/qemu/stubs/
H A Dmonitor-internal.c11 void monitor_init_hmp(Chardev *chr, bool use_readline, Error **errp) in monitor_init_hmp()
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c159 CharBackend chr; member
336 CharBackend *chr = &s->chr; in chr_read() local
620 Chardev *chr; in test_server_create_chr() local
1056 static void vu_net_set_features(TestServer *s, CharBackend *chr, in vu_net_set_features()
1066 static void vu_net_get_protocol_features(TestServer *s, CharBackend *chr, in vu_net_get_protocol_features()
1153 static void vu_gpio_get_protocol_features(TestServer *s, CharBackend *chr, in vu_gpio_get_protocol_features()
1196 static void vu_scmi_get_protocol_features(TestServer *s, CharBackend *chr, in vu_scmi_get_protocol_features()
/openbmc/qemu/hw/virtio/
H A Dvhost-stub.c15 bool vhost_user_init(VhostUserState *user, CharBackend *chr, Error **errp) in vhost_user_init()
/openbmc/linux/arch/parisc/kernel/
H A Dpdc_cons.c32 static void kgdb_pdc_write_char(u8 chr) in kgdb_pdc_write_char()
/openbmc/qemu/hw/char/
H A Dparallel-isa.c20 static void parallel_init(ISABus *bus, int index, Chardev *chr) in parallel_init()
/openbmc/qemu/include/hw/char/
H A Ddigic-uart.h41 CharBackend chr; member
H A Dgoldfish_tty.h27 CharBackend chr; member
H A Driscv_htif.h39 CharBackend chr; member
H A Dbcm2835_aux.h27 CharBackend chr; member
/openbmc/qemu/include/sysemu/
H A Dvhost-user-backend.h35 CharBackend chr; member
/openbmc/qemu/hw/isa/
H A Disa-superio.c35 Chardev *chr; in isa_superio_realize() local

123456