Searched defs:virtio_video_config (Results 1 – 2 of 2) sorted by relevance
233 pub struct virtio_video_config { struct234 pub version: Le32,235 pub max_caps_length: Le32,236 pub max_resp_length: Le32,237 pub device_name: [u8; 32],
156 pub fn build_config(backend: VideoBackendType) -> virtio_video_config { in build_config()