Searched refs:VIRTIO_CONSOLE_F_SIZE (Results 1 – 2 of 2) sorted by relevance
36 #define VIRTIO_CONSOLE_F_SIZE 0x01 /* Console size */ macro
144 { VIRTIO_CONSOLE_F_SIZE, "ConsoleSize" },452 if (virtio_with_feature(dev, VIRTIO_CONSOLE_F_SIZE)) in vtcon_setup_features()476 VTCON_GET_CONFIG(dev, VIRTIO_CONSOLE_F_SIZE, cols, concfg); in vtcon_read_config()477 VTCON_GET_CONFIG(dev, VIRTIO_CONSOLE_F_SIZE, rows, concfg); in vtcon_read_config()