Home
last modified time | relevance | path

Searched refs:CHR_EVENT_MUX_IN (Results 1 – 23 of 23) sorted by relevance

/openbmc/qemu/include/chardev/
H A Dchar.h23 CHR_EVENT_MUX_IN, /* mux-focus was set to this terminal */ enumerator
/openbmc/qemu/hw/char/
H A Dvirtio-console.c169 case CHR_EVENT_MUX_IN: in chr_event()
H A Dterminal3270.c173 case CHR_EVENT_MUX_IN: in chr_event()
/openbmc/qemu/hw/virtio/
H A Dvhost-user-rng.c187 case CHR_EVENT_MUX_IN: in vu_rng_event()
H A Dvhost-user-i2c.c214 case CHR_EVENT_MUX_IN: in vu_i2c_event()
H A Dvhost-user-scmi.c210 case CHR_EVENT_MUX_IN: in vu_scmi_event()
H A Dvhost-user-device.c235 case CHR_EVENT_MUX_IN: in vub_event()
H A Dvhost-user-gpio.c296 case CHR_EVENT_MUX_IN: in vu_gpio_event()
/openbmc/qemu/backends/
H A Dcryptodev-vhost-user.c174 case CHR_EVENT_MUX_IN: in cryptodev_vhost_user_event()
/openbmc/qemu/chardev/
H A Dchar-mux.c316 mux_chr_send_event(d, d->focus, CHR_EVENT_MUX_IN); in mux_set_focus()
H A Dchar.c76 case CHR_EVENT_MUX_IN: in qemu_chr_be_event()
/openbmc/qemu/monitor/
H A Dqmp.c486 case CHR_EVENT_MUX_IN: in monitor_qmp_event()
H A Dhmp.c1406 case CHR_EVENT_MUX_IN: in monitor_event()
/openbmc/qemu/hw/usb/
H A Dccid-card-passthru.c323 case CHR_EVENT_MUX_IN: in ccid_card_vscard_event()
H A Ddev-serial.c579 case CHR_EVENT_MUX_IN: in usb_serial_event()
H A Dredirect.c1391 case CHR_EVENT_MUX_IN: in usbredir_chardev_event()
/openbmc/qemu/hw/i3c/
H A Dremote-i3c.c227 case CHR_EVENT_MUX_IN: in remote_i3c_chr_event()
/openbmc/qemu/net/
H A Dvhost-user.c322 case CHR_EVENT_MUX_IN: in net_vhost_user_event()
/openbmc/qemu/hw/scsi/
H A Dvhost-user-scsi.c220 case CHR_EVENT_MUX_IN: in vhost_user_scsi_event()
/openbmc/qemu/hw/misc/
H A Daspeed_ibt.c348 case CHR_EVENT_MUX_IN: in aspeed_ibt_chr_event()
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_extern.c441 case CHR_EVENT_MUX_IN: in chr_event()
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c395 case CHR_EVENT_MUX_IN: in vhost_user_blk_event()
/openbmc/qemu/tests/unit/
H A Dtest-char.c241 g_assert_cmpint(h1.last_event, ==, CHR_EVENT_MUX_IN); in char_mux_test()