Home
last modified time | relevance | path

Searched refs:qemu_chr_be_can_write (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/chardev/
H A Dchar-udp.c68 s->max_size = qemu_chr_be_can_write(chr); in udp_chr_flush_buffer()
77 s->max_size = qemu_chr_be_can_write(chr); in udp_chr_read_poll()
H A Dchar-win-stdio.c71 if (qemu_chr_be_can_write(chr)) { in DECLARE_INSTANCE_CHECKER()
124 if (qemu_chr_be_can_write(chr)) { in win_stdio_thread_wait_func()
H A Dmsmouse.c78 len = qemu_chr_be_can_write(chr); in DECLARE_INSTANCE_CHECKER()
86 len = qemu_chr_be_can_write(chr); in DECLARE_INSTANCE_CHECKER()
H A Dchar-win.c34 int max_size = qemu_chr_be_can_write(chr); in win_chr_read()
H A Dchar-fd.c83 s->max_size = qemu_chr_be_can_write(chr); in fd_chr_read_poll()
H A Dbaum.c280 room = qemu_chr_be_can_write(chr); in baum_chr_accept_input()
309 room = qemu_chr_be_can_write(chr); in baum_write_packet()
H A Dwctablet.c193 canWrite = qemu_chr_be_can_write(chr); in wctablet_chr_accept_input()
H A Dchar-pty.c148 s->read_bytes = qemu_chr_be_can_write(chr); in pty_chr_read_poll()
H A Dspice.c26 int can_write = qemu_chr_be_can_write(chr); in vmc_write()
H A Dchar.c198 int qemu_chr_be_can_write(Chardev *s) in qemu_chr_be_can_write() function
H A Dchar-socket.c150 s->max_size = qemu_chr_be_can_write(chr); in tcp_chr_read_poll()
/openbmc/qemu/include/chardev/
H A Dchar.h178 int qemu_chr_be_can_write(Chardev *s);
/openbmc/qemu/ui/
H A Dconsole-vc.c284 len = qemu_chr_be_can_write(s->chr); in kbd_send_chars()
292 len = qemu_chr_be_can_write(s->chr); in kbd_send_chars()
H A Dvdagent.c146 len = qemu_chr_be_can_write(CHARDEV(vd)); in vdagent_send_buf()
H A Dgtk.c1817 len = qemu_chr_be_can_write(vc->vte.chr); in gd_vc_send_chars()
1825 len = qemu_chr_be_can_write(vc->vte.chr); in gd_vc_send_chars()
/openbmc/qemu/tests/unit/
H A Dtest-char.c233 g_assert_cmpint(qemu_chr_be_can_write(base), !=, 0); in char_mux_test()