Home
last modified time | relevance | path

Searched refs:VIRTIO_CONSOLE_DEVICE_READY (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_console.h68 #define VIRTIO_CONSOLE_DEVICE_READY 0 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_console.h68 #define VIRTIO_CONSOLE_DEVICE_READY 0 macro
/openbmc/linux/drivers/char/
H A Dvirtio_console.c2085 VIRTIO_CONSOLE_DEVICE_READY, 0); in virtcons_probe()
2103 VIRTIO_CONSOLE_DEVICE_READY, 1); in virtcons_probe()
/openbmc/qemu/hw/char/
H A Dvirtio-serial-bus.c368 if (cpkt.event == VIRTIO_CONSOLE_DEVICE_READY) { in handle_control_message()