Searched refs:VIRTIO_CONSOLE_F_SIZE (Results 1 – 2 of 2) sorted by relevance
38 #define VIRTIO_CONSOLE_F_SIZE 0x01 /* Console size */ macro
146 { VIRTIO_CONSOLE_F_SIZE, "ConsoleSize" },456 if (virtio_with_feature(dev, VIRTIO_CONSOLE_F_SIZE)) in vtcon_setup_features()480 VTCON_GET_CONFIG(dev, VIRTIO_CONSOLE_F_SIZE, cols, concfg); in vtcon_read_config()481 VTCON_GET_CONFIG(dev, VIRTIO_CONSOLE_F_SIZE, rows, concfg); in vtcon_read_config()