Home
last modified time | relevance | path

Searched refs:VIRTIO_CONSOLE_F_MULTIPORT (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_console.h41 #define VIRTIO_CONSOLE_F_MULTIPORT 1 /* Does host provide multiple ports? */ macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_console.h41 #define VIRTIO_CONSOLE_F_MULTIPORT 1 /* Does host provide multiple ports? */ macro
/openbmc/linux/drivers/char/
H A Dvirtio_console.c345 return __virtio_test_bit(portdev->vdev, VIRTIO_CONSOLE_F_MULTIPORT); in use_multiport()
2007 || virtio_has_feature(vdev, VIRTIO_CONSOLE_F_MULTIPORT))) { in virtcons_probe()
2041 virtio_cread_feature(vdev, VIRTIO_CONSOLE_F_MULTIPORT, in virtcons_probe()
2133 VIRTIO_CONSOLE_F_MULTIPORT,
/openbmc/qemu/hw/char/
H A Dvirtio-serial-bus.c97 return virtio_vdev_has_feature(vdev, VIRTIO_CONSOLE_F_MULTIPORT); in use_multiport()
562 virtio_add_feature(&features, VIRTIO_CONSOLE_F_MULTIPORT); in get_features()
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c195 FEATURE_ENTRY(VIRTIO_CONSOLE_F_MULTIPORT, \