Searched refs:VIRTIO_ID_CONSOLE (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | virtio_ids.h | 34 #define VIRTIO_ID_CONSOLE 3 /* virtio console */ macro
|
/Linux-v4.19/samples/mic/mpssd/ |
D | mpssd.c | 87 .type = VIRTIO_ID_CONSOLE, 280 case VIRTIO_ID_CONSOLE: in set_dp() 297 case VIRTIO_ID_CONSOLE: in get_dp() 793 VIRTIO_ID_CONSOLE, &tx_vr, &rx_vr, in virtio_console() 801 desc = get_device_desc(mic, VIRTIO_ID_CONSOLE); in virtio_console() 815 VIRTIO_ID_CONSOLE); in virtio_console() 834 txrx_prepare(VIRTIO_ID_CONSOLE, 1, &tx_vr, in virtio_console() 869 txrx_prepare(VIRTIO_ID_CONSOLE, 0, &rx_vr, in virtio_console() 947 case VIRTIO_ID_CONSOLE: in add_virtio_device()
|
/Linux-v4.19/drivers/char/ |
D | virtio_console.c | 2143 { VIRTIO_ID_CONSOLE, VIRTIO_DEV_ANY_ID },
|